Online Keccak-224 Hash Generator
Original Keccak with 224-bit output. Paste your text and click the button to compute its Keccak-224 hash — everything runs on your device and is never sent to a server.
Everything runs in your browser. Your data is never sent to our servers.
Example
Example Input
hello world
Example Output
25f3ecfebabe99686282f57f5c9e1f18244cfee2813d33f955aae568
How to Use
- 1Type or paste the text you want to hash into the Input field.
- 2Click the Generate Hash button (or press Ctrl+Enter) to compute the Keccak-224 hash.
- 3The Keccak-224 hash appears in the Output field. Click Copy to copy it to your clipboard.
- 4Click Clear to empty the fields and start over.
About Keccak-224
Keccak-224 is a hash function from the Keccak family — the algorithm that won the NIST hash competition and was later standardized as SHA-3. Keccak-224 produces a 224-bit hash value.
Important: the "original" Keccak differs from official SHA-3 only in the padding byte (domain separation). As a result, Keccak and SHA-3 hashes of the same input are NOT identical. Both use the same sponge construction and Keccak-f permutation.
Keccak-224 (especially Keccak-256) is widely used in the Ethereum blockchain ecosystem for addresses, signatures, and internal hashing — predating the finalized SHA-3. If you work with Ethereum/Solidity, use Keccak, not SHA-3.
FAQ
What is the difference between Keccak-256 and SHA3-256?
Both use the same core algorithm, but their padding byte differs, so their hashes differ for the same input. Ethereum uses Keccak-256 (the original version), not SHA3-256.
How long is a Keccak-224 hash?
A Keccak-224 hash is 224-bit long (56 karakter heksadesimal / 56 hexadecimal characters).
Is my data sent to a server?
No. The Keccak-224 hash is computed entirely in your browser. The text you enter never leaves your device.