Skip to content
Lite Tools

Developer

Local password generator

Generate a random password in your browser using the Web Crypto API. Choose length and whether to include lowercase, uppercase, numbers, and symbols.

Generate a password to see it here.

How to use

Set the length, tick the character sets you want, and generate. Copy the password, then paste it into your password manager. We do not store it.

Questions

Is this cryptographically random?
Yes. Characters are chosen with crypto.getRandomValues, not Math.random. Each selected set appears at least once.
Should I reuse the password on this page?
No. Treat it as a one-time display. Copy it into a password manager and generate a new one next time.