Created
August 11, 2020 20:27
-
-
Save gduverger/136e2e5bb3177f0ff95b7c99b8cbeef9 to your computer and use it in GitHub Desktop.
How to generate good secret keys
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
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