Calculate a CRC-32 checksum for accidental corruption detection.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Bytes update a 32-bit register using a polynomial, XOR, and shifts; the final register is emitted as eight hexadecimal digits. CRC detects many transmission errors but is not authentication.
Hello, World!
ec4ac3d0
ZIP files, network frames, and storage blocks calculate CRCs.