A few folks asked about this so inlined below is a short and simple
python script that hashes files on a system and stick them in a simple
text file. Works on Linux and Windows. (I love interpreted languages.)
It currently uses SHA1 though it'll do MD5 with just a few tweaks.
python script that hashes files on a system and stick them in a simple
text file. Works on Linux and Windows. (I love interpreted languages.)
It currently uses SHA1 though it'll do MD5 with just a few tweaks.
I do apologize bec...
[ more ]