How to Change the Encryption Type for Passwords
JEM supports the ability to change the encryption function used to encrypt user passwords. You can change it to md5, sha1 or the built-in mcrypt module. If you want to be able to decrypt the password for whatever reason, you need to use the mcrypt option as md5 and sha1 encryption methods cannot be decrypted. To change the encryption type for passwords, follow these steps:
$config['members_password_function'] = 'mcrypt'; //md5, sha1, or mcrypt
