Which of the following BEST provides data encryption, authentication, and integrity for data flowing between a server and a client?
Transport Layer Security (TLS) provides a secure channel between communicating peers. Its handshake authenticates the server and can authenticate the client, while its record protection provides confidentiality through encryption and detects unauthorized data modification through integrity protection.
Community Discussion