My question is simple. In one of my table, I configured full text search as shown below. Currently data's in the BODY_CONTENT column are not encrypted and its get stored as varbinary(MAX).
For security reason, I want to encrypt the data's in the BODY_CONTENT, which is already configured for full text search.
Here I want to know is there any way to encrypt those data's in full text search enabled column so that data's will be more secure and full text search also works. If so how to do?
-lakram5455