Example #1
0
 public static function generateSalt()
 {
     return Word::randHash(self::$salt_size);
 }