β Back to all tools
π Password Generator
Cryptographically secure passwords using crypto.getRandomValues() β no patterns, no predictability.
Generated Password
β
Strength
Options
16
Passphrase Generator
βΉ
Passphrases are easier to remember and often stronger than random passwords. Great for master passwords and encryption keys.
Bulk Password Generator
Generates multiple passwords at once using the same options set in the Password tab.
Generation History
Session only
π
History is stored in memory only β it's cleared when you close the tab. Nothing is ever saved to disk.
Generate a password to see history here
Why This Is Secure
This generator uses crypto.getRandomValues() β the browser's cryptographically secure random number generator, which is designed to be unpredictable even against adversaries. It uses rejection sampling to eliminate modulo bias, ensuring every character in the pool has an exactly equal chance of being selected.
π crypto.getRandomValues()
β No modulo bias
β Zero server transmission