New Zenner
- Join Date:
- Sep 2009
- Posts:
- 5
- Plugin Contributions:
- 0
Md5
Is this **"ZC_" **the salt used with MD5 for the admin login password
Views: 809
New Zenner
Is this **"ZC_" **the salt used with MD5 for the admin login password
Sensei
No .
New Zenner
webstar:
Is this **"ZC_" **the salt used with MD5 for the admin login password
Sorry what is the salt used with MD5?
Sensei
Please tell me why you're asking that question. It sounds to me like you're trying to reverse-engineer passwords. Why on earth would I ever tell you how to do that!!!!!!
SALT is very well described in wikipedia and numerous other places in conjunction with cryptography methodologies.
New Zenner
DrByte:
Please tell me why you're asking that question. It sounds to me like you're trying to reverse-engineer passwords. Why on earth would I ever tell you how to do that!!!!!!
SALT is very well described in wikipedia and numerous other places in conjunction with cryptography methodologies.
Not trying to reverse-engineer passwords, I use a script to generate passwords incase you get locked out of your account. I know theres a SQL script to get back in but I like to do it my way.
When looking at the password in the database I can see its using salt.
Anyway forget it gees.
Sensei
Zen Cart already has a password reset feature. That's what should normally be used.
The logic for all of that is in the password functions files. A simple search of the PHP files for "salt" and/or "md5" also gives the information on how it works.
New Zenner
I did search the php files, anyway thanks for your replys you made
Tell staff why this post should be reviewed.