jormaig@programming.devtoProgramming@programming.dev•OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the trees
81·
1 year agoBut the thing is that you should never have access to the plaintext password and thus you should never be able to receive it in an email. You should store the salted hash of the password instead of the password itself.
But your password should never reach the server. It should be hashed already at the client and then salted at the server with a random hash. Then you store the salted hash