How helpful is encrypting/decrypting information on an app-server, and sending it to the database encrypted?

I just added some code to our app server to encrypt personal information before it’s stored in the database. This was mostly done for compliance reasons, but how much of an actual security win is it?

I hear about database du… Continue reading How helpful is encrypting/decrypting information on an app-server, and sending it to the database encrypted?