Security & Cryptography Tools
Free browser-based security tools for passwords, hashing, API keys, JWTs, TLS certificates, and CSP headers.
Password generation, password strength checking, hashing, and JWT decoding all involve sensitive input, so these run client-side by design — a generated password, a string you're hashing, or a token's secret never crosses the network. The password checker's breach lookup is the one exception worth knowing about: it uses a k-anonymity approach so your full password (or even a full hash of it) is never transmitted.