Blockchain Encoding Tools
Free online blockchain encoding tools — a Keccak-256 hash generator computed entirely client-side. Nothing you paste is ever sent to a server.
Also in Blockchain Encoding
Tools from other categories tagged with Blockchain Encoding
Why These Tools
Keccak-256 Hash Generator and EIP-55 Checksum Tool are the first two tools in a category built around the encoding layer that underpins every Ethereum operation. The hash generator exists because the Keccak used by Ethereum pads its input differently from NIST SHA-3, and mixing the two up is an easy way to spend an hour debugging a hash mismatch that was never a bug. The checksum tool applies the EIP-55 mixed-case rule that encodes that same Keccak-256 hash into the capitalisation of an address, so a single mistyped character fails validation instead of silently routing funds to the wrong destination. Both tools use the same verified Keccak-256 implementation that also backs the Function Selector Calculator. RLP encoding and Base58/Bech32 address tooling are next.