Friday, August 07, 2009

database encryption

The sensitivity of the data determine the need of encryption. Few things to consider to implementing encryption:

  • Will the data stored in the database need to be encrypted
  • or just the user passwords
  • Will you need to encrypt the data only in the local instance of the database
  • or do you need to also encrypt the data in transit
Click here to more about database encryption.

No comments:

Post a Comment