Strong random passwords using your browser's cryptographic RNG. Never sent to a server.
Generates a strong random password using window.crypto.getRandomValues — the same CSPRNG (cryptographically secure RNG) browsers use for crypto operations. Nothing is sent to a server; the password exists only in your browser memory until you copy it. Adjust length and character sets to fit the rules of whatever account you're protecting.