카탈로그 / 암호화 / JWT 토큰 디코더
암호화 · 도구

JWT 토큰 디코더

헤더 및 페이로드 검사를 사용하여 JSON Web 토큰(JWT)을 디코드하고 검증합니다.

JWT Token
Token Status
---
Waiting for input...
PNG · 브라우저에서 생성, 업로드 없음
Frequently asked questions
What is a JWT token?
A JWT (JSON Web Token) is a compact, URL-safe token format used to securely transmit information between parties. It consists of three Base64-encoded parts: header, payload, and signature.
How do I decode a JWT token?
Paste your JWT token into the input field and the decoder will automatically split it into header, payload, and signature sections, displaying all claims and their values.
Can I verify a JWT signature with this tool?
No. Signature verification requires the secret key and can only be performed server-side. This tool displays the signature but cannot validate it without the key.
What is the difference between JWT header and payload?
The header contains metadata like the algorithm used (e.g., HS256), while the payload contains the actual claims or data being transmitted, such as user ID or expiration time.
How do I check if a JWT is expired?
Look at the Expires At claim in the decoded payload. If the expiration timestamp has passed, the token is expired and should not be used.
Stay in the loop
New tools, in your inbox.

Get an occasional email when we ship new calculators and updates. No spam, unsubscribe anytime.

We respect your privacy. No spam, ever.