How Password Generator works
Generate strong, random passwords using the Web Crypto API's crypto.getRandomValues, cryptographically secure randomness, not a predictable pseudo-random algorithm. Set your desired length, choose which character classes to include (uppercase, lowercase, digits, symbols), and get a password instantly.
16 characters with mixed classes give very high entropy for most accounts, while 24 or more suit high-value targets like encryption keys or root accounts. Batch mode generates many at once, each with fresh randomness.