Hi,
I want to encrypt data before saving it to the database. The access to the data is controlled by the application. So anyone with Admin role should be able to see the data. I want to be able to protect the encryption key used to encrypt/decrypt the data. I dont want to use the DPAPI machine key since the server hosts multiple apps.
I was wondering if it is possible to create a service account and use that account's logon credential to encrypt the key in the web.config file.
Thanks