CRC32C Generator - Castagnoli Checksum

Calculate CRC32C Castagnoli checksums - the storage industry standard for SSDs and file systems.

Input
0 bytes

Secure Client-Side Computation • 100% Private

Result Output

About

CRC32C is a 32-bit cyclic redundancy check using the Castagnoli polynomial (0x1EDC6F41), optimized for detecting burst errors in storage systems with better error detection than standard CRC32.

Specifications

Output Size 32 bits
Standard RFC 3720 (iSCSI CRC32C digest)
Standard Year 2004
Origin Castagnoli CRC polynomial
Origin Year 1993

Use Cases

  • SSD and NVMe storage integrity
  • Google Protocol Buffers serialization
  • Ext4 and Btrfs file systems
  • iSCSI and SCTP network protocols
  • Intel SSE4.2 hardware-accelerated checks

Security Notice

CRC32C is not cryptographically secure and must not be used for authentication or security purposes.

Frequently Asked Questions