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
Paste your text
Hashing runs on every keystroke.
- 2
Read the 96-char digest
Hex-encoded SHA-384 output.
- 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.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretXOR CipherEncrypt or decrypt text with a XOR key