-2

What does CRC mean while comparing two files?

user3759177
  • 139
  • 1
  • 8

1 Answers1

1

This is exactly from the Beyond Compare's website:

A CRC is a 4-byte mathematical checksum of a file's contents. If a pair of files have different CRCs, then you can be sure their contents are different. If they have matching CRCs, then it's likely (but not certain) that their contents match.

ρss
  • 5,115
  • 8
  • 43
  • 73