πŸ”‘
πŸ“š

Learn How JWT Tokens Work

Decode example JWTs to understand the structure: header, payload, and signature. See real-world claim examples.

Tidak perlu login

πŸ”’ The token is decoded entirely in your browser. Nothing is sent to any server.

Learning JWT tips

πŸ“š

Click "Load example" to see a sample JWT. Notice how it has three parts separated by dots: header, payload, and signature β€” each Base64URL-encoded.

πŸ’‘

The header and payload are *encoded*, not *encrypted*. Anyone with the token can read them. The signature is what proves the token wasn't tampered with.

πŸ”

The signature requires the secret/key to verify β€” that's how the server knows the token is genuine. Without the key, the signature is just a string of bytes.

πŸ”

The standard claims (iss, sub, aud, exp, nbf, iat, jti) are defined in RFC 7519. They're the universal JWT vocabulary used across providers.

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