fire-eggs / octopus

Media Indexer. It indexes your CD/DVD disks, hard/external/network disks, pen-drives and other removable media.
Other
0 stars 0 forks source link

CRC32 Was used for compatibility with ZIP #38

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Zip files (and rar? others?) have a CRC32 hash already. So a CRC32 hash is useful to perform duplicate testing against compressed file content.

Using MD5 hash might be a mistake.

fire-eggs commented 6 years ago

CRC restored.