|
|
|
|
|
by Dylan16807
2275 days ago
|
|
You would hash it on the server because you don't want to turn the 'hash' into a plain-text password. But instead of the server accepting an arbitrary string, it only accepts hexadecimal or base64 strings of a specific length. Which solves the problem. |
|
If the client sends only a hex/base64 string, how can the server trust that it's the result of a password being fed to a KDF?