Strong
- S@mpl3Passw0rd! -> Strong (length + mixed sets)
security validator
Score password strength with clear, local checks—length, variety, and guidance without sending data anywhere.
Scores length plus presence of lowercase, uppercase, digits, and symbols.
Flags weak passwords and provides guidance to improve.
Heuristic only—no breach list lookups; fully client-side/offline.
Password
Use a test or placeholder password. Do not paste production secrets. Longer is better; mix cases, digits, symbols.
This password strength checker scores length and character variety locally to help you build stronger passwords without uploading data.
Use it for quick guidance; rely on breach checks and password managers for real-world protection and rotation.
security
Password Entropy Calculator
Estimate password entropy (bits) in-browser to see how length and character sets impact strength.
security
API Key & Token Validator
Check common API key/token formats (Stripe, GitHub, AWS, OpenAI, etc.) locally.
security
JWT Signature Validator (HS256)
Validate HS256 JWT signatures with a shared secret, fully client-side—no tokens or secrets ever leave your browser.
security
Credit Card Validator
Run a local Luhn check to confirm card number format before hitting payment APIs—no data leaves your browser.
developer
Regex Tester
Test regex patterns against sample text with live matches and errors.
All checks happen in your browser. Nothing is sent, logged, or stored.
Heuristic guidance only. Do not paste production credentials; use a password manager for real accounts.