ncloud_kms_reencrypt
Re-encrypt ciphertext with the latest master key version after key rotation to keep data decryptable. Supports AES256 and RSA2048 key types.
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) |