FIELD NOTES
What a cryptographic hash means
A hash maps input data to a fixed-length digest. The same input and algorithm produce the same result, while a small input change produces a very different digest.
Hashes help verify integrity but do not encrypt data. Password storage requires a dedicated slow password-hashing function with a salt, not plain SHA.