The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin's way of password hashing.
I would like to see a mod that changed the way that vBulletin hashed its passwords.
So instead of: md5(md5($password).$salt) it could be: md5(sha1(md5($salt.sha1($password)).$salt)) or something. This way you could make up a custom hashing method for your board and if someone obtained the db then the db would be useless. I tried to modfiy my functions_login.php and made it work with that kind of hashing, just didn't work with new accounts registered. -Fox |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|