Results 1 to 6 of 6

Thread: Data Encryption in SQL server 2005

  1. #1
    Join Date
    Apr 2008
    Posts
    5

    Data Encryption in SQL server 2005

    Hi,
    I will moving into SQL Server platform and i would like to know about capability of Data Encryption in SQL server 2005. I am currently researching the out of box encryption process that MS SQL provides and whether or not that is sufficient to satisfy PCI compliance. I am new for MS Sql server and don't know anything about how MS Sql server provides strongest method or not.
    Thanks in advance for your help!

    Regards,
    Poratip

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    What does PCI compliance require?

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    There is nothing out of the box if you are comparing it with Oracle's Transparent Data Encryption with wallet.

    SQL Server provides commands to manage keys and encrypt columns, so application coding is required to use it.

  4. #4
    Join Date
    Apr 2008
    Posts
    5
    Thanks for your response.
    As per PCI complience, its required to Rotate the keys.
    Please let me know if MS SQL server provides this kind of mechanism.
    We are currently using Ingrian for Oracle DB.

    Thanks,

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    Then it doesn't.

  6. #6
    Join Date
    Apr 2008
    Posts
    5
    Thanks, If anyone know any other solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •