Checksum
A checksum is a short value computed from data to detect accidental corruption during storage or transfer, usually a hash digest in practice.
A matching checksum proves the bytes are identical but says nothing about who produced them, so it defends against corruption rather than tampering. Continue with Hashing explained: digests, checksums, and integrity for the longer explanation.