generate_password
Generate a random password of a specified length and store it securely in the gopass password store at a given path.
Instructions
Generate and store a random password at the given path in gopass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to store the generated password | |
| length | No | Password length (default: 32, min: 8, max: 1024) |