Back to techniques

SHA-256 Hash

Hashing

Definition

A one-way cryptographic hash function that produces a fixed 256-bit fingerprint.

Use Case

Used in integrity checks, password storage workflows (with salting), and blockchain systems.

Note

Hashing is one-way. You cannot decrypt a hash back to original text.

Educational demo only