Directory checksum tool
DirHash is a console program that computes the hash of a given directory content. Lexicographical order is used for browsing the directory hierarchy. Supported hashing algorithms are SHA-1, SHA-256, SHA-384 and SHA-512.
The binary can be download here : DirHash.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
|