ncloud_kms_reencrypt
Re-encrypt ciphertext using the latest version of a master key after rotation to maintain data security. Supports AES256 and RSA2048 keys.
Instructions
Re-encrypt ciphertext with the latest version of the specified master key. Used after key rotation to update encrypted data. Only AES256 or RSA2048 key types supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyTag | Yes | Key tag - unique identifier derived from key name | |
| context | No | Base64-encoded context for convergent encryption | |
| ciphertext | Yes | Ciphertext to re-encrypt (string or array of strings) |