Skip to content

Instantly share code, notes, and snippets.

@dminca
Created June 5, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminca/6fd53bf40d7a145b9f88830a834a4b55 to your computer and use it in GitHub Desktop.
Save dminca/6fd53bf40d7a145b9f88830a834a4b55 to your computer and use it in GitHub Desktop.
Generate AES-256 base-64
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