There are several different ways to encrypt your existing data. The method you choose depends on the security needs of your database. The methods include:
Allowing the normal course of database updates to encrypt the data. If an encryption policy has been applied, every time an unencrypted block is updated, the block is encrypted before to being written back to the database. If the data you are encrypting is updated regularly, all the records are encrypted during the normal course of operations.