Created
June 20, 2022 20:47
-
-
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)
This file contains 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
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