generate
Create a cryptographically random password with configurable length (4-256) and character sets: lowercase, uppercase, digits, symbols. Optionally exclude ambiguous characters like 0/O/1/l.
Instructions
Generate a cryptographically random password. Enable lowercase/uppercase/digits/symbols (defaults: all on). Length 4-256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| lowercase | No | ||
| uppercase | No | ||
| digits | No | ||
| symbols | No | ||
| exclude_ambiguous | No | Drop 0/O/1/l/I/| etc. |