Y
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
roel_v
5467 days ago
I suppose you mean "goal <...> is to not store them in plaintext"? I was confused there for a second.
link
TwistedWave
5467 days ago
Indeed, thanks. I fixed it.
link