**

Password Generator

Generate strong, secure random passwords with custom length, uppercase, lowercase, numbers and symbols. Free online password generator tool.

Live·100% in your browser — no upload
4 128
Strength: Strong

What is Password Generator

The Password Generator creates strong random passwords right in your browser using crypto.getRandomValues, the cryptographically secure generator of modern browsers, not the predictable Math.random. You can tune length and character types and see the entropy in bits in real time.

No password is stored or transmitted: it only exists on the page you opened. Close the tab and it is gone.

How it works

  1. Set the length with the slider.
  2. Toggle uppercase, lowercase, numbers and symbols to match the site's rules.
  3. Read the entropy in bits to gauge how strong it is.
  4. Copy it and paste it into your password manager.

Frequently Asked Questions

Are the generated passwords really secure?
Yes. They are created with crypto.getRandomValues, the browser's cryptographic random generator, far less predictable than Math.random.
Is the password stored or sent anywhere?
No. It is generated locally and never leaves your device. We do not log, transmit or keep it.
What is entropy in bits?
A measure of how hard the password is to guess: more bits mean more possible combinations. Above ~70 bits a password is considered very strong for most uses.

Related tools