Password Options
Your Password
Loading…
STRENGTH
—
Weak passwords are the leading cause of account breaches. A strong password should be at least 12 characters long, contain uppercase and lowercase letters, numbers and symbols, and be unique for every account.
Strength is calculated using entropy — a measure of how unpredictable the password is. It considers both length and the size of the character set used. A password with more entropy is exponentially harder to crack.
Yes. Passwords are generated using crypto.getRandomValues(), the browser's cryptographically secure random number generator. Nothing is sent to any server.