How to Use the Password Generator
Adjust the length slider (16+ characters recommended for important accounts) and toggle which character types to include — uppercase, lowercase, numbers, and symbols — and the generator instantly produces a random password using your device's secure random number generator, entirely in your browser.
The Password Generator runs entirely locally — here's what each control does and why it's built this way.
Setting length and character options
Length matters more than which character types are included — favor a longer password over cramming in every character type at a shorter length. Some sites restrict certain symbols; toggling symbols off if a specific site rejects them is a quick fix without needing to shorten the password.
Why generation happens locally
The password is generated entirely in your browser using a cryptographically secure random number generator — it's never sent to a server, which means there's no network transmission of the password to intercept and no server-side log of what was generated, unlike a tool that generates passwords remotely and sends them to you.