crc32 is potentially reversible
This commit is contained in:
parent
f66fb8e2a8
commit
66fc12c928
@ -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