Whirlpool
#1

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'])) 
Reply
#2

I Still need help with it.
Reply
#3

Hash.
Reply
#4

Whats the algorythm?
Reply
#5

Im not sure but something like this:
PHP код:
if(mysql_result($result,0,'Password') == hash('whirlpool'$_POST['password'])) 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)