Security & Identity
Generate and assess passwords, calculate hashes and HMACs, inspect or verify JWTs, and create UUID or NanoID identifiers locally.
Generators
Create configurable random passwords locally with selected length and character classes for account or secret setup.
Cryptography
Calculate MD5 or SHA digests and decode JWT header and payload claims without presenting decoded data as verified trust.
Inspectors
Explore nested JWT header and payload values in a type-aware tree while keeping signature verification a separate step.
Validators
Verify HS256, HS384, or HS512 JWT signatures and report exp, nbf, and iat claim status using browser Web Crypto.
Identifiers
Generate standards-based UUIDs or compact NanoIDs locally with explicit quantity, length, and alphabet controls.
Passwords
Assess password length and character composition, explain detected weaknesses, and estimate relative strength locally.
Hashing
Create keyed HMAC digests with the selected SHA algorithm, message, secret, and output encoding entirely in the browser.
Are these tools private and available offline?
Processing happens locally in browser memory. After the application has been cached, supported tools can continue working offline without sending your input to a server.