JWT Encoder
Create an HS256 JWT from a JSON header, payload, and secret. Signing uses the Web Crypto API in your browser.
Example
Keep the default header, edit the payload claims, enter a secret, and click Encode to get a three-part HS256 token.
FAQ
alg is forced to HS256 when signing.Security Tools
JWT Decoder
Decode JWT header and payload, view expiry and validity.
Bcrypt Generator & Verifier
Generate hashes and verify passwords (server-side).
UUID Generator & Validator
Generate UUID v4 and validate. Bulk 1–1000, export TXT/CSV.
Random String Generator
Generate random strings. Length, uppercase, lowercase, numbers, symbols.
Password Generator
Generate strong passwords. Length, symbols, strength meter.
Hash Generator
MD5, SHA-1, SHA-256, SHA-512 hashes from text.
Unix Permission Calculator
Visual chmod checkboxes to octal and symbolic permissions.
HMAC Generator
Generate HMAC-SHA256 or HMAC-SHA1 with a secret key.