Password Generator
> Kryptografisch sicherer Passwortgenerator.
> Verwendungsmöglichkeiten crypto.getRandomValues() – nicht Math.random().
Voreinstellungen:
Länge16
464
Charaktere
Stark
🔒 Passwörter werden lokal generiert über
crypto.getRandomValues(). Es wird nichts an den Server gesendet.FAQ
How secure is the generated password?↓
Passwords are generated using a cryptographically secure random number generator (Web Crypto API). 20+ characters using all character types provide excellent security.
Do you store generated passwords?↓
No. Generation happens entirely in your browser. We have no access to your passwords.
Why avoid simple passwords?↓
Simple passwords are easily cracked by brute-force or dictionary attacks. Random 16+ character passwords are practically impossible to crack.