Re: MD5/SHA (or other hash tool) for complete directory (sub-)tree ?

From: Matthijs Hebly (heeb_at_iname.com)
Date: 06/29/04


Date: Tue, 29 Jun 2004 16:59:18 GMT

Marcus Mackler wrote:
> I would like to verify if at least one file has changed inside a whole directory (sub)tree.
> Is there a tool (for Windows) which calculates me a MD5 or SHA hash value from all the
> containing files (and the corresponding modify/creation dates)?
>
> Marcus
It should be easy enough to program this.
You want it as a .dll to use in some app you are writing?
Or as a command line utility?
You just want to *know* the info, like on screen,
or *do* something with it in an app?
Where should the info go?

Matthijs.