Portal Home > Knowledgebase > Articles Database > Integration with vBulletin ???
Integration with vBulletin ???
Posted by mrcancel, 05-09-2007, 06:12 PM |
I want to integration a script with vB ! And i have a question ! What is md5 type for encrypt vB password ?
Ex:
See area Red text ! If i want to login with user table of vB, i must change hex_md5 to what ???
|
Posted by san-deep, 05-09-2007, 08:21 PM |
I read somewhere on vbulletin.com forums guess they use Salt+MD5
You can try asking same on there support forums.
|
Posted by clarke_kent, 05-11-2007, 02:30 AM |
Vb DB Password Hash
md5(md5(plain-text-password) + $salt)
Vb Cookie Password Hash:
md5(md5(md5('Plaintext-Password') . $salt) . 'LicenseNo')
$salt = Random 3 character string found in the users table in the salt column
I am still working on the cookie.session hash (only thing I have left to complete my integration)
|
Add to Favourites Print this Article
Also Read