JWT 디코더 온라인 도구

Free 무료 · 가입 불필요 · 데이터 저장 안 함
JWT TOKEN
Error

더 많은 개발 도구

해시 생성기
MD5/SHA-256
HMAC 생성기
HMAC-SHA256
AES 암호화
AES-256
Base64
인코딩/디코딩
URL 인코더
퍼센트 인코딩
정규식
실시간 테스트
타임스탬프
Unix ↔ 날짜
JSON 포매터
형식화·검증·압축

왜 이것이 최고의 온라인 JWT 디코더인가

Decode Header & Payload

Instantly decode both the JWT header (algorithm, token type) and payload (claims, user data) into readable JSON.

만료 확인

Automatically detects the exp claim and tells you whether the token is expired, and how long until it expires.

클라이언트 측 전용

Your JWT token never leaves your browser. Decoding happens entirely in JavaScript — safe for production tokens.

모든 JWT 유형

Works with HS256, RS256, ES256, and all standard JWT signing algorithms for the decode/inspection step.

자주 묻는 질문

Can this tool verify JWT signatures?

No. This tool only decodes the header and payload for inspection. Signature verification requires the secret key and should be done server-side.

Is it safe to paste a real JWT token here?

The decoding is 100% client-side — no data is sent to any server. However, treat JWT tokens as sensitive credentials and regenerate them if you suspect exposure.

What is the exp claim in a JWT?

The exp (expiration) claim is a Unix timestamp indicating when the token expires. This tool automatically reads it and shows you the human-readable expiry time and whether it has passed.

심층 가이드
개발자 보안 도구 가이드
해시, HMAC, AES, RSA & JWT
가이드 읽기