πŸ”’
πŸ”‘

Decode and Inspect JWT Tokens

Decode the header and payload sections of a JSON Web Token (JWT) to inspect its claims.

Tidak perlu login

JWT tips

πŸ”‘

JWTs have three parts separated by dots: header.payload.signature. Each part is Base64URL encoded. Decode the first two to inspect claims.

πŸ’‘

Base64URL differs slightly from standard Base64: - replaces +, _ replaces /, and padding (=) is omitted. The decoder handles this automatically.

πŸ›‘οΈ

Never decode a JWT on an untrusted public tool if it contains sensitive data. This tool processes everything locally in your browser.

⏱️

The payload contains exp (expiry), iat (issued at), and sub (subject) claims as Unix timestamps. Convert them to see exact expiry dates.

Cara kerja

1
Masukkan
Enter your data into the tool above. Everything stays local to your browser.
2
Proses
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Unduh
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa milik kami?

βœ“Sepenuhnya gratis β€” tidak ada biaya tersembunyi, selamanya
βœ“Tidak perlu akun, email, atau login
βœ“File tidak pernah meninggalkan perangkat Anda
βœ“Tidak ada batasan ukuran file sama sekali
βœ“Tidak ada tanda air pada output apa pun

Also check out…

Pertanyaan yang sering diajukan