Password Generator
Set length and complexity — we build random passwords using crypto.getRandomValues, right in your browser.
Strength: Weak
—
20
Every tool runs 100% in your browser — your inputs never leave your device.
How to use
How to use — Password Generator
- 01 Pick a length (8–64).
- 02 Choose which character types to include.
- 03 Click Generate and copy the result.
About this tool
About this tool
This password generator uses crypto.getRandomValues (a native CSPRNG) — not Math.random — for security on par with commercial password managers. Passwords are never sent to any server. Consider storing results in a password manager, not in plain notes.
FAQ
FAQ
Are my passwords safe?
Yes. It uses the Web Crypto API (CSPRNG) and never sends passwords off-device.
What's the ideal length?
16+ characters with a mix of uppercase, lowercase, digits, and symbols is enough for most accounts.
Often used together