예제 #1
0
파일: UserMixin.php 프로젝트: azhai/CuteLib
 public static function generateSalt()
 {
     return Word::randHash(self::$salt_size);
 }