Skip to content

Instantly share code, notes, and snippets.

@discreet
Created September 29, 2014 20: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 discreet/00de77be06e461381982 to your computer and use it in GitHub Desktop.
Save discreet/00de77be06e461381982 to your computer and use it in GitHub Desktop.
string hash
m = hashlib.sha512()
m.update("your_password")
print m.hexdigest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment