Log in

View Full Version : vBulletin Passwords


Mentch
01-01-2007, 02:09 AM
Im working on a login page for something and want to use the usernames and passwords from the database on vBulletin.

The only problem im having is figuring out how the Passwords are encrypted. I know its something to do with MD5 and salt but I have no idea how it all works, can someone enlighten me on how it works?

Nevermind, I finally figured it out on my own.

Just a simple double md5 of the password and the salt concatenated with it.