mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
* API: fixed not working session encryption, by switch back to previous MCrypt algorithm and mode
This commit is contained in:
parent
a3006e87bc
commit
ffc506561a
@ -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