Password Generator

864
Strong103 bits

Strong passwords depend on length and unpredictability

A secure password should be closer to random characters than to a memorable word, and it should be unique per service. This browser-side generator lets you adjust length, character classes, ambiguous characters, and entropy-based strength.

Key concepts

Entropy

More possible combinations mean more resistance against guessing attacks.

Character pool

Uppercase, lowercase, numbers, and symbols increase the search space.

Unique use

Reusing one password turns a single breach into a multi-account risk.

How to use

  1. Set the length and choose the character types.
  2. Exclude ambiguous characters if readability matters.
  3. Copy the result into a password manager.

Frequently asked questions

How long should it be?

Use at least 16 characters when possible. Longer is usually better.

Do I need symbols?

It depends on the service, but symbols increase the character pool and entropy.

Should I memorize generated passwords?

For long unique passwords, a password manager is the practical option.

Store passwords in a trusted manager and enable multi-factor authentication where possible.