Random Password Generator
Your data never leaves your browserGenerate strong, cryptographically secure random passwords.
Options
Brie — Bug Reporting Tool
Building secure features?
Brie automatically redacts sensitive data from captures and keeps everything private — no data leaves your control.
About Random Password Generator
Generate strong random passwords using your browser's crypto.getRandomValues API. Customize length (default 16 characters) and character sets. The generator always includes at least one character from each selected set to meet common password policy requirements.
How to use
- Set the desired password length (default: 16).
- Choose which character sets to include.
- Set how many passwords to generate.
- Click Generate to produce the passwords.
More Security & Crypto
Frequently Asked Questions
FAQs about Random Password Generator
How secure are these passwords?
Passwords are generated using crypto.getRandomValues(), a cryptographically secure RNG. A 16-character password with all character sets has over 95^16 ≈ 4×10^31 possible combinations.
Does the generator guarantee at least one of each character type?
Yes. The generator always includes at least one character from each enabled character set to meet typical password policies.
Is my data safe?
All generation happens entirely in your browser. No passwords are sent to or stored on any server.
What is the recommended password length?
Security experts recommend at least 12 characters, with 16 or more being ideal. Longer passwords with mixed character sets are significantly harder to crack.
Can I generate multiple passwords at once?
Yes. Set the Count option to generate up to 50 passwords at once.