View Full Version : anyone know vB's password encryption algorithm?
aznick
12-25-2001, 12:47 AM
I'd like to do a chat that requires a message board username/password to get in. Does anyone know how vBulletin encrypts passwords?
dabean
12-25-2001, 01:56 AM
md5($inputedpassword)
in php will get you a string thats comparable against the password stored in the user table.
md5 encryption is not reversable, but the same string will always encrypt identically. Most other languages have md5 functions or libarys (perl, c, c++, java, etc..)
aznick
12-25-2001, 02:18 AM
thx ;)
Admin
12-27-2001, 05:40 AM
aznick, please go to this (http://www.vbulletin.com/members/vbulletin.org.php) page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.