November 26, 2007 at 10:03 am
What could be the best solution for data level encryption
December 2, 2007 at 12:57 pm
what are you trying to do? This is such an open ended question, it's hard to answer.
SQL Server 2005 has data encryption features, but you want to be careful about how you implement them.
March 1, 2010 at 10:57 pm
Folks,
I want to encrypt data and send it via SOA to a 3rd party who are not using sql server, hence encryptbypassphrase cannot be used. Can you suggest any inbuilt sql server function to achieve this where another database should be able to decode the data with a passphrase.
Tia,
Bala
March 3, 2010 at 11:00 am
Hi Bala,
I didn't think you can use any of the Native SQL server 2005 encryption to achieve this task. You should go for some 3rd party tools which handle the Encryption keys on file server instead of SQL Server. Though I haven't used it in production, I had tested XPCrypt http://www.xpcrypt.com/ for a similar kind.
Regards,
Satheesh.
March 4, 2010 at 1:08 pm
I'm wondering if the SOAP endpoint should be using SSL (https anyone) that would basically take care of this.
CEWII
February 23, 2015 at 7:43 am
Can Someone tell me which is the cheapest and reliable third party
SQL Server 2008 R2 Encryption tool in the market?
February 26, 2015 at 12:34 am
Have you explored the native encryption in SQL server 2008 R2? Let us know, if you have some requirement which cannot be achieved through native encryption.
---------------------------------------------------
Thanks,
Satheesh.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply