Created
November 20, 2018 09:41
-
-
Save bgorkem/a0c163bb178c73fa91ab4f601fb6ac8a to your computer and use it in GitHub Desktop.
Python generate AES-256 base-64 key
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 base64; import os; print(base64.encodestring(os.urandom(32)))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment