SHAGenerator
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.

Published: 2026-08-20Standard:

What Is a Checksum? Error Detection in Files and Data Streams

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