![]() |
Vb Password hash [howto]
Hello,
How can i create a vb hash code out of a password. When i md5 hash "test" it will give me 098f6bcd4621d373cade4e832627b4f6 But vb doesn't use md5 but a different hash, does any body knows what hash and how to create a hash out of a password? Thanks in advance. |
If I remember correctly the hash is generated from the following:
md5(md5(USER_SALT . $password)) but something tells me it was changed recently. |
It has more than just MD5 it takes about 4-7 days to bruteforce it
|
It's just a salted MD5. The "algorithm" is:
PHP Code:
|
Quote:
The $salt is stored in the database in the user table. :) |
Quote:
|
You generate a salt at registration time. Alternatively, using the user data manager will do this for you.
|
All times are GMT. The time now is 09:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|