Loading
Preparing the page...
Loading
Preparing the page...
Analyze password strength with entropy calculations, crack time estimates for various hash algorithms, and pattern detection.
Max 256 characters. Analysis runs locally - your password never leaves your browser.
Download results as PDF, CSV, or JSON.
Run the tool to enable exports.
Entropy measures the randomness or unpredictability of a password in bits. Higher entropy means more possible combinations for attackers to try. A 40-bit password has 2^40 (about 1 trillion) possible combinations.
Different hashing algorithms have vastly different cracking speeds. MD5 can be cracked billions of times faster than bcrypt. That's why modern applications use slow algorithms like bcrypt, Argon2, or scrypt.