Hash Generator
Generate SHA-1, SHA-256, and SHA-512 hashes.
-
How to use this tool
- 1Paste the text you want to hash.
- 2Choose the algorithm (SHA-1, SHA-256, or SHA-512).
- 3Copy the resulting hash.
Frequently asked questions
Which algorithms are supported?
SHA-1, SHA-256, and SHA-512, computed with the browser's native Web Crypto API.
Is MD5 available?
No. The Web Crypto API doesn't support MD5 because it's cryptographically broken. Use SHA-256 or stronger instead.