Check password strength using entropy math
Password entropy measures unpredictability in bits. Higher entropy means harder to crack. Calculated as log2(character set size ^ length). Our meter checks length, character diversity (uppercase, lowercase, numbers, symbols), and common patterns to estimate real-world strength using the zxcvbn algorithm approach.