Created
September 29, 2014 20:30
-
-
Save discreet/00de77be06e461381982 to your computer and use it in GitHub Desktop.
string hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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