🔐 Passwort-Generator

Kryptographisch sichere Passwörter – lokal in Ihrem Browser generiert

🔒 Dein Bild verlässt nie dein Gerät. Die gesamte Verarbeitung erfolgt lokal in deinem Browser mit Web Crypto API (crypto.getRandomValues). Kein Upload, kein Server, kein Tracking.

Funktionen

  • Cryptographically Secure — Uses the Web Crypto API for truly random generation — not pseudo-random.
  • Customizable Rules — Control length, character sets (uppercase, lowercase, numbers, symbols), and exclude ambiguous characters.
  • Strength Meter — See password strength rating and entropy bits to gauge security level.
  • Fully Offline — Passwords are generated locally. Nothing is transmitted or stored.

So funktioniert's

  1. Set your rules — Choose password length and toggle character sets (uppercase, lowercase, numbers, symbols).
  2. Generate passwords — Click Generate for one password or Generate 5 for a batch.
  3. Copy and use — Copy the password to your clipboard. Check the strength meter for security assurance.

Anwendungsfälle

  • Create strong passwords for online accounts
  • Generate API keys and secret tokens for development
  • Bulk-generate temporary passwords for team onboarding

Häufig gestellte Fragen

How secure are the generated passwords?

Very secure. We use crypto.getRandomValues() which provides cryptographically strong randomness. A 16-character password with all character sets has over 100 bits of entropy.

What does 'Exclude Ambiguous' do?

It removes characters that look similar: 0/O, 1/l/I. This prevents confusion when reading or typing passwords manually.

Are the passwords stored anywhere?

No. Passwords exist only in your browser session. Once you close the tab, they are gone.

Verwandte Werkzeuge