12.02.2013, 16:01
Need sa-mp hash to use for passwords which can be used also for server website. Not intrested in md5 or sha. Thank's.
hash("whirlpool", "what");
$what = strtoupper(hash("whirlpool", "what"));
if ($what == $samp)
{
// correct
}