Home / Free Tools / Password Generator
Password Generator
Generates passwords using your browser's cryptographically secure random number generator (crypto.getRandomValues) — not Math.random(), which isn't safe for this.
Click Generate
16
FAQ
Is this actually secure, or just for show?
It uses
It uses
window.crypto.getRandomValues(), the same cryptographically secure random source browsers use for real security features — not a fake or predictable random function.Are generated passwords stored anywhere?
No — generation happens locally and nothing is transmitted or logged.
No — generation happens locally and nothing is transmitted or logged.
What length should I use?
16+ characters with all character types enabled is a solid default for most accounts; use your password manager's generator and a unique password per site regardless of length.
16+ characters with all character types enabled is a solid default for most accounts; use your password manager's generator and a unique password per site regardless of length.