Question

What CRC32 code is System.IO.Compression.ZipArchive using underneath the covers since .NET does not have CRC32?

Was it helpful?

Solution

The System.IO.Compression assembly contains an internal class Crc32Helper that's used to calculate the checksum.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top