Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created June 20, 2014 14:20
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 munhitsu/2b499311c9381cac127a to your computer and use it in GitHub Desktop.
Save munhitsu/2b499311c9381cac127a to your computer and use it in GitHub Desktop.
ascii secret in python
import os
"".join((chr(ord(os.urandom(1))/2) for x in range(64)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment