How to achieve Column Level Encryption in SQL by securing the key in Secret (Thycotic) Server?

108 Views Asked by At

My project has a requirement to encrypt a sensitive field column in SQL server table but the encryption/decryption key shall be kept outside SQL environment to ensure maximum data security. Thycotic server is one secret server to store and secure passwords. I am trying a POC to check if encryption key can be generated via Secret server and can be used to encrypt table column in SQL server. I haven't found much related to this on the Thycotic website or on google. How can this be achieved if feasible?

0

There are 0 best solutions below