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.
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.
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.