| Crates.io | jwt-encde |
| lib.rs | jwt-encde |
| version | 1.0.10 |
| created_at | 2026-01-20 15:26:48.030416+00 |
| updated_at | 2026-01-23 00:31:25.568059+00 |
| description | GUI JWT encoder / decoder - Local, private, easy. |
| homepage | |
| repository | https://github.com/nabbisen/jwt-encde |
| max_upload_size | |
| id | 2056835 |
| size | 277,240 |
GUI JWT encoder / decoder - Local, private, easy.

A lightweight, open-source GUI tool for JWT encoding and decoding, designed to support testing around authentication and authorization in app development.
This app allows you to inspect, analyze, and edit JWT payloads as JSON, and easily convert test JSON data into JWTs for development and debugging purposes.
In real-world systems, signing keys and token validation are typically managed by IDaaS. They should be verified through actual integration with the provider.
Download executable and just run it
Install via Rust cargo
cargo install jwt-encde
jwt-encde
This project is lovingly built and maintained by volunteers. We hope it helps streamline your work. Please understand that the project has its own direction — while we welcome feedback, it might not fit every edge case 🌱
Depends on the crates of arboard, base64, hmac, iced, json5, serde, serde_json, sha2, webbrowser.