File_upload_system_Guangdon.../generate_secret_key.py
superlishunqin 68b99755ec ALL
2024-11-14 15:46:37 +08:00

3 lines
89 B
Python

import secrets
print(secrets.token_hex(16)) # 生成一个32字符长的随机字符串