Login customer with Zencart password

If you imported customers from Zencart and the hash of password was produced by this function:

// from Zencart version 3.8
function zen_encrypt_password($plain) {
$password = '';

for ($i=0; $i<10; $i++) {
$password .= zen_rand();
}

$salt = substr(md5($password), 0, 2);

$password = md5($salt . $plain) . ':' . $salt;

return $password;
}




Download
  • Developed by OpenCart Community
  • Documentation Included

Rating

Compatibility
2.0.3.1

Last Update
17 Oct 2015

Created
17 Oct 2015
26 Downloads
0 Comments
revoke
revoke
Member since: 6 Oct 2015

View all extensions Get Support