The most suitable mechanism to keep the data safe in the database is database encryption. Encrypting the data will ensure that it is stored securely, making it unreadable to unauthorized users even if they gain access to the database. While password protection, two-factor authentication, and access control are important for securing access to the database, they do not directly protect the data itself once it is stored.
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)
Responses
password protection
password protection
database encryption
database encryption
two-factor authentication
two-factor authentication
access control
1 answer