Best hash in SA-MP
#4

http://php.net/manual/en/book.hash.php

http://www.php.net/manual/en/function.hash-algos.php <= hashing algorithms

Use:
PHP код:
hash("whirlpool""what"); 
Anyway, if u want to compare this hash with samp hash you should use strtoupper (http://php.net/manual/en/function.strtoupper.php).
PHP код:
$what strtoupper(hash("whirlpool""what"));

if (
$what == $samp)
{
// correct

Reply


Messages In This Thread
Best hash in SA-MP - by ajwar - 12.02.2013, 16:01
Re: Best hash in SA-MP - by DaRk_RaiN - 12.02.2013, 16:06
Re: Best hash in SA-MP - by ajwar - 12.02.2013, 16:17
Re: Best hash in SA-MP - by ReVo_ - 12.02.2013, 17:43

Forum Jump:


Users browsing this thread: 1 Guest(s)