Password Generator
Strong, random, and generated on your own device — this page never sends your password anywhere.
Generated with crypto.getRandomValues — cryptographically secure, never sent over the network.
Frequently asked questions
Is it safe to use an online password generator?
This one generates passwords with your browser's built-in cryptographic random number generator (crypto.getRandomValues). The password is created on your device and never transmitted, logged, or stored. You can even load the page, disconnect from the internet, and generate offline.
How long should a password be in 2026?
Use at least 16 characters for important accounts. Length matters more than complexity: a 20-character password of mixed types would take modern hardware billions of years to brute-force.
Should I use symbols and numbers?
Yes, when the site allows them. Every added character class increases the search space an attacker must cover. If a site rejects certain symbols, just regenerate without them.
How do I remember passwords like this?
You should not memorize them. Use a password manager (the one built into your browser or phone is fine) and store one strong unique password per site.