A versatile command-line Windows utility that can generate the hash of a file or a string of text according to a number of hashing algorithms (both cryptographic and non-cryptographic). Also provides quick mechanisms for hashing entire directory trees (including recursively), and quickly comparing the hashes of two files.
Useful for file integrity validation in scripts
Secure Cryptographic Algorithms:
SHA2 [256,384,512], SHA3 [256,384,512], BLAKE2S, BLAKE2B, BLAKE3
Obsolete Cryptographic Algorithms:
MD5, SHA1
Non-Cryptographic Algorithms:
XXHash64, MurmurHash3_128 [x86,x64]
A versatile utility that can generate the hash of a file or text according to a number of hashing
algorithms (both cryptographic and non-cryptographic). Also provides quick mechanisms for hashing
entire directory trees (including recursively), and quickly comparing the hashes of two files.
For more details, see:
FILEHASH /??
Tested on Windows XP, 7, 8, 8.1, 10, and 11 (both x86 and x64)
Tested on Windows 2003, 2008-R2, 2012-R2, 2016, 2019, and 2022 (both x86 and x64)
Comments