password generator
How to create a strong password
Length beats clever substitutions. Pair a generator with a password manager so every site gets a unique secret.
Recommended settings
Use 16+ characters. Enable upper, lower, numbers, and symbols unless forbidden. Avoid personal words.
Generate and store
Create the password in LedaTools, copy it, and save it in a manager. Don’t paste production passwords into sites you don’t trust.
Why local helps
Web Crypto generation in the browser avoids sending the password to a third-party server just to create it.
Passphrases vs random
Long passphrases are usable; high-entropy random strings are ideal with a manager. Both beat short reused passwords.
After you generate
Enable 2FA where available, check breaches (haveibeenpwned), and rotate if exposed.
FAQ
Is it safe?
Yes. Generated locally and not uploaded.
What length should I use?
Prefer 16+ characters when the site allows it.
Can I include symbols?
Yes. Toggle symbols to match site rules.