I'd like to verify that a bunch of files (ten files or so) are unchanged. I thought it create a CRC/MD5 hash lists for these files and compare them with realtime hashes.
- What's more recommended? CRC or MD5?
- What is the right way to do it with Python?
Thanks.