Password Generator
Generate a strong random password. Everything happens in your browser — nothing is sent anywhere.
—
About this tool
This generates passwords using your browser's built-in cryptographically secure random number generator (crypto.getRandomValues), not a weaker pseudo-random function. Nothing you generate is transmitted or logged — it exists only on your screen until you copy it.
Is it safe to generate a password in the browser?
Yes. This generator runs entirely in your browser using your device's cryptographically secure random number generator. The password is never sent to a server or stored anywhere.
How long should my password be?
Most current guidance recommends at least 12-16 characters with a mix of character types. Longer passwords are generally harder to crack than adding more complexity to a short one.