← utilities

Password Generator

Generate secure, random passwords locally in your browser.

Hyphen-joined from a bundled EFF large-style list (7776 words). Drawn here with crypto.getRandomValues — the list is not fetched.

Bit-count from charset size, not a breach check.

100% Client-Side Processing

What Password Generator is

Password mode sets length from 8 to 128. Tick lower, upper, digits, and symbols. Exclude lookalikes drops 0/O and 1/l/I. Passphrase mode joins 4 to 8 words from a bundled EFF-style list of 7,776 words. The list is not fetched. Both modes draw with crypto.getRandomValues. The secret is built in this tab. Nothing is uploaded to social-hub.io.

The refresh icon draws a new secret. Copy once when you are ready. The strength meter is a bit-count from charset size and length, not a check against leaked passwords. It will not tell you if a string has appeared in a breach. Hyphens join the passphrase words. If you untick every charset in password mode, the page cannot build a pool and will say so. There is no account and no vault on this site.

How to use it

  1. Pick Password or Passphrase.
  2. Set length from 8 to 128, or word count from 4 to 8.
  3. In password mode, tick the sets you want. Use Exclude lookalikes if 0/O or 1/l/I would confuse you.
  4. Copy the secret once. Tap the refresh icon if you want another draw.
  5. Store it in your password manager, then close the tab.

Common uses

Make a long password for a new account. Draw a passphrase you can type on a phone. Avoid lookalikes when you will read the secret off a screen. Raise length when a site allows it. Drop symbols if a form rejects them. Use six or eight words when you want more bits from the word list. Copy once. Do not paste the result into a chat to “save it”. Do not email it to yourself. The meter is a hint about pool size, not a promise that a site will accept the string. Some sites still cap length or ban symbols. Generate again if a form rejects the first draw. This page does not fill forms and does not sync across devices.

Privacy

The secret is never sent to us. We do not keep a history. Close the tab or refresh and the string is gone. Copy it into a password manager you already trust if you need to keep it.