Loading, please wait...
Loading, please wait...
Codați și decodați Jetoane web JSON (JWT) cu antet, sarcină utilă și validarea semnăturii
JSON Web Token is a compact, URL-safe means of representing claims to be transferred between two parties.
A JWT consists of three parts: Header, Payload, and Signature, separated by dots (.).
This tool is for educational purposes. Never use weak secrets in production environments.
The tool automatically checks if a JWT token is expired based on the "exp" claim.

Instrumentul JWT Encoder/Decodor oferă o soluție completă pentru lucrul cu JSON Web Tokens. Fie că este necesar să decodaţi jetoanele existente pentru a le inspecta conţinutul sau a crea noi jetoane pentru autentificare, acest instrument sprijină specificaţia JWT completă cu codarea corectă a bazei64URL şi semnăturile HMAC-SHA256.