Hi guys,
Although I've been working with SQL for a while, encryption is not something I've worked with before - I've done a bit of reading up on BOL etc but have some specific questions I'm still not sure of the answer to...
- Is it possible to encrypt data so that it is encrypted only on the SQL side? (ie reports and queries wouldn't display the sensitive data)
- But... in the app that sits on top of the DB - values are not encrypted.
From what I've read - this is possible but means alot of messing about and changes are required to the application?
What I would ideally like is some form of encryption that requires no alterations to the application.
Is this possible? or am I living in a dream world?!
Any help greatly appreciated!
Although I've been working with SQL for a while, encryption is not something I've worked with before - I've done a bit of reading up on BOL etc but have some specific questions I'm still not sure of the answer to...
- Is it possible to encrypt data so that it is encrypted only on the SQL side? (ie reports and queries wouldn't display the sensitive data)
- But... in the app that sits on top of the DB - values are not encrypted.
From what I've read - this is possible but means alot of messing about and changes are required to the application?
What I would ideally like is some form of encryption that requires no alterations to the application.
Is this possible? or am I living in a dream world?!
Any help greatly appreciated!