SHA-384 Hash Generator
Type or paste text to instantly compute its SHA-384 hash in hexadecimal, Base64, or both formats.
Output Format
SHA-384 (Hex)
Algorithm Details
- Algorithm
- SHA-384 (SHA-2)
- Digest size
- 384 bits / 48 bytes
- Hex length
- 96 characters
- Base64 length
- 64 characters
- Computation
- WebCrypto API (browser)
Copied!
Summary
Type or paste text to instantly compute its SHA-384 hash in hexadecimal, Base64, or both formats.
How it works
- Type or paste your text into the input field.
- The SHA-384 hash is computed instantly in your browser using the WebCrypto API.
- View the result in hexadecimal, Base64, or both formats.
- Click "Copy" next to any output field to copy it to your clipboard.
- No text ever leaves your browser — all hashing is done client-side.
Use cases
- Verify file integrity by comparing SHA-384 checksums.
- Generate Subresource Integrity (SRI) hashes for CDN-hosted scripts and stylesheets.
- Hash sensitive strings before storing them in configuration files.
- Test SHA-384 output during backend development without running server-side code.
- Cross-check expected hash values in security audits.
- Validate that two text values are identical without revealing their content.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu