fbpx
faq

How do I deploy NetLib Column Encryption?

Encryptionizer for SQL Server  allows you to achieve column encryption is several ways. The simplest is through the use of our point-and-click user interface called the Column Encryption Manager (Col-E Manager, for short). Your first step is to create the server key. This allows you to choose a strong algorithm, key length (up to 256 bit)  and a strong passphrase. Once the server key is set, you can use the Col-E Manager to select the column(s) to encrypt.

You can also choose to encrypt columns using the included API’s. You can use the API’s to perform encryption/decrypt activities directly within your application.

Top