Files
Zilant2025/genkey.py
T
2025-09-25 20:42:48 +03:00

3 lines
44 B
Python

import secrets
print(secrets.token_hex(32))