▲ | AndroTux 9 days ago | ||||||||||||||||||||||||||||
You should never store passwords anyways. You store hashes. I don’t see the issue. If you don’t trust yourself to keep a hash, maybe don’t store user information at all. | |||||||||||||||||||||||||||||
▲ | benrutter 9 days ago | parent [-] | ||||||||||||||||||||||||||||
That's still not perfect though! Most leaked passwords online come initially from leaked hashes, which bad actors use tools like hashcat to crack. If your user has a password like "password123" and the hash gets out, then the password is effectively out too, since people can easily lookup the hash of previous cracked passwords like "password123". | |||||||||||||||||||||||||||||
|