Creating a password in 2023 be likeprogramming.devimage Like A Duck ( @likeaduck@programming.dev ) Programmer Humor@lemmy.ml • 1 year ago message-square39fedilinkarrow-up1271
arrow-up1271imageCreating a password in 2023 be likeprogramming.dev Like A Duck ( @likeaduck@programming.dev ) Programmer Humor@lemmy.ml • 1 year ago message-square39fedilink
minus-square Gurfaild ( @Gurfaild@feddit.de ) linkfedilink8•1 year agoIn the least bad case, they encrypt the password instead of hashing it, making it possible to decrypt the password. In the most common case, they store the password in plaintext, so there isn’t even any encryption to be reversed.
reversibly?
In the least bad case, they encrypt the password instead of hashing it, making it possible to decrypt the password.
In the most common case, they store the password in plaintext, so there isn’t even any encryption to be reversed.