|
|
Re: Password format [message #15625 is a reply to message #15624] |
Sun, 28 December 2003 18:56 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Why would you need a salt? First of all md5 is much more secure then crypt() which you are thinking of and does not support/require a salt.
FUDforum Core Developer
|
|
|
Re: Password format [message #15626 is a reply to message #15623] |
Sun, 28 December 2003 18:57 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
beamdriver wrote on Sat, 27 December 2003 19:12 | How is the password hash generated? I'd like to use the users list for another portion of my site?
Thanks!
|
The password is md5 of the user's original password.
FUDforum Core Developer
|
|
|
|
|