Where is it best to encrypt your data: application vs database?
- by Stephen B. Burris Jr.
Where is the best place to do your encryption/decryption routines? Should this be done in the application before it sends the information to the database, or should the data be sent to the database and have the database handle the encrypting and decrypting?
Is one solution normally better then the other? or does it come down to the situation?