Which database security mechanism focuses on encrypting sensitive data stored in the database?

  • Data masking
  • Encryption
  • Role-based access control
  • SQL injection prevention
Encryption is a database security mechanism that focuses on converting data into a format that is unreadable without the appropriate decryption key. By encrypting sensitive data, even if unauthorized users gain access to the database, they cannot interpret the information without the decryption key, thus enhancing data protection.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *