About This Tool
JSON Web Tokens (JWT) are used for authentication and secure data exchange. They consist of three parts: header (algorithm info), payload (claims), and signature. This tool decodes the header and payload, and can verify HS256/384/512, RS256/384/512, ES256, and ES384 signatures locally using the Web Crypto API - tokens, secrets, and keys never leave your browser.