SHA-224 Hash Generator
Generate a SHA-224 hash from any text.
SHA-224 Hash (224-bit)
How SHA-224 hashing works
SHA-224 is a truncated variant of SHA-256: it runs the same compression function with different initial hash values and simply drops the last 32 bits of the output, producing a 224-bit (56-hex- character) digest instead of 256-bit. It belongs to the SHA-2 family defined in FIPS 180-4 and remains cryptographically sound today, though SHA-256 is more common in practice. Because browsers' native crypto.subtle API does not implement SHA-224, this tool computes the digest with the battle-tested crypto-js library instead — entirely in your browser. Your text is never sent anywhere.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Cryptography & Security tools
Password Generator
Generate strong, random passwords locally.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes locally.
JWT Decoder
Decode JSON Web Tokens instantly and offline.
Bcrypt Generator
Generate and verify Bcrypt hashes with custom salt rounds.
MD5 Hash Generator
Generate an MD5 hash from any text.
SHA-1 Hash Generator
Generate a SHA-1 hash from any text.
SHA-256 Hash Generator
Generate a SHA-256 hash from any text.
SHA-512 Hash Generator
Generate a SHA-512 hash from any text.