Password Strength Analyzer
Check the security of your password. Our free analyzer calculates entropy and time to crack based on modern standards.
Check the security of your password. Our free analyzer calculates entropy and time to crack based on modern standards.
Password strength is primarily determined by entropy — a measure of unpredictability. Higher entropy means more possible combinations, which means longer cracking time. This tool estimates strength based on length, character diversity, and common patterns.
This tool runs entirely in your browser — your password is never sent anywhere. As a general security practice, avoid entering real passwords into third-party websites. Use this tool to test patterns and understand what makes passwords strong, rather than testing your actual live passwords.
zxcvbn (Dropbox's password strength library) is the most widely used realistic strength estimator. Unlike simple checkers that count character types, zxcvbn pattern-matches against dictionaries of common words, keyboard patterns (qwerty, 1234), dates, and common substitutions. It gives a 0–4 score and an estimated crack time based on dictionary attacks, not just brute-force math.