* API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode

This commit is contained in:
Ralf Becker 2013-10-07 07:22:50 +00:00
parent a3006e87bc
commit ffc506561a

View File

@ -78,8 +78,8 @@ class egw_session
/** /**
* Used mcrypt algorithm and mode * Used mcrypt algorithm and mode
*/ */
const MCRYPT_ALGO = MCRYPT_RIJNDAEL_128; const MCRYPT_ALGO = MCRYPT_TRIPLEDES;
const MCRYPT_MODE = MCRYPT_MODE_CBC; const MCRYPT_MODE = MCRYPT_MODE_ECB;
/** /**
* current user login (account_lid@domain) * current user login (account_lid@domain)