Skip to content

Instantly share code, notes, and snippets.

@alfawal
Created May 22, 2022 10:47
Show Gist options
  • Save alfawal/27e9cbf1a86451ff63494432ee390801 to your computer and use it in GitHub Desktop.
Save alfawal/27e9cbf1a86451ff63494432ee390801 to your computer and use it in GitHub Desktop.
Generate a secret key with Python
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