|
|
|
|
|
by atoav
1660 days ago
|
|
Passwords are (or rather should be) indeed stored using crypt. However at login the provided password needs to be compared to the hashed one, which means the clear text password needs to be rehashed. I am not sure this happens on the client. |
|