Hash Functions

Cryptographic hash functions produce a fixed-size digest from arbitrary input data. They are one-way functions — you cannot reverse a hash to find the original input. Used for data integrity verification, digital signatures, password storage, and more.

Inputs

Tips

Standards: NIST FIPS 180-4 (SHA-2), NIST FIPS 202 (SHA-3), RFC 1321 (MD5)

Open the Hash Functions tool — free, runs entirely in your browser.

Related Hashing tools