Password Generator
Generate a random password with selectable length and character sets.
Generate a random password with selectable length and character sets.
The Password Generator uses the browser’s cryptographic random-number API when available to create a random sequence from the selected character set. You can choose length and whether the pool includes letters, numbers and symbols.
For related tasks, try UUID v4 Generator, Base64 Encoder / Decoder or Lorem Ipsum Generator.
A 16-character password using upper- and lowercase letters, numbers and symbols has a much larger possible search space than a short common word.
The generator works in your browser and the theme does not send the generated value to an external API.
Longer unique passwords are generally harder to guess; follow the requirements of the service you are using.
It helps store unique long passwords without requiring you to memorize each one.