Roundcube Community Forum

Release Support => Release Discussion => Topic started by: mickeywuff on May 23, 2011, 04:19:01 AM

Title: Script for encryption on login
Post by: mickeywuff on May 23, 2011, 04:19:01 AM
Hi is there any script that I can use to encrypt login password on client side ?
Title: Script for encryption on login
Post by: rosali on May 23, 2011, 07:12:31 AM
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.
Title: Sports
Post by: johnco on May 23, 2011, 09:04:44 PM
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/)
Title: Script for encryption on login
Post by: mickeywuff on June 21, 2011, 01:51:18 PM
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 .
Title: Script for encryption on login
Post by: JohnDoh on June 25, 2011, 05:49:35 AM
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