Quote:
Originally Posted by EnIgMa1234
Oh,
vBulletin uses a salt value on top of their password.
I think passwords are encrypted like this (Don't quote me on this though).
md5($password.$salt);
The salt value is stored in the user table.
|
That does not seem to be the case either... hmmm
Does anyone else happen to know?
It seems like vBulletin uses a Javascript code to hash it's passwords, but the code is very jumbled up and hard to read. I could be wrong though.