SHA-384 Hash Generator
Type or paste your text to get its SHA-384 hash instantly. The digest is computed in your browser, so your input never leaves your device.
- SHA-384
—
- MD5
—
- SHA-1
—
- SHA-256
—
- SHA-512
—
More presets
Jump to another preset — each opens its own page ready to go:
How to generate a SHA-384 hash
- Type or paste your text into the box above — it stays in your browser and is never uploaded.
- The SHA-384 digest is computed instantly in your browser and shown below.
- Copy the hash you need; the other algorithms are listed too.
About SHA-384 hashes
A SHA-384 hash is a fixed-length fingerprint of your input, used to verify file integrity, detect changes or compare data without revealing it. The same input always yields the same digest.
It is computed locally in your browser, so your text never leaves your device. For security-sensitive uses choose SHA-256 or stronger — MD5 and SHA-1 are cryptographically broken and suited only to non-security checksums.
SHA-384 is a truncated form of SHA-512, returning a 384-bit digest written as 96 hexadecimal characters and offering roughly 192-bit collision resistance. Because the output is truncated, it resists the length-extension attacks that plague SHA-256 and the full SHA-512, which is why it shows up in higher-assurance TLS cipher suites and certificates. Reach for it when you want SHA-512-level strength but need that length-extension protection or a 96-character digest specifically.
Frequently asked questions
How do I generate a SHA-384 hash?
Type or paste your text into the box and the SHA-384 digest appears instantly below, ready to copy — computed entirely in your browser.
Is my input sent to a server?
No. Hashes are computed locally in your browser, so your text never leaves your device and nothing is stored online.
What is a SHA-384 hash used for?
A hash is a fixed-length fingerprint of your input, used to verify file integrity, detect changes, or compare data without revealing it. The same input always produces the same SHA-384 digest.
Can I generate other hashes too?
Yes. MD5, SHA-1, SHA-256, SHA-384 and SHA-512 are all shown at once, so you can copy whichever you need.
Why use SHA-384 instead of SHA-512?
SHA-384 runs the same internal computation as SHA-512 but truncates the output to 384 bits (96 hex characters), and that truncation makes it immune to length-extension attacks that the full SHA-512 is vulnerable to.