I haven't heard much about it, but we are looking for ways to encrypt the stored data, without a lot of performance impact.

Kinda like how credit card numbers are encrypted in a database, we want to do that to some columns... however these columns WOULD be used in a WHERE clause, and the unencrypted data is what is needed.

Any ideas?


thanks.