DevKit4You/Password Generator

Password Generator

Generate cryptographically secure random passwords. Custom length, charsets, strength meter, bulk generation. Nothing leaves your browser.

Length
20
Count
Custom charset
🔐
Cryptographically Secure
Uses crypto.getRandomValues() — the same source your OS uses for key generation. Not Math.random().
📊
Entropy Meter
Entropy in bits = log₂(charset_size^length). 80+ bits is strong. 128+ is unbreakable.
🙈
No Ambiguous
The "no ambiguous" option removes characters that look similar: 0/O, 1/l/I. Safer to type manually.
🔒
100% Private
Passwords are generated in your browser. Nothing is ever sent to any server.
Related Tools