How to calculate the crc32 of a file in Python
21 Mar 2013 Matteo Mattei python algorithmsCalculating the crc32 of a file in Python is very simple but I often forgot how to do. For this reason I put this snippet here:
You can simply call the CRC32_from_file() function passing a file with the whole path as argument.