Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Created May 8, 2017 18:47
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 mmasashi/9d03208888ed7c468032338f0a732e26 to your computer and use it in GitHub Desktop.
Save mmasashi/9d03208888ed7c468032338f0a732e26 to your computer and use it in GitHub Desktop.
Generate a secret key in python
import os
os.urandom(24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment