Created
May 22, 2022 10:47
-
-
Save alfawal/27e9cbf1a86451ff63494432ee390801 to your computer and use it in GitHub Desktop.
Generate a secret key with Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -c "import secrets; print(secrets.token_hex(32))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment