Password Generator
Create strong, random passwords with custom length and character sets. Everything is generated locally with your browser’s secure random generator and is never transmitted anywhere.
How to create a strong password
- Choose a length — 16 characters or more is recommended.
- Pick which character types to include: uppercase, lowercase, numbers, and symbols.
- Click Generate and copy your new password.
What makes a password strong?
Length matters most: each extra character multiplies the number of possibilities an attacker must try. Mixing uppercase, lowercase, numbers, and symbols adds further strength. Use a unique password for every account and store them in a password manager.
Frequently asked questions
Are the passwords really random?
Yes. They are generated using the browser’s cryptographically secure random number generator (crypto.getRandomValues).
Is the password sent over the internet?
Never. It is created entirely on your device and is never transmitted, logged, or stored.
How long should my password be?
At least 12 characters; 16 or more is recommended for important accounts.