You are writing some software that will take information from your website and store it in a database. You have a certificate on your website so the information put in by the consumer is transmitted securely. You now have to keep the data safe in the database, what mechanism should you use?(1 point)

a. two-factor authentication
b. database encryption
c. password protection
d. access control

b. database encryption

Are you sure?

Yes, I am sure.

Database encryption is the mechanism you should use to keep the data safe in the database. By encrypting the data stored in the database, even if an unauthorized person gains access to the database, they will not be able to view or make sense of the encrypted data without the encryption key. This provides an extra layer of security for the stored data.