Password generator
Create a strong, random password — set length, uppercase/lowercase, numbers, and symbols. Secure because it's made on your device.
Link disalin ✓
Pick at least one character type
Length · 16
Passwords are generated randomly on your device (crypto). Nothing is sent or stored anywhere.
FAQ
Is the password secure?+
Yes. Passwords are generated with a cryptographic random generator (crypto.getRandomValues) in your browser, and never sent or stored.
What length is recommended?+
At least 12 characters; 16 or more with a mix of letters, numbers, and symbols is safer.
What does 'avoid look-alikes' do?+
It removes easily-confused characters like I, l, 1, O, and 0 for readability.
See all tools.