4 lines
55 B
Python
Raw Normal View History

2024-01-14 17:09:11 +08:00
import secrets
secret_key = secrets.token_urlsafe(32)