|
|
|
|
|
by jrochkind1
2967 days ago
|
|
nah, that just makes the "hashed password" the equivalent of the cleartext password. Whatever it is your client sends to the server for auth is the thing that needs to be protected. If the client sends a "hashed password", that's just... the password. Which now needs to be protected. Since if someone has it, they can just send it to the server for auth. But you can do fancy cryptographic things where the server never sees the password and it's still secure. like the entire field of public key cryptography, diffie-hellman key exchange, etc. |
|
edit: considering someone eavesdrops on the connection, otherwise that's a whole different kind of vulnerability