Development #9666
encrypt LDAP password in sessions
Start date:
15 Jan 2016
Due date:
15 Jan 2016
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
encrypt LDAP password in sessions (fixes #9666)
add tests for keep_password_in_session and LDAP password encryption.
History
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|65eaa07cd6876268960fcae9aec0cebd4aeae028.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
add simple crypto module using pycrypto (#9666)
It provides two simple primitives to encrypt / decrypt any string using AES-CFB
using any key material.