We are planning to update our 2016 SQL Server to an always encrypted database. We have a table that we want to search on 2 of the varchar columns that will also be encrypted. Our searches currently are = (equal) searches on these varchar columns.
Is deterministic better than randomized encryption in this instance?
↧