Signing algorithm

ES512

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

Family
ECDSA
Key type
Asymmetric (private/public key)
Hash
SHA-512
Verifiable here
No (public key needed)

How it works

ES256/384/512 sign with an elliptic-curve (EC) private key (asymmetric). They achieve the same security as RSA with much shorter keys, so tokens and keys stay small.

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

Related