ECShop V2.7.3 Administrator Password encryption method

Source: Internet
Author: User

Forget the local ecshop user password, just looked down. The ECShop V2.7.3 password is encrypted in such a way that:

if(!Empty($Ec_salt))     {/ * Check that the password is correct * /$SQL="Select user_id, user_name, password, last_login, action_list, Last_login,suppliers_id,ec_salt"."from".$ECS->table (' Admin_user ') ."WHERE user_name = '".$_post[' username ']."' and password = '". MD5 (MD5 ($_post[' Password ']).$Ec_salt) ."'"; }Else{/ * Check that the password is correct * /$SQL="Select user_id, user_name, password, last_login, action_list, Last_login,suppliers_id,ec_salt"."from".$ECS->table (' Admin_user ') ."WHERE user_name = '".$_post[' username ']."' and password = '". MD5 ($_post[' Password ']) ."'"; }

First, check that the Ec_salt field in the Admin_user table is empty and not empty, so encrypt: MD5 (MD5 (clear text password). $ec _salt); empty MD5 (plaintext password).

For example, if you want to reset the admin password (the admin's Ec_salt field doesn't seem to be empty, $ec _salt is the value of the Ec_salt field), set the value of the password field to: MD5 (MD5 (' admin '). $ec _salt) = 374C3361928AB9CA42794299A48E83A1

ECShop V2.7.3 Administrator Password encryption method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.