crc32 is potentially reversible
This commit is contained in:
@@ -679,7 +679,7 @@ function logid() {
|
||||
$x = session_id();
|
||||
if(! $x)
|
||||
$x = getmypid();
|
||||
return hash('crc32',$x);
|
||||
return substr(hash('whirlpool',$x),0,10);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user