mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
4 lines
134 B
Python
4 lines
134 B
Python
import secrets
|
|
|
|
print(f"SECRET_KEY={secrets.SystemRandom().getrandbits(128)}")
|
|
print(f"SECURITY_PASSWORD_SALT={secrets.token_hex()}")
|