Triple DES encryption

  • I like to enrypt a column (SQL 2000 SP3a) using Triple DES encryption method. This columns contains the sensitive information. What's the best way to do 3DES encryption?. Is there extended sp or function available?.

    Thanks

  • Our developers tend to use the Crypto provided with .NET and do it in the application, but there are some options from 3rd party vendors. Here are some:

    NetLib Encryptionizer for SQL Server

    XP_Crypt

    Application Security Inc. makes dbEncrypt, but not sure what happened to them. There's a press release from Dec 2003 but right now a whois on their domain (appsecinc.com) returns nothing.

    K. Brian Kelley
    @kbriankelley

  • Thanks for the help Brian.

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

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