Generate strong random passwords using your browser's cryptographically secure random number generator.
How it works: Uses crypto.getRandomValues(), the same cryptographically secure randomness browsers use for security-sensitive operations — not Math.random(). Nothing is sent to a server.