The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VB passwords (MD5 with Salt)?
I'm going to be importing my user database from Geeklog as I'm switching from GL to VB with VBA. Geeklog stores it's password as an MD5. From what I've read here so does VB with the difference that VB uses a SALT as well. Is there any way for me to import the passwords from Geeklog (as it doesn't use a salt) or am I out of luck? I really don't want my users to have to go through the hassle of doing a forgotten password recovery.
Help, anyone... Cheers, Paul |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
Quote:
Paul |
#4
|
||||
|
||||
The passwords of VB3 are stored in the database as md5(md5('plaintext_password') + salt).
You already got md5('plaintext-password') from your geeklog database. So the only thing you have to do is generate a random sort, then concatenate the existing hash with this salt, hash it again and you're done. |
#5
|
|||
|
|||
Quote:
Paul |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|