utility_uuid_generate
Generate cryptographically secure UUIDs (v4/v1) or random passwords of specified length for unique identifiers and secure credentials.
Instructions
Generate a cryptographically secure UUID (v4/v1) or a secure random password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of identifier to generate. | v4 |
| length | No | Length of the password if type is 'password'. Defaults to 16. |