What makes a password secure
A strong password combines uppercase, lowercase, numbers and symbols, with at least 12 characters. The longer and more random it is, the harder it is to brute-force.
Best practices
Never reuse the same password across different sites, use a password manager so you don't have to memorize all of them, and enable two-factor authentication whenever possible.
Frequently asked questions
Is the generated password stored anywhere?
No — it's generated locally in your browser and never sent to any server.
What password length is safe?
At least 12 characters, combining letters, numbers and symbols.