Back to generator

About the Password Generator

100% local – no data sent

All passwords are generated directly in your browser. Turn off the internet and it still works. Perfect for security-conscious users.

Quick Guide

  1. Choose length – At least 12 characters recommended, preferably 16+
  2. Choose character types – More types = stronger password (abc, ABC, 123, !@#)
  3. Generate – Click the button or generate multiple at once
  4. Copy or export – Save as .txt, .csv or .json

Good to Know

Basic Tips

At least 12 characters, all four character types, unique for each service

Strength Levels

Weak: <10 chars | Medium: 10-13 | Strong: 14+

Passphrases

Easier to remember, equally secure. E.g. "Cat-Table-Sun"

Share securely

Need to share a password? Use our secure one-time link that self-destructs after reading.

Password Strength

Each generated password gets a strength tag based on length and variation:

Strength Criteria Example
Weak Shorter than 10 characters or 1-2 character types abc123
Medium At least 10 characters and 3 character types Abc123!xyz
Strong At least 14 characters and all 4 character types 9fL!vGd@T6$WbZ

For the Technically Inclined

For the Technically Inclined

  • Entropy: 16 characters × 94 possible characters = ~105 bits
  • Brute-force: ~10³⁰ combinations to test
  • Time to crack: Longer than the age of the universe (13.8 billion years)
  • Random source: Math.random() (planned: Web Crypto API)
  • Passphrases: Inspired by XKCD's "correct horse battery staple"