Password Generator
Create strong, random passwords instantly. 100% browser-based โ nothing ever leaves your device.
How does this password generator work?
Every password is generated using crypto.getRandomValues() โ the Web Crypto API built into your browser. This is cryptographically secure randomness, not Math.random(). No password ever reaches any server.
Uses window.crypto.getRandomValues โ the same API used by password managers and security software. True randomness, not pseudo-random.
Entropy (bits) = length ร logโ(pool). A 16-char password with all types has ~105 bits of entropy โ would take billions of years to brute-force.
Your passwords are never sent anywhere. Everything happens in your browser tab. Close the tab and the passwords are gone.
Generate unique passwords here, then store them in Bitwarden, 1Password, or your browser's built-in manager. Never reuse passwords.