Refactor the encryption class.
This commit is contained in:
parent
8a175894b2
commit
f6aecf706a
|
@ -69,10 +69,8 @@ private static function randomizer()
|
|||
{
|
||||
return MCRYPT_DEV_RANDOM;
|
||||
}
|
||||
else
|
||||
{
|
||||
return MCRYPT_RAND;
|
||||
}
|
||||
|
||||
return MCRYPT_RAND;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue