This module encrypts the user password on user form submission. It prevents the propagation of plain password over internet on user form submission.
- OpenSSL extension.
- CryptoJS library.
- Download CryptoJS library from https://code.google.com/archive/p/crypto-js/downloads and extract it. Move rollups/aes.js to libraries/CryptoJS.
- Install and Enable Password Encrypt module.
- Clear cache.
No Additional Configration required except required libraries detials given in Installation section.