Verificador JWT, JWK e JWKS PROCESSAMENTO LOCAL

Decodifique um JWT compacto e verifique assinaturas HMAC ou de chave pública com um JWK ou JWKS colado. Confira issuer, audience e expiração localmente sem baixar chaves.

LOCAL CRYPTOjose 6.2.10HS · RS · PS · ES · EdDSAWeb Crypto API
JWTs, HMAC secrets, and JWK material are handled in this browser. The verifier does not fetch a JWKS URL, send a token, or retain key material after the page session.
Compact JWT
Verification material

For HS256/384/512, enter the raw shared secret. For asymmetric algorithms, paste a public JWK or JWKS JSON document.

Claims overview
Protected header and payload
Decode or verify a compact JWT to inspect its protected header and payload.

Decode is not the same as verification

Anyone can decode a JWT payload. Treat a token as trusted only after a successful signature check with the intended algorithm and key, plus issuer, audience, time, and application-level claim validation.

Ferramentas recentes: