|
|
|
|
|
by stouset
4495 days ago
|
|
There is, if you don't again hash the passwords on the server. This is why new password-hashing proposals like [Catena](http://eprint.iacr.org/2013/525.pdf) include an official "server relief" mode where the majority of the hashing is done on the client side, but there's still a final server-side transformation step. Until such time as these things are readily available, recommending that people do client-side hashing is absolutely going to result in trivially poor implementations. You might want to consider that if these problems were as trivial as you seem to believe, there would already exist a library vetted by cryptographers to do exactly that. |
|