On Mon, Sep 23, 2013 at 11:00:09PM +0100, Mike Fleetwood wrote: > > Here's a couple of integrity checking tools to consider: > tripwire - http://sourceforge.net/projects/tripwire/ > aide - http://aide.sourceforge.net/ I use cfv myself to create checksum files. Note that using CRC checksum is plenty if you are just worried about random corruption caused by hardware errors (i.e., memory bitflips, hard drive hiccups). Using a cryptographic checksum ala tripwire is useful if you are worried about malicious attackers trying to modify files without your noticing. Cryptographic checksums do take more CPU time, though. Cheers, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html