Whirlpool - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Whirlpool (
/showthread.php?tid=193471)
Whirlpool -
Siim - 26.11.2010
I am using grex_control_panel_v1.0_english but in his UCP he uese md5 hash but i use Whirlpool has what do i have to change?
I think it has something to do with this line
PHP код:
if(mysql_result($result,0,'Password') == md5($_POST['password']))
Re: Whirlpool -
Siim - 27.11.2010
I Still need help with it.
Re: Whirlpool -
Retardedwolf - 27.11.2010
Hash.
Re: Whirlpool -
Siim - 27.11.2010
Whats the algorythm?
Re: Whirlpool -
Fj0rtizFredde - 27.11.2010
Im not sure but something like this:
PHP код:
if(mysql_result($result,0,'Password') == hash('whirlpool', $_POST['password']))