123456, abcdefqwerty, asdfghaaaaaa, 111111password, adminp@ssw0rdjan2024, 01/01/90Analyze password strength, entropy, crack time estimation and get security tips β 100% private, client-side only.
123456, abcdefqwerty, asdfghaaaaaa, 111111password, adminp@ssw0rdjan2024, 01/01/90Password entropy measures how unpredictable a password is in bits. It's calculated as logβ(pool_size^length). 40+ bits = weak, 60+ bits = fair, 80+ bits = strong, 100+ bits = very strong.
Crack time estimates assume a modern GPU can attempt ~10 billion hashes/second for offline attacks. Online attacks are typically throttled to ~1000/second. Salted hashes (bcrypt, Argon2) are much more resistant.
Four random words (e.g., "correct horse battery staple") can have 44+ bits of entropy and are easier to remember than complex 8-character passwords. Length matters more than complexity.
Use a unique password for every account. Enable 2FA wherever possible. Use a password manager (Bitwarden, 1Password) to generate and store strong passwords. Never reuse passwords.