Password Generator
What it does
Generate cryptographically random passwords with configurable length and character sets. Copy with one click.
How to use
- Set the length and toggle character types (uppercase, numbers, symbols)
- Click Generate or it auto-generates on load
- Click Copy
Notes
- Uses
crypto.getRandomValues— not Math.random - Works offline
- Nothing is stored or logged