Calculate CRC32

Top  Previous  Next

Settings (Calculate CRC)

 

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.