Quote:
Originally Posted by ManagerJosh
Thanks for taking the time out of your schedule to answer my questions Stefan 
|
In vB 2.0.x and below, passwords were stored as $password.
In vB 2.2.0 through 2.3.4, passwords were stored as md5($password).
In vB3, passwords are stored two sperate ways. In the database, passwords are store as md5(md5($password) . $salt)) In cookies, I
believe they are stored as md5(md5(md5($password) . $salt) . $licensenumber))), although I'm not quite sure on that.