Strong, random passwords generated entirely in your browser — nothing is sent anywhere.
The strength of a password is measured in bits of entropy. Each bit doubles the number of possible passwords an attacker has to try. Modern recommendations:
This generator runs entirely in your browser using the cryptographically secure window.crypto.getRandomValues API. Passwords are never sent to our servers, logged, or stored anywhere. You can verify by opening DevTools → Network and watching: no outbound requests when you generate.