Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hash values from any text.
How It Works
- 1 Enter the text you want to hash.
- 2 Select the hash algorithm (SHA-1, SHA-256, SHA-384, or SHA-512).
- 3 The hash value is generated instantly using the Web Crypto API.
FAQ
What hash algorithms are supported? ▼
SHA-1, SHA-256, SHA-384, and SHA-512 are supported. SHA-256 is the most commonly used for general purposes.
Is hashing the same as encryption? ▼
No, hashing is one-way — you cannot reverse a hash back to the original text. Encryption is two-way.