The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vbulletin password encryption
Hello,
I'm trying to create a client bridge between vBulletin and another script I'm using. I'm just wondering how vBulletin encrypts passwords so that I may create a separate php login on a different form. I'm going to be using the vBulletin username and password column on the users table, I just need to know the process vBulletin uses to encrypt its passwords with php. Is it MD5+salt? Thanks, Chris |
#2
|
|||
|
|||
That's what I use in one of my scripts.
md5( md5(md5('password') . user.salt) ) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|