The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Same password stored in DB shown in different ciphertext?
Version: VB 4.0.2
Same password stored in DB shown in different cipher text? It's so strange. The same password should store as the same cipher text, how to make then same. Please view the image below. All user are have the same password. |
#2
|
|||
|
|||
This is how vB encrypts passwords:
Code:
md5(md5(PASSWORD) . SALT) |
#3
|
||||
|
||||
Quote:
But I want to the same password store as the same in DB, no matter what kind of encryption method vB used. Please see the image I posted, I set the user "test1" and "test2" have the same password, but their password stored differently in DB:"6748c3d89db4e0a2ed4415cd954f2606" and "b64edfc2807a3826aa7ac9b41ab45de1". I want to find a solution to make them stored as the same in DB. Can you give more hints? Regards. |
#4
|
|||
|
|||
So you can find out the passwords and use them for brute forcing the users email? oh noes...
|
#5
|
||||
|
||||
It won't be wihtout modifing the code, which would make vb upgrades a pain. Learn how to use the salt for your own benifit.
|
#6
|
||||
|
||||
Quote:
I haven't consider that would make vb upgrades a pain. I will find a new solution to solve my issue without change the encryption scheme of vb. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|