Terminology Index

Glossary

2953 terms

Open concept maps
H
32

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.