SHA3-224 Hash Generator
Generate compact SHA3-224 hashes for space-constrained applications.
What Is SHA3-224?
SHA3-224 produces a 224-bit hash using Keccak-f[1600] with capacity of 448 bits, providing compact hashes with 112-bit security suitable for space-constrained applications.
Specifications
Output Size 224 bits
Standard FIPS 202
Standard Year 2015
Origin Keccak submission to NIST SHA-3 competition
Origin Year 2008
Use Cases
- Compact digital signatures
- Resource-constrained environments
- Applications requiring <256-bit output
!
Security Notice
SHA3-224 is suitable for cryptographic integrity checks and fingerprints when used appropriately. Use HMAC or KMAC when you need message authentication, and use a dedicated KDF such as Argon2, bcrypt, or scrypt for password storage.
Related Tools
Utilities
Implementation Notes
Practical usage details for this browser-based SHA3-224 tool.
How to Generate a SHA3-224 hash
- Choose UTF-8, Hex, Base64, or File input mode.
- Enter text, encoded bytes, or choose a local file to process.
- Adjust the SHA3-224 options if your use case requires non-default settings.
- Click Generate SHA3-224 Hash and copy the result.
Example Input
Sample input:
abc
Use this sample input, then copy the generated hash from the result panel.
When Not to Use SHA3-224
- Do not use a plain hash or derivation output directly as password storage without the right password-hashing construction and parameters.
Recommended Alternatives
Review related tools when you need a different output size, security margin, or keyed construction.