Password Strength Checker
Check password strength, calculate entropy, estimate crack time. Free client-side password analyzer.
Frequently Asked Questions
What is password strength?
Password strength measures how resistant a password is to guessing and brute-force attacks. It depends on length, character variety, and randomness.
What is password entropy?
Entropy measures unpredictability in bits. Each bit doubles the required guesses. 80+ bits is considered very strong for offline attacks.
How is crack time estimated?
Crack time is estimated based on the password's entropy and assumed attacker capabilities (offline: billions of guesses/sec, online: ~1000 guesses/sec).
What makes a password weak?
Short length, common patterns, dictionary words, personal information, and character repetition all reduce password strength significantly.
Related Tools
API Key Generator — Create Test API Keys
Generate realistic API keys for testing. Supports Stripe-style, GitHub-style prefixes, and more. Free client-side API key generator.
JWT Secret Generator — Create HMAC Signing Secrets
Generate cryptographically strong JWT secrets for HS256 and other HMAC algorithms. Free client-side JWT secret generator.
Passphrase Generator
Generate memorable passphrases using random word lists. More secure than traditional passwords and easier to remember. Free passphrase generator.
Password Generator
Generate strong, secure random passwords with configurable length, character types, and complexity. Free client-side password generator.
Random PIN Generator — Create Secure Numeric Codes
Generate random numeric PIN codes with configurable length (4-8 digits). Free client-side PIN generator for ATM, mobile, and access codes.
Random Token Generator
Generate cryptographically random tokens in hex, base64, and base64url formats. Free client-side token generator.
Session Secret Generator — Secure Session Keys
Generate secure session signing secrets for web application cookies. Free client-side session secret generator.
UUID Generator — Create Unique Identifiers Online
Generate UUID v4 identifiers. Free client-side UUID generator for database keys, API identifiers, and distributed systems.
UUID v7 Generator — Time-Ordered UUIDs (RFC 9562)
Generate time-ordered UUID v7 identifiers per RFC 9562. Sortable by creation time. Free client-side UUID v7 generator.
Webhook Secret Generator — Create Signing Secrets
Generate secure webhook signing secrets with whsec_ prefix. Free client-side webhook secret generator.
