> ## 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:decrypt

> Decrypt cipher text using the portal encryption key

Uses the portal's encryption key to attempt to decrypt an arbitrary cipher text. If decryption fails, the original
text is returned.

**Arguments:**

| Argument | Required | Description                |
| -------- | -------- | -------------------------- |
| `cipher` | Yes      | The cipher text to decrypt |

**Example:**

```bash theme={null}
php artisan curator:decrypt "encrypted-cipher-text-here"
```
