PDA

View Full Version : vB login hash's?


LuvWii
14 Feb 2007, 17:13
What is the password for the login hashes coded in? because ive tried md5 but it doesnt work

thanks

EnIgMa1234
14 Feb 2007, 17:56
it is md5. definatly

Analogpoint
14 Feb 2007, 22:21
What is the password for the login hashes coded in? because ive tried md5 but it doesnt work

thanks

It uses md5, but it's salted.

Dismounted
15 Feb 2007, 06:11
A search would reveal this answered several times (because I answered them :p).

md5(md5($password) . $salt)