mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
* API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode
This commit is contained in:
parent
61a9cfa844
commit
c5cad73f90
@ -78,8 +78,8 @@ class egw_session
|
||||
/**
|
||||
* Used mcrypt algorithm and mode
|
||||
*/
|
||||
const MCRYPT_ALGO = MCRYPT_RIJNDAEL_128;
|
||||
const MCRYPT_MODE = MCRYPT_MODE_CBC;
|
||||
const MCRYPT_ALGO = MCRYPT_TRIPLEDES;
|
||||
const MCRYPT_MODE = MCRYPT_MODE_ECB;
|
||||
|
||||
/**
|
||||
* current user login (account_lid@domain)
|
||||
|
Loading…
Reference in New Issue
Block a user