This commit is contained in:
commie
2026-02-15 19:41:56 +08:00
parent 61c5192018
commit 1a7f4bc98a
68 changed files with 992 additions and 353 deletions
+2
View File
@@ -86,6 +86,8 @@ class Random
case 'encrypt':
case 'sha1':
return sha1(uniqid(mt_rand(), true));
default:
return substr(str_shuffle(str_repeat($type, ceil($len / strlen($type)))), 0, $len);
}
}