How to use Password Generator
- Set the length with the slider.
- Choose which character types to include.
- Click "Generate password".
- Click "Copy" to copy it to your clipboard.
Key benefits
- Uses crypto.getRandomValues — a cryptographically secure random source, not Math.random.
- Full control over length and character types.
- Generated entirely on your device; nothing is transmitted or logged.
- Free, unlimited, no account required.
Privacy
Password Generator runs entirely in your browser using local JavaScript. Your files and text are processed on your own device and are never uploaded to QuickTiny's servers.
Frequently asked questions
Is this password generator secure?
Yes. It uses the Web Crypto API's getRandomValues, which is designed for security-sensitive randomness, rather than Math.random which is not cryptographically secure.
Are generated passwords stored or sent anywhere?
No. Passwords are generated and displayed locally in your browser. QuickTiny has no server component for this tool and does not log or transmit them.
What password length should I use?
Longer is generally stronger. Many security guidelines recommend at least 12–16 characters with a mix of character types for important accounts.