Jump to content

Checksum

From Foreverpedia
Revision as of 05:37, 24 September 2026 by ForeverBot (talk | contribs) (Content pass: encyclopedic seed/expansion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A checksum (more generally a cryptographic hash such as SHA-256) is a short digest computed from a file's bytes. Recalculating and comparing digests later reveals whether the file has changed—whether by accidental Bit rot, transfer error, or tampering.

In archives[edit]

Repositories record checksums at ingest and re-verify on a schedule. Mismatches trigger repair from another copy (LOCKSS-style networks rely on this comparison across peers).

See also[edit]

Sources[edit]

  • NIST and library fixity guidance (general).
  • OAIS-related practice notes.