Terminology Index
Glossary
2953 terms
H32
Hash Value
The fixed-size output produced by running data through a hash function, a digest that uniquely represents the input. Comparing hash values is how integrity is verified and how files are identified as indicators.
A hash value (or digest) is the result of hashing data: a short, fixed-length string that changes completely if the input changes at all. Because a given input always yields the same hash, comparing hash values verifies that data is unchanged, and file hashes serve as indicators of compromise to identify known-malicious files. Understanding hash values is foundational to integrity checking, malware identification, and many cryptographic uses.
Introduced in: Cryptography Essentials
Examples
- Comparing a downloaded file's hash value to the published one to confirm integrity.
- Using a malware file's hash value as an indicator of compromise.
- Detecting any change because the hash value differs completely.
Related
Hash Functionsrelates_toIntegrityrelates_toCollision Resistancerelates_toIndicators of Compromiserelates_toHashingrelates_toArgon2relates_tobcryptrelates_toCollision Resistancerelates_toHash Functionsrelates_toHashingrelates_toIndicators of Compromiserelates_toMD5relates_toSHA-1relates_toSHA-256relates_to
