Yeah, integrity indeed. If you have a ZIP file and you edit the raw content of the archived file without changing the CRC, the software will tell you that there is an error in the archive.
But there are also cases where they are used to reference other content without writing that content again, for example there are situations where: - crc/hash is used to idenfity the filename which is not stored anywhere in the archive, the content of the file will use the crc/hash only - crc/hash is used to identify a particular string to use in a game and the multi-language content is associated to that crc/hash
|