Author Topic: Script for encryption on login  (Read 3737 times)

Offline mickeywuff

  • Newbie
  • *
  • Posts: 5
Script for encryption on login
« on: May 23, 2011, 04:19:01 AM »
Hi is there any script that I can use to encrypt login password on client side ?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Script for encryption on login
« Reply #1 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

johnco

  • Guest
Sports
« Reply #2 on: May 23, 2011, 09:04:44 PM »
please give me some script for encryption on login ? tnx :)

Tough Mudder | Death Race | Jail Break

Offline mickeywuff

  • Newbie
  • *
  • Posts: 5
Script for encryption on login
« Reply #3 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 .

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Script for encryption on login
« Reply #4 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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦