SQL Server encryption

Discussion in 'Databases' started by jzahoor, Jan 5, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Does anyone haverecommendations on how they encrypted certain fields in their DASP-hosted database?

    I've read articles on the web on how to encrypt/decrypt fields in SQL 2005 and am leaning towards usingsymmetric keys generated using a Certificate instead of a password.

    Does DASP allow creation of Certificates in SQL for this purpose?

    Thanks,

    Jimmy
     
  2. JorgeR

    JorgeR DiscountASP.NET Staff

    You can use symmetric keys, which is the recommended method.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page