Password Generator
Generate secure random passwords. Everything runs in your browser.
Click generate to start
How to Use
- Adjust the length slider (4–128 characters). 16+ is recommended for strong passwords.
- Toggle character types on/off. More types = more entropy.
- Enable "Exclude ambiguous" to remove characters that look alike (0/O, 1/l/I).
- Set count to generate multiple passwords at once (up to 20).
- Click "Copy" to copy any password. History is stored in this session only.
Security
- All generation happens in your browser using
crypto.getRandomValues().
- No passwords are sent to any server. No network requests are made.
- History is stored in memory only and cleared when you close the tab.