Hi is there any script that I can use to encrypt login password on client side ?
No, the password is stored encrypted in the session.
If you want to do that you would have to expose the password and the server side encryption key.
please give me some script for encryption on login ? tnx :)
Tough Mudder (http://www.spartanrace.com/) | Death Race (http://www.spartanrace.com/spartan-death-race-vermont.html) | Jail Break (http://www.spartanrace.com/spartan-obstacle-racing-events.html/)
I meant is there a javascript or php script that can encrypt user password at the client side before the password is sent to the server ?
The reason why i'm asking this is that i got this roundcube webmail installed on a subdomain that has no ssl support . so I would like to add some encription script on the password field to encrypt the password before it is sent to the server .
unless you do something like public key authentication i'm not sure how that would ever be secure since you would be sending over the method of encryption in clear text any way