generate_password
Generate a random password of specified length between 8 and 64 characters, with optional inclusion of special characters for enhanced security.
Instructions
Generate a random password with specified length, optionally including special characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | The length of the password to generate (between 8 and 64 characters). | |
| use_special_chars | No | Include special characters in the password. |