Punchbit

SHA-384 Hash Generator

Generate SHA-384 hashes from any text or file directly in your browser. SHA-384 is a truncated version of SHA-512 that produces a 384-bit (96-character hex) digest. It offers higher security margins than SHA-256 and is used in TLS cipher suites and government applications.

Input

Frequently Asked Questions

When should I use SHA-384 instead of SHA-256?

SHA-384 offers a higher security margin (192-bit collision resistance vs 128-bit for SHA-256). Use it when your security requirements demand it — such as certain government standards, TLS 1.3 cipher suites, or when you need extra margin against future attacks.

How long is a SHA-384 hash?

A SHA-384 hash is always 384 bits, which is 96 hexadecimal characters or 64 Base64 characters.

Is this computed locally?

Yes. All hashing runs in your browser via the Web Crypto API. Nothing is uploaded — your data stays on your device.