Skip to main content

Checksum

technology · wallet

Data derived from a message to detect accidental corruption or transcription errors.

1.definition

A checksum is computed from other data and checked again after storage, transfer, or entry. Address formats such as Base58Check, Bech32, and CashAddr use checksums so wallet software can reject many malformed strings.

2.limits

A checksum is not a digital signature and does not authenticate the sender, owner, or intended recipient. Its strength and error-detection guarantees depend on the algorithm and format; a valid checksum only shows that the string is internally well formed.

Related terms

All terms and definitions may update as the Cryptionary improves.