This module encrypts the user password on user form submission. It prevents the propagation of plain password over internet on user form submission. Dependencies: ---------------- 1. OpenSSL extension. 2. CryptoJS library. Installation: ---------------- 1. Download CryptoJS library from https://code.google.com/archive/p/crypto-js/downloads and extract it. Move rollups/aes.js to libraries/CryptoJS. 2. Install and Enable Password Encrypt module. 3. Clear cache.