PDA

View Full Version : vbulletin hash?


piskotilki
31 Oct 2006, 16:37
my codes


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



$hashpass='';#the hash that will be used for the passwords which has to be stored in system

ı want to learn vbulletın hash code?

Chroder
05 Nov 2006, 07:00
vB's password hash is:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


(The salt is available in the 'salt' field of the 'user' table.)