|
|
|
|
|
by juloo
1709 days ago
|
|
The server could hash again the hashed password sent by the client. Especially if the client use an insecure hash algorithm (no secret salt for example). I feel like if the client always hash passwords as soon as it is typed (the javascript never sees the unhashed password), no one would notice. (except some with crazy password rules that would disallow a hash-looking password) |
|
SRP is one such system: https://en.m.wikipedia.org/wiki/Secure_Remote_Password_proto...