Data Encryption

  • What could be the best solution for data level encryption

  • 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.

  • 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

  • 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.

  • I'm wondering if the SOAP endpoint should be using SSL (https anyone) that would basically take care of this.

    CEWII

  • Can Someone tell me which is the cheapest and reliable third party

    SQL Server 2008 R2 Encryption tool in the market?

  • 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