Password Generator
Route: /password-generator
Generate secure, random passwords and passphrases.
Features
- Configurable length and character sets.
- Multiple modes — random passwords, PINs, and passphrases.
- Cryptographically secure randomness via the browser's Web Crypto API.
- Copy to clipboard.
Using it
- Open Password Generator from the sidebar.
- Choose the length and which character types to include.
- Generate and copy the result.
Notes
- Generation happens entirely in your browser; nothing is transmitted or stored.