Removed misleading crypto gen comment

This commit is contained in:
Sam Tuke 2013-01-10 18:19:37 +00:00
parent 3e83023bf6
commit 2e30641caa

View file

@ -601,8 +601,6 @@ class Crypt {
*/
public static function generateKey() {
// $key = mt_rand( 10000, 99999 ) . mt_rand( 10000, 99999 ) . mt_rand( 10000, 99999 ) . mt_rand( 10000, 99999 );
// Generate key
if ( $key = base64_encode( openssl_random_pseudo_bytes( 183, $strong ) ) ) {