Skip to content

Instantly share code, notes, and snippets.

@gduverger
Created August 11, 2020 20:27
Show Gist options
  • Save gduverger/136e2e5bb3177f0ff95b7c99b8cbeef9 to your computer and use it in GitHub Desktop.
Save gduverger/136e2e5bb3177f0ff95b7c99b8cbeef9 to your computer and use it in GitHub Desktop.
How to generate good secret keys
python -c 'import os; print(os.urandom(16))'
# b'_5#y2L"F4Q8z\n\xec]/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment