> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:encrypt

> Encrypt text using the portal encryption key

Uses the portal's encryption key to encrypt arbitrary text.

**Arguments:**

| Argument    | Required | Description               |
| ----------- | -------- | ------------------------- |
| `cleartext` | Yes      | The plain text to encrypt |

**Example:**

```bash theme={null}
php artisan curator:encrypt "my secret value"
```
