SHA384 Hash Generator
Generate SHA-384 hashes for compatibility checks, certificate workflows, and systems that require a 384-bit SHA-2 digest.
Last updated: May 30, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is SHA384 Hash Generator?
SHA-384 is a SHA-2 family hash function defined in FIPS 180. It uses the SHA-512 compression function with different initial values and returns a 384-bit digest.
Use SHA-384 when a protocol, certificate profile, API, or test fixture explicitly expects it. It is stronger than SHA-256 in output length, but SHA-256 remains more common for general-purpose hashing.
How to Use SHA384 Hash Generator
Type or paste the text you want to hash
Review the generated SHA-384 output
Toggle uppercase if your target system expects capital hex
Copy the digest for comparison or documentation
Common Use Cases
- Generating SHA-384 digests for TLS and certificate-related test fixtures.
- Comparing expected 384-bit hashes across implementations.
- Creating integrity fingerprints for systems that require SHA-384.
- Documenting known-good hash values in release notes or tests.
Example Input and Output
Generate the standard SHA-384 digest for a short string.
abccb00753f45a35e8bb5a03d699ac65007272c32ab0eded1631a8b605a43ff5bed8086072ba1e7cc2358baeca134c825a7How This Tool Works
The tool encodes input as UTF-8 bytes, applies SHA-384 padding and SHA-512-family compression locally, and formats the 384-bit digest as hexadecimal.
Technical Stack
Variant
FIPS 180 SHA-384 over UTF-8 input bytes.
Security note
SHA-384 is considered secure for modern integrity checks when a 384-bit digest is required.

