Skip to content

davyin-co/password_encrypt

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Contributors