Ready

Hash Generator

Hash text with SHA-256 or SHA-512 directly in your browser, plus SHA-1 for legacy use only. Copy the result instantly.

Runs locally with Web Crypto; inputs are never uploaded.

Security statusSHA-256 ✅ recommendedSHA-512 ✅ recommendedSHA-1 ⚠️ legacyMD5 ❌ broken/insecure (not supported)

Salting appends extra data to your input. It helps reduce hash reuse across identical inputs, but it is not encryption and doesn't replace proper password hashing or key management.

0 chars~0 bytes

Enter a hash to compare.

Tip: Hashing runs locally using Web Crypto. Keep input under 100,000 characters for best performance.

Hash Output

Copy command is available for single-line hash mode only.

Hash output will appear here.

FAQ

Is hashing done locally?

Yes. We use the browser's Web Crypto API, so your text never leaves the page.

Which algorithms are supported?

SHA-256 and SHA-512 are available, plus SHA-1 for legacy checks only. Copy or download the output as needed.

Is there a size limit?

Keep input under 100,000 characters for best performance. Larger inputs may be blocked.