Field level encryption...

  • Just looking for others who have had to implement field level encryption their databases. 

    A. What program/utility did you decide on?  We have been looking at dbEncrypt from Appsec Inc. 

    B. What performance impact did you encounter? 

    C. Did you have to re-write many of the stored-procs? 

    D. What processes also had to change like back-up and disaster recover?

    Thanks

    SJ

     

  • Personally I think it's a bad idea (http://www.sqlservercentral.com/columnists/sjones/wp_encryption.asp), but if you have to do  it, then key management will be the biggest headache. For live data as well as backup/recovery.

    One hint, be sure you have a good bulk decryption/encryption scheme for changing the key if needed.

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

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