Skip to content

Instantly share code, notes, and snippets.

@bulatie
Created May 14, 2019 07:43
Show Gist options
  • Select an option

  • Save bulatie/53323906ccaefe6442f203c1314cfcb6 to your computer and use it in GitHub Desktop.

Select an option

Save bulatie/53323906ccaefe6442f203c1314cfcb6 to your computer and use it in GitHub Desktop.
a decent way to generate a secret key
python -c "import os; print(repr(os.urandom(24)))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment