개발자 도구
JWT Decoder
Decode and inspect JWT token header and payload
1만 명 이상의 개발자가 사용
This tool decodes JWT tokens client-side without verification. Never share production tokens with any online tool.
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Header
{
"alg": "HS256",
"typ": "JWT"
}Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Signature is not verified
Payload
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Issued: 1/18/2018, 1:30:22 AM
계속 탐색
추천 개발자 도구 도구…
JSON 포맷터
JSON을 예쁘게 정리하고 구문 강조로 검증
지금 써 보기
Base64 인코딩/디코딩
Base64 문자열 인코딩 및 디코딩
지금 써 보기
URL Encoder/Decoder
Encode and decode URL components and query strings
지금 써 보기
UUID 생성기
고유 UUID 생성
지금 써 보기
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
지금 써 보기
Regex Tester
Test and debug regular expressions with match highlighting
지금 써 보기
HTML Formatter
Beautify and format HTML code with proper indentation
지금 써 보기
CSS Minifier
Minify CSS code by removing whitespace and comments
지금 써 보기