Skip to content

Instantly share code, notes, and snippets.

@whardier
Created March 7, 2012 04:30
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 whardier/1990924 to your computer and use it in GitHub Desktop.
Save whardier/1990924 to your computer and use it in GitHub Desktop.
>>> import hashlib
>>> import humanhash
>>> mysupersecrethash = hashlib.md5('mysupersecretpassword').hexdigest()
>>> mysupersecrethash
'117a520adbd19eff51100215aa7a7fbf'
>>> humanhash.humanize(mysupersecrethash)
'diet-johnny-green-bacon'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment