Passwort-Generator

Kryptografisch zufällige Passwörter und Passphrasen — mit Live-Entropie-Anzeige.

0 Bit schwach

Im Browser erzeugt — nichts wird übertragen.

0 Bit schwach

Im Browser erzeugt — nichts wird übertragen.

Trenner Stil
Anzahl
Länge Modus

What is this password generator?

This free tool builds cryptographically random passwords and EFF-style diceware passphrases entirely in your browser, showing live entropy and a realistic crack-time estimate as you adjust length and character classes.

How do I generate a strong password or passphrase online?

Pick Password or Passphrase, set the length or word count, and a fresh value appears instantly with its entropy in bits. Press R to regenerate, C to copy — every character is produced locally by the Web Crypto API.

Key features

Live entropy meter
See the strength of every result in bits, plus a plain-language crack-time estimate against a fast GPU.
EFF diceware passphrases
Generate memorable, high-entropy passphrases with a customizable separator, capitalization style and optional number or symbol.
Bulk mode
Produce up to 500 passwords or passphrases at once and copy them all with a single click.
Local & private
Every value is generated with crypto.getRandomValues() inside your browser — nothing is uploaded, logged or stored on a server.

How to use it

Choose the Password, Passphrase or Bulk tab, then adjust length, character classes and advanced rules. The output and entropy update instantly; press R to regenerate, C to copy.

Frequently asked questions

Are my generated passwords sent anywhere?

No. Every password and passphrase is generated locally with the browser's Web Crypto API. Nothing is uploaded, logged or stored on a server.

What is entropy and why does it matter?

Entropy measures how unpredictable a password is, in bits. Each extra bit doubles the search space an attacker must explore. Modern guidance treats 80 bits as safe for high-value accounts; this tool computes entropy live as you change length and character classes.

Is a passphrase stronger than a password?

A six-word EFF diceware passphrase carries roughly 77 bits of entropy and is far easier to remember than a comparable random password. For accounts you must type or recall, passphrases are often the better choice.

Does the tool work offline?

Yes. Once the page is loaded the generator runs entirely from cached scripts in your browser; no network connection is required to keep producing passwords.

Random bytes come from crypto.getRandomValues() with rejection sampling so the distribution is exactly uniform — no modulo bias. Strength labels follow NIST SP 800-63B guidance on memorized-secret entropy.