Published: 2026-08-20Standard:
Cryptographic Reference Guide
What Is a Checksum? Error Detection in Files and Data Streams
How checksums work, their implementation in network packets (TCP/IP), file formats (ZIP/PNG), and the difference between simple parity and cyclic redundancy checks.
Frequently Asked Questions.
Frequently Asked Questions
Clear answers to common cryptographic and implementation questions.
Can a checksum prevent malicious tampering?
No. Checksums only catch accidental random transmission errors. Use cryptographic hashes (SHA-256) to prevent intentional tampering.
Recommended Tools for this Topic
files
Calculate CRC32, Adler-32, MD5, and SHA-256 checksums and export standard .sha256 and .sfv files.
utilities
Calculate IEEE 802.3 standard 32-bit Cyclic Redundancy Checks for text and binary data.
utilities
Compute Castagnoli 0x1EDC6F41 CRC32C checksums used in cloud storage, iSCSI, and ext4.