Paste a compact JWT to inspect header, payload, timing claims, JOSE risk signals and signature status. Nothing is uploaded, and this page never follows token header URLs.
Local decodingClaim timelineHS signature verifySecurity orodha ya ukaguzi
Istilahi na mipaka: Istilahi za developer hazitafsiriwi kiholela: JSON, SQL, Regex, JWT, Base64, UUID, PWA, HTML, API, cron na manifest ni majina ya teknolojia. Kiswahili hapa kinaeleza kazi ya zana, lini uitumie, nini kinabaki ndani ya browser, na wapi unahitaji provider docs au ukaguzi wa security kabla ya production.
Kisimbuzi JWT kwa Kiswahili. Decode token ili kusoma header na payload. Decoding si verification; token inaweza kuonekana sahihi lakini signature isiwe imethibitishwa. Kwa security, API, hosting, SEO, PWA, USSD au domain decisions, hakiki source output, provider docs na production environment kabla ya launch/uzinduzi.
Token Input
Client-side only. Do not paste production secrets into shared machines.
Decoded JSON
Decode is not verification. Use the signature panel before trusting claims.
Header
Payload
HS Signature Verification
Supports HS256, HS384 and HS512 with a pasted shared secret. RS, ES and EdDSA need public key verification in your app.
Local HS256 Test Token Kizalishaji
For local development only. It signs in the browser with the secret you enter.
Does decoding a JWT prove it is valid?
Hapana. Decoding only base64url-decodes JSON. A token is trustworthy only after the signature, issuer, audience, expiration and application-specific rules are validated by the relying application.
Why does this tool refuse to fetch jku or x5u URLs?
JWT headers can contain arbitrary URLs. Blindly following them can create server-side request forgery and key-confusion problems. This page surfaces those URLs as risk signals instead of fetching them.
Can I verify RS256 or ES256 here?
This page verifies HMAC-based HS tokens only. Public-key algorithms should be verified with the issuer public key or trusted JWKS in your backend or a dedicated local security workflow.