A command line application that computes file hashes traversing recursively
through a directory structure.
The known hashes can be used to audit the same directory structure or a copy
of it.
Execute haskdeep without arguments and it will show you the help text:
Default usage:
create known hashes of files contained in a root directory (traversed recursively)
verify a copy of the same files comparing them with known hashes
Heavily inspired by hashdeep: http://md5deep.sourceforge.net/