Directory checksum tool
DirHash is a console program that computes the hash of a given directory
or file content. Lexicographical order is used for browsing the
directory hierarchy. Supported hashing algorithms are MD5, SHA-1,
SHA-256, SHA-384, SHA-512 and Streebog.
The 32-bit x86 binary can be download here : DirHash.zip The 64-bit x86 binary can be download here : DirHash-x64.zip The 64-bit ARM binary can be download here : DirHash-arm64.zip The source, VC++ project and its dependencies are available here : DirHash_src.zip If you are only interested in the main source file, you can get here : DirHash.cpp
DirHash is also hosted at Github: https://idrassi.github.io/DirHash/
|