Password entropy calculator
Entropy measures how unpredictable a password is, in bits. This tool estimates entropy from your password’s length and the variety of characters it uses, then shows a strength label and an estimated brute-force time to crack at both online and offline attack speeds.
The formula is straightforward: entropy = length × log₂(pool size), where the pool grows with each character type (lowercase, uppercase, digits, symbols). Your password is analysed entirely in your browser and is never uploaded.