Skip to content

Instantly share code, notes, and snippets.

@hummus
Created February 28, 2017 22:29
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 hummus/a9cd3600eaa3752a4999a5aae5de81f1 to your computer and use it in GitHub Desktop.
Save hummus/a9cd3600eaa3752a4999a5aae5de81f1 to your computer and use it in GitHub Desktop.
sha256 (win)
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