Encrypting the data

  • hi all,

    i want to encrypt the data from a column

    m using sqlserver 2008

    i wanna know how to encryt the data while insert it into the table

    Eg if some one enters the Password it should get insert in the table in the encrypted form

  • This might help, its not particularly difficult to setup - varbinary storage..

    http://msdn.microsoft.com/en-us/library/cc278098.aspx

    also, open SSMS, F1, search for this :encryption [SQL Server], functions

    Cheers
    http://twitter.com/widba
    http://widba.blogspot.com/

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

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