Signing algorithm

EdDSA

EdDSA is a JWT signing algorithm in the EdDSA (Ed25519) family. See its key type, hash and whether this tool can verify it below.

Family
EdDSA (Ed25519)
Key type
Asymmetric (private/public key)
Hash
Ed25519
Verifiable here
No (public key needed)

How it works

EdDSA uses Edwards-curve signatures (such as Ed25519). It is fast, secure and resistant to implementation mistakes, and adoption is growing.

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