Signing algorithm

RS512

RS512 is a JWT signing algorithm in the RSA (RSASSA-PKCS1-v1_5) family. See its key type, hash and whether this tool can verify it below.

Family
RSA (RSASSA-PKCS1-v1_5)
Key type
Asymmetric (private/public key)
Hash
SHA-512
Verifiable here
No (public key needed)

How it works

RS256/384/512 sign with an RSA private key and verify with the public key (asymmetric). Verifiers can check the signature with only the public key, making it a standard in OIDC and similar.

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

Related