FreeDev Tools

SHA-384 Hash Generator

Generate SHA-384 hashes from text β€” the truncated SHA-512 variant used in TLS.

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Paste your text

    Hashing runs on every keystroke.

  2. 2

    Read the 96-char digest

    Hex-encoded SHA-384 output.

  3. 3

    Copy the result

    Use it for TLS debugging, JWT work, or checksums.

Frequently Asked Questions

A truncated variant of SHA-512 producing a 384-bit (96 hex character) digest. It shares SHA-512's internals but outputs fewer bits, and is common in TLS cipher suites and JWT's RS384/ES384.