Signing algorithm

HS384

HS384 is a JWT signing algorithm in the HMAC family. See its key type, hash and whether this tool can verify it below.

Family
HMAC
Key type
Symmetric (shared secret)
Hash
SHA-384
Verifiable here
Yes (HMAC)

How it works

The HMAC family (HS256/384/512) signs and verifies with a single shared secret (symmetric). Both issuer and verifier must know the same secret, and it is widely used inside a single service.

Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder

Related