Created
February 28, 2017 22:29
-
-
Save hummus/a9cd3600eaa3752a4999a5aae5de81f1 to your computer and use it in GitHub Desktop.
sha256 (win)
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
python -c "import sys,hashlib; print(hashlib.sha256(open(sys.argv[1], 'rb').read()).hexdigest())" <filename> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment