Password Generator
Generate secure random passwords with custom length, symbols, uppercase, and digits options.
Pick a length (default 16) and the generator returns a cryptographically secure random password mixing uppercase, lowercase, numbers, and symbols. Generate one password or batch up to 50 at a time by appending |||N where N is the count. Nothing is stored or transmitted — every password is generated fresh with Python's `secrets` module, the same library banks use for cryptographic tokens.