Skip to content

Instantly share code, notes, and snippets.

@NoUsername
Created June 20, 2022 20:47
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 NoUsername/4b5b6572c54bb1f9a47c29c116c6b5b5 to your computer and use it in GitHub Desktop.
Save NoUsername/4b5b6572c54bb1f9a47c29c116c6b5b5 to your computer and use it in GitHub Desktop.
Simple command to get various kinds of file-hashes on windows (without installing additional tools)
certutil -hashfile targetFile.txt md5
certutil -hashfile targetFile.txt sha1
certutil -hashfile targetFile.txt sha256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment