JWT-Dekoder
JSON Web Tokens online dekodieren und inspizieren.
JWT Decoder parses and displays the contents of JSON Web Tokens without needing the secret key. View the header (algorithm, type) and payload (claims, expiration) instantly.
Features
- Auto-decode on paste
- Header and payload display
- Human-readable dates for exp/iat
- Token expiration check
- Pretty-printed JSON output
Usage Example
// JWT Structure
header.payload.signature
// Header: {"alg":"HS256","typ":"JWT"}
// Payload: {"sub":"1234","exp":1700000000}Entwickler-Tools
📋JSON-Formatierer🗃️SQL-Formatierer📄XML-Formatierer🌐HTML-Formatierer🎨CSS-Formatierer🔐Base64 Kodieren/Dekodieren🔗URL Kodieren/Dekodieren🏷️HTML-Escape🆔UUID-Generator🔑Passwort-Generator🔒SHA-256-Hash🔏MD5-Hash🛡️HMAC-Generator🎨Farbpalette🔍Regex-Tester⏱️Cron-Parser📡HTTP-Header-Parser🔗URL-Parser❓Query-String-Parser📝Textvergleich🔄JSON ↔ YAML📊JSON ↔ CSV⏰Unix-Zeitstempel📅ISO 8601-Datum