Password Generator
Generate strong, random passwords. All generation happens locally in your browser — passwords are never stored or transmitted.
Why use a password generator?
Weak passwords are the #1 cause of account breaches. A strong password should be at least 12 characters long and include a mix of uppercase letters, lowercase letters, numbers, and special characters.
Browser-based security: All passwords are generated using the Web Crypto API (crypto.getRandomValues) for cryptographically secure randomness. Nothing is ever sent to a server — your passwords are generated and displayed only in your browser.
Best practices: Use a unique password for every account. Store them in a password manager like Bitwarden or 1Password. Enable two-factor authentication (2FA) wherever possible.