Password Generator
Create strong passwords with custom rules
Start
Description
Generate secure passwords using the Web Crypto API with configurable length and character sets. Avoid ambiguous characters and ensure category diversity for added strength.
- Crypto‑grade randomness
- Upper/lowercase, digits, symbols
- Options to avoid ambiguous characters
How to Use
- Select length and character options.
- Enable “Require all selected types” for more robust output.
- Click Generate and Copy as needed.
Example
Example
Length 16, all sets → Z7q!…
FAQ
Is it secure?
Yes. It uses crypto.getRandomValues to generate high‑quality randomness in the browser.
What are ambiguous characters?
Characters that are easily confused, like O/0, l/1/I. You can exclude them.