Decode a JSON Web Token, inspect its standard claims, and verify an HS256, HS384, or HS512 signature locally.
Inspect a token to view its header.
Inspect a token to view its payload.
The secret is used only by your browser's cryptography API. This verifier supports HS256, HS384, and HS512; it does not send the token or secret to KivTools.
Decoded claims are readable Base64URL data, not proof that a token is trusted. Check its algorithm, expiry, intended issuer and audience, then verify its signature with a trusted key or secret before accepting it in an application.