User2079058187 posted
I have sensitive data in a MySql database table which is encrypted using TripleDES. I would like to search that data and return a decrypted datatable. If the data was not encrypted this would be easy. But how do I search in an encrypted database?
Will I have to get the full database table decrypted in a datatable and seach that? If so how do I do that?