The developer tools you reach for every day, all in one place.

Converters, formatters, hashes, validators, and the small utilities you keep reopening stay together instead of getting lost across tabs.

GitHub

/ Tools

/ Tool Finder
109 tools
/ Keccak-256 Hash
/ Selected Tool

Keccak-256 Hash

Calculate Keccak-256 hash

01

Hash Text Or Hex

Switch between plain text and hexadecimal input without leaving the same workspace or reformatting data elsewhere.

02

Ethereum-Native Flow

Perfect for selectors, message hashing, storage checks, and the small cryptographic tasks that come up during Web3 work.

03

Fast Verification

Use it as a quick correctness pass when you need to confirm a hash before moving back into code or contract tests.

/ Code

/ Integration

Source code from the selected tool, shown here alongside the live version on the right.

/ Source Code
TypeScript
typescript
// npm install viem

import { keccak256, toBytes } from 'viem';

// Hash a text string
const text = "Hello, World!";
const textHash = keccak256(toBytes(text));
console.log(textHash);
// 0xacaf3289d7b601cbd114fb36c4d29c85bbfd5e133f14cb355c3fd8d99367964f
Buidl Now icon

Keep every utility in one place and stay inside the build flow.

Pick a tool, finish the check, copy what you need, and get back to the actual product work.

Developer tools for builders who ship fast.© 2026 Buidl Now. All rights reserved.