Skip to content

Instantly share code, notes, and snippets.

@mike1e
Created November 22, 2013 23:42
Show Gist options
  • Save mike1e/7608766 to your computer and use it in GitHub Desktop.
Save mike1e/7608766 to your computer and use it in GitHub Desktop.
create 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