PHP hash whirlpool
#1

Hi there
How to switch from SHA512 hash to whirlpool from code below


Код:
$SQLAddUser -> execute(array(':username' => $_POST['username'], ':password' => hash('SHA512', $_POST['password']), ':mbt' => intval($_POST['mbt']), ':expire' => strtotime("{$_POST['day']} {$_POST['month']} {$_POST['year']}")));
Problem is that i got this source from another thing and now i wanna switch it for samp but hash is in SHA512. Should i just remove SHA512 and write whirlpool instead?
Reply


Messages In This Thread
PHP hash whirlpool - by EmiGjoni - 16.02.2016, 18:48
Re: PHP hash whirlpool - by Kyle - 16.02.2016, 19:04
Re: PHP hash whirlpool - by Sithis - 16.02.2016, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)