Hacker News new | ask | show | jobs
by TwistedWave 5467 days ago
The goal of hashing the passwords is to not store them in plaintext in the database, in case the server is compromised. In your case, an attacker doesn't need the password, the hash is enough to login.
1 comments

I suppose you mean "goal <...> is to not store them in plaintext"? I was confused there for a second.
Indeed, thanks. I fixed it.