Password Generator

Memorable, secure passwords generated in your browser

Strength Options
~39 bits

How It Works

Passwords follow the format: Word~1234! or Word~Word~12345!

Each password combines dictionary words (4-7 letters), random numbers, and special characters for a balance of security and memorability.

The entropy display shows password strength in bits. Higher bits = harder to crack. The time estimate assumes an attacker making 10 billion guesses per second.

Privacy Disclosure
  • 100% Client-Side Generation — All passwords are generated entirely within your browser using JavaScript. No server processing occurs.
  • No Data Transmission — Generated passwords are never sent to any server. They exist only in your browser until you close or refresh the page.
  • No Cookies or Tracking — This tool uses no cookies. Your toggle preferences are saved in localStorage (browser-only storage) and never transmitted.
  • Cryptographically Secure — Random values are generated using the Web Crypto API (crypto.getRandomValues), the browser's cryptographic random number generator.