JWE Decoder
Decodes a JWE compact-serialized token into its 5 parts. Does not decrypt — you'd need the recipient's private key.
Header
Encrypted Key (CEK, base64url)
IV (base64url)
Ciphertext (base64url)
Auth Tag (base64url)
How to use JWE Decoder
- Paste a JWE (JSON Web Encryption) compact-serialized token.
- The tool splits it into its 5 parts (header, encrypted key, IV, ciphertext, authentication tag) for inspection.
Limitations
- This decodes the token's structure — it cannot decrypt the ciphertext itself without the corresponding private/symmetric key, which is by design (that's what makes it encryption rather than just encoding).
About this tool
JWE Decoder is a single-purpose utility on instant.tw, a free toolbox of calculators, converters, generators, and quick lookups. Everything works in your browser — nothing is uploaded, nothing is stored on a server unless explicitly noted.
Category: Developer Tools — Advanced. Browse more Developer Tools — Advanced tools.