◈ GLOSSARY · CRYPTO & WEB3
Hash (Cryptographic).
A definition, in plain English — with the books that teach it.
Reviewed by ClearValue Editorial Team · Jun 27, 2026
◈ DEFINITION
What it means
Definition
A one-way math function that turns any input — a word, a file, a block of transactions — into a fixed-length fingerprint. The same input always produces the same hash; change a single character and the hash looks totally different. The honest caveat: hashes are how blockchains 'lock' history together, but they aren't magic — they only work because finding two inputs with the same hash is, in practice, computationally infeasible.
◈ IN PRACTICE
Example
Bitcoin uses SHA-256. The phrase 'hello' hashes to '2cf24dba5fb0a30e...' Change it to 'Hello' (capital H) and you get 'aaf4c61ddcc5e8a2...' — completely different. That sensitivity is what lets the network detect any tampering.
◈ RECOMMENDED READING
