Changing passphrase for EncryptByPassPhrase

  • I am using EncryptByPassPhrase(http://technet.microsoft.com/en-us/library/ms190357(v=sql.105).aspx) for encrypting some columns . But if i want to change the passphrase in future then how can i change it?

  • You decrypt the entire column, re-encrypt with the new passphrase and change whereever that passphrase is stored in the app/stored proc.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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