Encryption Key for data protection

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

Encryption Key for data protection

Post by ahmed7 »

Hello
I use v24
I made (encrypted columns) in my database and get certificate file.
but how can use that with the information in (Advanced Settings) which is Encryption Key for data protection because in (encrypted columns) there is no key but there is certificate file.
I hope to get help please


MichaelG
User
Posts: 1111

Post by MichaelG »

You should set up Tools -> Advanced Settings -> Encryption key for data protection.


ahmed7
User
Posts: 100

Post by ahmed7 »

I know I should go there but I want to know how to setup that .
the column encryption has certification not key to put there


MichaelG
User
Posts: 1111

Post by MichaelG »

The encryption key is used for the Field Encryption extension which is for registered users only.

If you are referring to SQL Server column encryption, you are on your own to implement the encryption and decryption. You can google for "SQL Server column encryption and decryption" for solutions.


Post Reply