The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vBulletin Users table
I am writing a script for my website but I want it to use the same users off the forums but does anyone know what encryption vBulletin uses for passwords?
|
#2
|
|||
|
|||
md5?
|
#3
|
||||
|
||||
It's represented like this in MySQL:
Code:
md5(concat(md5('password'), user.salt)) |
#4
|
||||
|
||||
I believe its a double md5 with a salt also stored in the db.
So it gets md5ed by javascript, then sent, then md5ed again with a salt. But regardless, it would probably be easier to integrate with vbulletin rather then rebuilding the wheel and writing a second login system. |
#5
|
||||
|
||||
Yea.. I knew it had to be more than md5 but i will try double md5 with the salt
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|