Zen Cart Logo

Md5

Views: 809

Results 1 to 7 of 7
20 Mar 2013, 12:43 PM
#1
webstar avatar

webstar

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

20 Mar 2013, 1:51 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Md5

No .

20 Mar 2013, 3:49 PM
#3
webstar avatar

webstar

New Zenner

Join Date:
Sep 2009
Posts:
5
Plugin Contributions:
0

Re: Md5

webstar:

Is this **"ZC_" **the salt used with MD5 for the admin login password

Sorry what is the salt used with MD5?

20 Mar 2013, 8:29 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Md5

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.

21 Mar 2013, 2:11 AM
#5
webstar avatar

webstar

New Zenner

Join Date:
Sep 2009
Posts:
5
Plugin Contributions:
0

Re: Md5

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.

21 Mar 2013, 5:07 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Md5

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.

21 Mar 2013, 4:07 PM
#7
webstar59 avatar

webstar59

New Zenner

Join Date:
Jun 2011
Location:
California
Posts:
63
Plugin Contributions:
0

Re: Md5

I did search the php files, anyway thanks for your replys you made