Back to Glossary
IntermediateTechnology

Hash

Definition

A fixed-length alphanumeric string produced by passing data through a cryptographic hash function (like SHA-256). Hashes are one-way functions — they can convert any input into a unique fingerprint, but the original data cannot be recovered from the hash. Hashing is fundamental to blockchain security, mining, address generation, and data integrity verification.

Example

Bitcoin uses SHA-256 hashing. Even changing a single character in a document produces a completely different hash, making it easy to detect any tampering with blockchain data.

Related Terms