posted 11 years ago
It means the application code would encrypt the data before it gets stored in the DB, and then decrypt it when it gets it out of the DB. The key would be in the app code (or maybe not even that, maybe part of it would need to be entered by the user, so that even if the code got compromised, the data could still not get decrypted).
I have to say, though - if you see the DB admins as a source of problems, you probably got bigger issues to worry about.