Calculate CRC32 |
CRC32 (Cyclic Redundancy Check) is a method to get a "signature" code based on each file's content.
Knowing previous CRC codes, you can detect changes on files, because it's CRC also change.
Is possible for other different file to have the same CRC.