# Encrypt Request

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `plaintext` | string | **yes** | The Base64-encoded plaintext data you wish to encrypt.<br/><br/>Base64-encoded string. |
| `encryption-context` | string | no | Base64-encoded bytes to be used as the Additional Authenticated Data (AAD) for encryption integrity.<br/><br/>Base64-encoded string. |

