encrypt_message
Encrypt any message using a passphrase; the server derives a strong key automatically.
Instructions
Encrypt a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message to encrypt | |
| encryptionKey | Yes | Any passphrase to use for encryption — the server derives a strong key from it automatically |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encryptedMessage | Yes | The encrypted message (format: iv:ciphertext) |