Home / Algorithms / SHA-384

SHA-384 is based on SHA-512 and produces a 384-bit (96-char) output. It is used in high-security environments that need a longer hash than SHA-256.

Because it is built on 64-bit operations, it can be faster than SHA-256 on 64-bit systems, and it is resistant to length-extension attacks. It is used for TLS, code signing, and more.

Type
Cryptographic hash (SHA-2)
Bits
384
Output length
96 hex chars
Example · hash of "hello"
59e1748777448c69de6b800d7a33bbfb9ff1b463e44354c3553bcdb9c666fa90125a3c79f90397bdf5f6a13de828684f

When to use it

Hash with this algorithm