Hash passwords are different
#1

Hello guys, I'm using Whirlpool plugin for hashing my password. When I create the password in the server I can't use it in my site (They are connected by MySQL database). In PHP I'm using this code for hashing:
PHP код:
$MyPassword hash("whirlpool"$_POST['Password'], FALSE); 
and in the server:
PHP код:
new ThePassword[129];
WP_Hash(ThePasswordsizeof(ThePassword), inputtext); 
Reply


Messages In This Thread
Hashed passwords are different - by Kraeror - 20.05.2018, 17:05
Re: Hash passwords are different - by Kraeror - 20.05.2018, 17:34
Re: Hash passwords are different - by DarkSkull - 20.05.2018, 18:00
Re: Hash passwords are different - by Kraeror - 20.05.2018, 18:12
Re: Hash passwords are different - by Chyakka - 20.05.2018, 19:26
Re: Hash passwords are different - by CodeStyle175 - 20.05.2018, 19:50
Re: Hash passwords are different - by Kraeror - 21.05.2018, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)