Testing JSON Signatures
Paste a signed JSON object in the text box or try with the default:
{ "description": "Signed JSON object using 'Detached' JWS and JCS Canonicalization", "string": "\u20ac$\u000F\u000aA'\u0042\u0022\u005c\\\"\/", "numbers": [333333333.33333329, 1E30, 4.50, 2e-3, 0.000000000000000000000000001], "literals": [null, true, false], "signature": "eyJhbGciOiJFUzI1NiJ9..NKm-ngK0s0cQ7c8JLbVdNgPso8ZJVqe5cDPpsHJ8S87rUyLoV0PJWlcz_2BjIaNu0KPS4VzhTBjiHkdRKaLQIg" }
Validation key: secret key in hexadecimal or @string or public key in PEM or "plain" JWK format:
-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE6BKxpty8cI+exDzCkh+goU6dXq3MbcY0cd1LaAxi NrWYJty9TObjiPcu3ZvkE/JCWhD3W1/YPZX6DN5TFZpR2A== -----END PUBLIC KEY-----
Anticipated signature label:
signature
Validate JSON Signature