114
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 30 May 2025
114 points (98.3% liked)
privacy
4487 readers
127 users here now
Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.
Partners:
- community.nicfab.it/c/privacy
founded 3 years ago
MODERATORS
It means it’s stored unencrypted.
You don't want your password to be encrypted, you want it to be hashed.
I was going to say hashing is a kind of encryption but I can tell you're an engineer, so I'll simply link my feeble cite and go back to my corner quietly.
The fundamental difference is that hash functions are designed to be irreversible (one-way functions), whereas encryption is designed to be reversible (where the inverse operation is called "decryption").
Indeed, that is what the cite says as well.