Type: Posts; User: CrazySurfer
Thanks for your answer
I know it's bad practice to store clear-text passwords. But i can hash password on the server-side, not client.
There is a reason to hash the password on the client side, if you are using a secure connection (https)? I understand that if you use https, then all traffic is encrypted ... and password are also...