Password Encrypt
Categories
Component ID
2892555
Component name
Password Encrypt
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
284
Component created
Component changed
Component body
This module encrypts the user password on user form submission. It prevents the propagation of plain password over internet on user form submission.
Dependencies:
D7:
- OpenSSL extension.
- CryptoJS library.
- AES JSON formatter for CryptoJS.
D8:
- OpenSSL extension.
- CryptoJS library.
Installation:
D7:
- Download CryptoJS library and extract it. Move rollups/aes.js to sites/all/libraries/CryptoJS.
- Download AES JSON formatter js for CryptoJS and copy to sites/all/libraries/CryptoJS.
- Install and Enable Password Encrypt module.
D8:
- Download CryptoJS library and extract it. Move rollups/aes.js to sites/all/libraries/CryptoJS.
- Install and Enable Password Encrypt module.
Configuration:
- Go to admin/config/people/password-encrypt and change the passkey for encryption/decryption
- Clear cache.
