I'm looking to use database encryption on the database I connect to in my application via. Entity Framework.
Is there an easy way / best practice to be able to get the unencrypted data & write encrypted data back to the database. I don't particularly want to have to edit the edmx xml manually, but am struggling to find some resources that will tell me how to achieve this.
I am planning to use Symmetric Key and the triple DES encryption algorithm.