Data Encryption - Please help

  • Hi,

    Can any one let me know the steps to encrypt the data in sql server 2005? I searched online but its somewhat confusing.

    I need to encrypt few columns in different tables in a database. Any help would be really appreciated.

    Thanks

     

  • Well, you need to create a column, create a key/certificate and create the procedures necessary to encrypt and decrypt the data in the column. I've found some good posts on the subject in Laurentiu Cristofor's blog:

    http://blogs.msdn.com/lcris/

    Should get you started.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply