SHA-224 Hash Generator
Generate a SHA-224 message digest from text input. Paste or type text, select Generate hash, and the tool returns the 224-bit digest as 56 uppercase hexadecimal characters.
What is SHA-224?
SHA-224 is a cryptographic hash function in the SHA-2 family standardized by NIST. It maps input text to a fixed 224-bit message digest, normally displayed as 56 hexadecimal characters.
This tool hashes the text you enter as UTF-8 bytes and writes the resulting SHA-224 digest to the output box without sending the text to a server. Whitespace, punctuation, letter case, line endings, and non-ASCII characters all affect the result, so compare the output only with systems that hash the same text encoding.
SHA-224 is useful for reproducing published test vectors, preparing examples, and working with protocols that explicitly require a 224-bit SHA-2 digest. If a system asks for SHA-256, SHA-384, SHA-512/224, or SHA-3, use the exact algorithm it names rather than substituting SHA-224.
The digest is not encryption and cannot be decoded back to the original text. It is also not a password storage scheme or a message authentication code; use a salted password hashing algorithm for passwords and a keyed integrity mechanism when authenticity is required.