100% local and secure
Your data stays on your device and is never sent to our servers.
Enter a header, payload, and secret to generate an HMAC JSON Web Token without network requests.
Create a locally signed JWT with HS256, HS384, or HS512 from a header, payload, and secret.
Your data stays on your device and is never sent to our servers.
Generate or verify sensitive data with clear and immediate controls.
Strings, keys, hashes, and technical formats depending on the security function.
Get a clean, ready-to-use result in seconds without installing software or configuring a complex workflow.
Fonctionnement
The encoder validates both JSON objects, updates the selected algorithm in the header, and converts the header and payload to Base64URL. It then signs the two segments with HMAC through Web Crypto and assembles the three token parts entirely in the browser.
Generate a local JWT for API development and testing.
Compare an application token with a known reference output.
Explain the header, payload, and signature structure of a JWT.
Guide
Fill in the fields or paste the information required for the operation.
Choose the options, formats, or algorithms that fit your use case.
Generate and copy the locally produced report, code, or value.
No. Processing runs locally in your browser and the entered information is not transmitted.
Yes. Every generated output can be copied directly for reuse in code or documentation.
Processing is local, but production secrets should still be avoided on shared or untrusted devices.
Learn what a JWT contains, why decoding is not verification, how claims such as exp, nbf, iss and aud work, and common security mistakes.
Understand HSTS, CSP, X-Content-Type-Options, Referrer-Policy and Permissions-Policy and how to verify the headers actually returned.
Understand the layers that protect a website: HTTPS, HTTP security headers, CSP, SRI, authentication, passwords and integrity.
Learn why covering text is not enough, how secure PDF redaction removes sensitive information and why sanitization matters before sharing.
Recommended workflow
Discover tools that naturally fit before, after, or alongside this one.
Generate an HTTP Basic Auth header and usage examples.
Decode a JWT to inspect its header, payload, and main token information more easily.
Inspect a JWT to review its header, payload, timestamps, and main token information.