Hash
A cryptographic hash maps input to a fixed-length digest. Hashes are one-way fingerprints used for integrity checks—not encryption and not a substitute for password storage without a proper KDF.
Generate digests locally with Hash Generator. Prefer modern algorithms such as SHA-256 for new integrity checks, and never confuse hashing with Base64 encoding. Continue with Hashing explained for the longer walkthrough.