Valid bcrypt
- $2b$12$abcdefghijklmnopqrstuv01234567890123456789012345 -> valid
security validator
Validate bcrypt hash formatting and cost factor client-side.
Supports $2a/$2b/$2y prefixes.
Checks cost factor is between 04 and 31.
Validates 22-char salt + 31-char hash segment.
Runs fully client-side/offline; no hashes leave the page.
security
API Key & Token Validator
Check common API key/token formats (Stripe, GitHub, AWS, OpenAI, etc.) locally.
security
Password Strength Checker
Score password strength with clear, local checks—length, variety, and guidance without sending data anywhere.
security
Password Entropy Calculator
Estimate password entropy (bits) in-browser to see how length and character sets impact strength.
Format-only; does not verify password correctness or strength.