What does this tool do?
| Direct answer | SHA-384 Generator computes the 384-bit SHA-2 digest, shown as 96 hex characters. |
| Key fact | SHA-384 is SHA-512 with a different initial hash and truncated output. |
| Processing | Runs locally in your browser; no data is sent to a server. |
How to use
- Type or paste text.
- The SHA-384 hash updates live.
- Copy with one click.
Example
Input
abc
Output
cb00753f45a35e8bb5a03d699ac65007272c32ab0eded1631a8b605a43ff5bed8086072ba1e7cc2358baeca134c825a7
Who is this for?
This tool was built for people who need a fast answer in the browser — no install, no account, no data leaving the device.
Developers verifying file checksums, DevOps engineers generating secrets, and security students learning encoding basics — all without uploading data to a server.
Frequently asked questions
When would I use SHA-384?
In TLS certificate signatures and contexts matching SHA-512 security with a shorter digest.
How long is the output?
384 bits = 96 hexadecimal characters.
Is it faster than SHA-512?
Nearly identical — both run the SHA-512 core; SHA-384 just truncates.