Roundcube Community Forum

 

Script for encryption on login

Started by mickeywuff, May 23, 2011, 04:19:01 AM

Previous topic - Next topic

mickeywuff

Hi is there any script that I can use to encrypt login password on client side ?

rosali

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.
Regards,
Rosali

johnco

please give me some script for encryption on login ? tnx :)

Tough Mudder | Death Race | Jail Break

mickeywuff

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 .

JohnDoh

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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...