|
|
Re: Password format [message #15625 is a reply to message #15624] |
Sun, 28 December 2003 18:56 |
Ilia
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 |
Ilia
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
|
|
|
|
|