Keccak-224 Hash Generator
Generate Keccak-224 hashes for integrity checks, passwords, or unique data identification.
π About Keccak
Keccak is a versatile cryptographic function that won the NIST competition to become SHA-3. However, the Keccak variants (Keccak-224, 256, 384, 512) used in Ethereum are slightly different from the final standard SHA-3 (FIPS 202).
β οΈ Note: Ethereum uses Keccak-256, not standard SHA3-256. If you are working with Ethereum smart contracts or addresses, use this Keccak generator.
Key Use Cases
- Ethereum: The entire Ethereum ecosystem (addresses, transaction signatures, smart contract hashes) relies on Keccak-256.
- Legacy Systems: Systems implemented before the final FIPS 202 standardization often use the original Keccak specification.
Facts about Keccak
- Keccak is the winner of the NIST SHA-3 competition.
- Ethereum uses Keccak-256, which differs from FIPS 202 SHA-3.
- Keccak uses a sponge construction architecture.
- It provides resistance against attacks that affect MD5 and SHA-2.