Hi all,
If the master key (or “principal key”) is compromised, an attacker could potentially derive the unencrypted internal keys from it.
Currently, rotating the master key does not change the internal keys—it only re-encrypts them with the new master key.
After reviewing the documentation, I couldn’t find a built-in function to rotate the actual internal keys. Is there a way to do this? Would creating a new table be the only solution?
Thanks for your insights!