OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the trees
jormaig @ jormaig @programming.dev Posts 0Comments 50Joined 2 yr. ago
jormaig @ jormaig @programming.dev
Posts
0
Comments
50
Joined
2 yr. ago
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