* 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:21:56 +00:00
parent 61a9cfa844
commit c5cad73f90

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)