The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is happening to the password when the user clicks submit?
When a user enters their password in the password field, what is happening to the password (specifically) to create the unique password alphanumeric combination in the user table? I know the password is being hashed and salted, what I really would like to know is how it is being hashed and salted. For example
$_GET['password'] = $password; (we got the password field) MD5($password)... ? (what gets us to the password alphanumeric combination in the user's table?) Any help would be greatly appreciated! Thanks! - Pianoman993 |
#2
|
||||
|
||||
Did you search for this? Because I know I have posted it numerous times. (And so have other people.)
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|