Hash Generator
Compute SHA-1 / SHA-256 / SHA-384 / SHA-512 hashes of text in your browser.
Dev
How to use
- Type text to compute SHA-1 / SHA-256 / SHA-384 / SHA-512 at once.
- Press Copy on any hash to copy its hex string.
FAQ
Is MD5 supported?
This tool provides SHA algorithms available via the browser's Web Crypto API.
Is non-Latin text handled?
Yes. Text is hashed as UTF-8 bytes.
Is my input uploaded?
No. Hashing happens entirely in your browser.