Build a JSON Web Token from a custom header and payload, sign it with HS256, HS384, or HS512, and get back a ready-to-use token. Edit the payload as JSON, enter a secret, and the signature is generated in your browser using the Web Crypto API — nothing is sent to a server. Handy for testing authenticated endpoints, generating sample tokens for documentation, or understanding how JWT signing works. Note that only HMAC algorithms are supported; RS256/ES256 require an asymmetric private key.
Verify a file's integrity by checking its hash against an expected checksum. Supports SHA-256, SHA-1, MD5, and more. Runs in your browser — nothing uploaded. Free.
Paste a JSON Web Token to decode and inspect its header, payload, and expiry — entirely in your browser.
Test regular expressions against a string with live match highlighting, flag toggles, and a match details table.