Skip to main content
Z

Keccak-256 Hash Generator — Ethereum & Solidity keccak256() Digest

Compute Keccak-256 digest (Ethereum's hash) of text or files. Different from SHA-3 — matches Solidity keccak256().

Miễn phí Không cần đăng ký Chạy trên trình duyệt Tôn trọng riêng tư Updated

%

Hashing…

Cách dùng

  1. 1 Pick Text or File mode.
  2. 2 Type / paste text, or choose a file (≤ 50 MB).
  3. 3 Pick output encoding (hex for Ethereum use, Base64 for general).
  4. 4 Copy the 32-byte digest.

Vì sao dùng công cụ này

  • Keccak-256 is the hash used everywhere in Ethereum — function selectors, event topics, address derivation, EIP-712 typed data.
  • Different from SHA-3-256 (different padding) — picking SHA-3 will produce a different hash than Solidity's `keccak256()`.
  • Run on text (UTF-8) or any file up to 50 MB.
  • Pure client-side — input never uploaded.

Câu hỏi thường gặp

Is Keccak-256 the same as SHA-3-256?

No. Keccak-256 was the algorithm submitted to NIST. SHA-3-256 (FIPS 202) uses a different padding scheme. Ethereum locked in pre-standardisation Keccak — Solidity's `keccak256()` is this tool, not SHA-3.

What is a function selector?

The first 4 bytes of keccak-256 over the canonical function signature, e.g. `keccak256("transfer(address,uint256)")[:4]` → `0xa9059cbb`. Use the Sample button to try it.

Why is the output 64 hex characters?

Keccak-256 outputs 256 bits = 32 bytes = 64 hex characters.

Can I hash binary data instead of text?

Yes — switch to File mode. The exact byte contents of the file are hashed (no encoding step). For hex-encoded bytes use a separate hex-decode step first.

Keccak-256 Hash Generator là gì?

A Keccak-256 Hash Generator is a tool that computes the Keccak-256 digest of text or files, the hash function used throughout Ethereum. It produces output matching Solidity's keccak256(), which differs from the finalized NIST SHA-3 standard, and supports uses such as deriving function selectors. The hashing runs entirely client-side in the browser, so input never leaves the device.

Tóm tắt

Keccak-256 Hash Generator là công cụ web3 miễn phí của Zerethon Tools. Compute Keccak-256 digest (Ethereum's hash) of text or files. Different from SHA-3 — matches Solidity keccak256(). Chạy hoàn toàn trong trình duyệt — không đăng ký, không tải lên.

Danh mục
Web3
Giá
Miễn phí
Quyền riêng tư
Chạy trên trình duyệt
Đăng ký
Không cần

Quyền riêng tư

Dữ liệu của bạn không bao giờ rời khỏi trình duyệt trừ khi được nêu rõ. Keccak-256 Hash Generator chạy hoàn toàn phía client — không tải lên máy chủ, không ghi log, không theo dõi dữ liệu bạn nhập.

Công cụ liên quan

Build, share, and grow on Zerethon Social

Free signup. Earn points, collect achievements, and connect with creators worldwide.

Sign up free