The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I'd like to do a chat that requires a message board username/password to get in. Does anyone know how vBulletin encrypts passwords?
|
#2
|
|||
|
|||
md5($inputedpassword)
in php will get you a string thats comparable against the password stored in the user table. md5 encryption is not reversable, but the same string will always encrypt identically. Most other languages have md5 functions or libarys (perl, c, c++, java, etc..) |
#3
|
|||
|
|||
thx
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|