SHA-512/224 Hash Generator

Generate a SHA-512/224 hash of a string of text. Input your text and tap the generate button.



Question

What is SHA-512/224?

SHA-512/224 is a SHA-2 cryptographic hash function standardized by NIST in FIPS 180-4. It uses the SHA-512 message schedule and 1024-bit block processing, starts from SHA-512/224-specific initial hash values, and returns the leftmost 224 bits of the final state. The digest is normally written as 56 hexadecimal characters.

This page hashes the text you enter in the browser and writes the generated digest to the output box in uppercase hexadecimal. SHA-512/224 is useful for test vectors, checksum comparisons, protocol examples, and systems that need a 224-bit SHA-2 digest but want the 64-bit-word SHA-512 family construction rather than SHA-224.

A SHA-512/224 digest is deterministic: the same input text produces the same output, and small input changes should produce a very different-looking digest. It is not encryption and cannot be decoded back into the original text. For password storage, use a purpose-built password hashing scheme with a salt and work factor, such as Argon2, bcrypt, scrypt, or PBKDF2, instead of a bare SHA-512/224 digest.