HD Doctor Logo

SHA-256 Hash: What it is, how it works and why it matters

Direct answer

SHA-256 (Secure Hash Algorithm 256-bit) is a cryptographic hash function that produces a 64-hex-character (256-bit) digest from any input, with computationally infeasible collision.

Full definition

Part of the SHA-2 family published by NIST in 2001. Properties: deterministic (same input always produces same output), collision-resistant (computationally infeasible to find 2 inputs with same hash), avalanche (1-bit change flips ~50% of hash). Used in Bitcoin (proof of work), TLS, digital signatures, file integrity. In forensic recovery, SHA-256 is used for chain of custody: when copying the original media, the SHA-256 hash of original and bit-by-bit copy is computed. Identical hash mathematically proves the copy is integral. Legal documents accept SHA-256 as non-tampering evidence.

Need to recover data or have a technical question?

Senior engineers in PT, EN and ES.

Related terms