|
|
|
|
|
by mabbo
3647 days ago
|
|
I disagree. Whatever the server receives, it should do all the good things, salted hashing and what-have-you. But no one says what it receives needs to be a plaintext password. Hash on the client side before sending- unsalted, or salt there as well and pass it along to the server- but let's just ensure that the server never has the ability to see a plaintext password. It can't log it, it can't accidentally leak the plaintext. Will that solve all problems? Oh, hell no. But it at least strengthens the mitigation against certain attacks or mistakes. |
|