Create strong, secure random passwords instantly
Password Generator creates strong random passwords on the fly using the browser's cryptographic random source (`crypto.getRandomValues`). Choose length, character classes (uppercase, lowercase, digits, symbols) and exclusions (look-alike characters like O/0 or 1/l), and a fresh password is generated locally — never sent over the network. Use it to seed a new account, rotate a leaked password, generate a temporary share password, or batch-create accounts for a team. The generator avoids predictable patterns by drawing from the requested character pool with uniform probability, and you can re-roll until you get a sequence that's easy to type if needed.