Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 581 Bytes

File metadata and controls

23 lines (15 loc) · 581 Bytes

Password Encrypt

This module encrypts the user password on user form submission. It prevents the propagation of plain password over internet on user form submission.

Requirements

  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.

Configuration

No Additional Configration required except required libraries detials given in Installation section.