The tool hashes pasted text with SHA-384 and returns a 384-bit digest as 96 hexadecimal characters. SHA-384 is a truncated SHA-512 variant used when that exact digest size is required.
SHA-384 can support integrity comparisons, but a raw hash is not encryption, not a signature, and not password storage. Use HMAC, digital signatures, or password hashing algorithms when the workflow needs authentication or password protection.
Common questions and answers about this topic.
SHA-384 is a truncated version of SHA-512 that produces a 384-bit (96-character hex) hash, commonly used in TLS and digital signatures.
SHA-384 uses different initial hash values and truncates the output to 384 bits.
Use SHA-384 when a protocol, compatibility target, or known checksum expects a 384-bit SHA-2 digest instead of SHA-256 or SHA-512.
No, SHA-384 hash generation runs entirely in your browser using JavaScript. Your input data remains on your device at all times.