Password Generator

Generate strong, random passwords in your browser with custom length and character types. Nothing is sent or stored.

How it works

Passwords are created with your browser's cryptographically secure random number generator (Web Crypto API). At least one character from each selected type is included, then the result is shuffled.

Strength is estimated as entropy in bits: length × log₂(size of the character pool). Aim for 80 bits or more for important accounts, and use a different password for every site.

Frequently asked questions

Are generated passwords saved?

No. They exist only in your browser tab until you close or refresh it.