Password Generator

Generate strong passwords with custom options.

Options
Generated password
Tip: disable symbols for sites with strict rules.
YshPWgv5q962Swg1
Actions

What is this tool?


A password generator builds a random string from the character sets you enable so you can create a unique login secret without inventing one by hand.

A generator is useful because people reuse short, memorable strings. Attackers use lists of those strings. Length plus randomness is what actually slows guessing. Complexity checkboxes exist because websites require them, not because a 16-character mixed string is weak without a symbol.

This tool generates locally with the browser’s random number source. Nothing is stored when you leave the page. Copy the result into a password manager. Do not email it to yourself as a backup, and do not generate secrets on a shared kiosk if the clipboard is not yours.

If a site still limits you to eight characters, use the maximum they allow, turn on a second factor, and treat that account as weaker than the rest of your vault.

How to use


  1. Pick a length (16 is a solid default if the site allows it).
  2. Enable the character sets the site accepts (upper, lower, numbers, symbols).
  3. Generate until you have a string you can store.
  4. Copy it into a password manager — not into a chat log.

Example


Example settings
Length: 16
Uppercase: on
Lowercase: on
Numbers: on
Symbols: off
Example output
tG7mQ1pV3nZ8cL2a

Benefits


  • Random strings beat reused phrases.
  • Options match typical site password rules.
  • Generated in the browser, not on our servers.
  • One click to copy.

FAQ


What length should I use?
Use the longest the site allows. 16 is a practical default; longer is better.
Do symbols always make it stronger?
They can, but length is usually the bigger factor. Include symbols when the site will not strip them.
Is it safe to copy to the clipboard?
On your own device, yes. Avoid copying on public or shared computers.
Is the password stored here?
No. It exists in the page until you leave or generate another.
Is this encryption?
No. It only creates a secret. Storage and transport are still your responsibility.

Guide


Related tools