🔐
Password Generator
Generate strong random passwords
About Password Generator
Generates passwords using `crypto.getRandomValues()` — cryptographic randomness, not Math.random().
Configure length (up to 128 characters), character sets (uppercase, lowercase, numbers, symbols), and whether to exclude ambiguous characters like 0 and O that look similar. Generate multiple at once to pick your preferred one.
The strength meter shows entropy in bits. 60+ bits is strong for most purposes. 80+ bits is resistant to any foreseeable attack.
Common Use Cases
- →Generating strong passwords for new accounts
- →Creating API keys and secrets for applications
- →Generating temporary passwords for new user accounts
- →Creating passphrases for encryption keys