UCP De-hashing Help
#7

Quote:
Originally Posted by rfr
Посмотреть сообщение
PHP код:
$hashedpw hash('sha256'$_SESSION['user-password']);
//compare hashedpw to the one in the database 
http://php.net/manual/en/function.password-verify.php
Ok what the use of PasswordSalt then which i used in script of gm
Код:
 #define PASSWORDSALT "any a
Salt here"
When password entered 
SHA256_PassHash(inputtext, PASSWORD_SALT, password, 64);
What is the use of it then in pHp
Reply


Messages In This Thread
UCP De-hashing Help - by Speaker - 23.02.2018, 07:41
Re: UCP De-hashing Help - by Chocopie - 23.02.2018, 08:05
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 08:13
Re: UCP De-hashing Help - by Logic_ - 23.02.2018, 10:03
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 10:16
Re: UCP De-hashing Help - by rfr - 23.02.2018, 10:19
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 10:29
Re: UCP De-hashing Help - by kingmk - 23.02.2018, 11:09
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 12:18
Re: UCP De-hashing Help - by kingmk - 23.02.2018, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)