|
|
|
|
|
by mfenniak
6586 days ago
|
|
The downside to this is that it requires the server to store the password unencrypted and unhashed. The server must have access to the original password to hash with the random number for comparison. In my opinion, this wouldn't be an improvement in the overall security of the system. Avoid sending a plaintext password by using HTTPS. It's the easiest way. |
|