Periodically change the keys used to encrypt columns and databases.
Create a new key using create encryption key, then use alter table...modify to encrypt the column with the new key.
create encryption key cc_key_new for AES alter table customer modify creditcard encrypt with cc_key_new