Which security standard is commonly used for protecting data in transit between a client and a database server?

  • AES
  • MD5
  • SHA-256
  • TLS/SSL
Transport Layer Security (TLS) or Secure Sockets Layer (SSL) is commonly used for encrypting data transmitted between a client and a database server. This ensures that the data remains confidential and protected from unauthorized access during transit. TLS/SSL protocols provide encryption and authentication mechanisms, making them essential for securing communication channels in database systems.
Add your answer
Loading...

Leave a comment

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