Hash Generator
Generate SHA-256, SHA-384, or SHA-512 text hashes with Web Crypto.
Your data is processed locally in your browser.
Generate SHA hashes
SHA-256, SHA-384, and SHA-512 produce a deterministic digest of UTF-8 text in hexadecimal and Base64.
Important considerations
A hash is not encryption and cannot be decrypted. Passwords require purpose-built salted, costly functions rather than direct SHA hashing.
Processing happens locally in your browser.
Explore all web development tools