[ Gomenasai - projects - known good creator ]

gomenasai kanji

Known Good Creator

[ Description | Download | Source ]

Description - Known Good is a set of python scripts that traverse a give directory, with optional recursion, and calculate the MD5sum, SHA1sum, and size of every file encountered. As it does this it outputs the data to stdout in an XML format. The other script can take this output and go back and validate the files based on the contents of the file. It runs on both UNIX and Windows (though I haven't really tested this platform) and might run on Mac.

Download - knowngoodcreator.tar.bz2 version 0.3 mintjello
I don't really know what version of python you need, I wrote it with 2.2.

Source - As python is a scripting language, the download is the source. It has a BSD license.