New packet

This commit is contained in:
Shoghi Cervantes Pueyo
2012-10-25 19:08:36 +02:00
parent 60c80110d3
commit 14e6fcb24e
5 changed files with 47 additions and 23 deletions

View File

@ -94,7 +94,7 @@ class Utils{
$c = (string) $c;
for($i = 0; $i < 4; ++$i){
$value ^= md5($i . $c . microtime(true), true);
$value ^= substr(sha1($i . $c . microtime(true), true),$i,16);
$value ^= substr(sha1($i . $c . microtime(true), true), $i,16);
}
}
return $value;