generate_password
Generate cryptographically secure random passwords. Adjust length and symbol usage, and create up to 20 at once for multiple credentials.
Instructions
Generate one or more cryptographically secure random passwords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many passwords to generate, between 1 and 20 (default 1). | |
| length | No | Length of each password, between 4 and 128 (default 16). | |
| use_symbols | No | Whether to include symbols like !@#$%^&* (default True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |