20.05.2018, 17:05
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:
and in the server:
PHP код:
$MyPassword = hash("whirlpool", $_POST['Password'], FALSE);
PHP код:
new ThePassword[129];
WP_Hash(ThePassword, sizeof(ThePassword), inputtext);