After rotating a Vault symmetric key used for permit PDFs, last month’s ciphertext must still decrypt. What does rotation do?
Select an answer to reveal the explanation.
Short Explanation
Rotation adds a new version of the same key—the OCID stays put. Fresh locks use the new version; old versions remain so last month’s PDFs still open. Do not delete history the day you rotate.
Full Explanation
OCI Vault key rotation generates or imports a new key version without changing the key’s OCID. After rotating a symmetric key, new encryption uses the latest version; older versions remain so ciphertext produced earlier still decrypts. Symmetric ciphertext carries what the service needs to select the version. Asymmetric keys require the application to track which version signed or encrypted what.