ECShop V2.7.3 Admin Password Encryption Method
Forgot the local ECShop user password, so I took a look. ECShop V2.7.3 password encryption works like this: if(!empty($ec_salt)) { /* Check if the password is correct */ $sql = "SELECT user_id, user_name, password, last_logi …