I'm just wondering if there is MS technology that allows transparently encrypting a table column.
There is symmetric / asymmetric registration, which allows you to encrypt a single column of the table. But this technology is not transparent to user applications. The application must open the keys and use the ENCRYPTBYKEY / DECRYPTBYKEY functions.
There is a TDE that allows you to transparently encrypt a database, but it works with databases, backups, and a transaction log — not a single column of the database.
Is it possible to transparently encrypt one of the columns in a table?
sql-server
demas
source share