TLS is a cryptographic protocol that helps protect data exchanged between applications across a network.

Protection while data travels

TLS negotiates encryption and authentication between communicating applications. HTTPS uses TLS to protect web traffic from casual interception and tampering on the path.

Security depends on configuration

Current protocol versions, trusted certificates, strong cipher choices, and correct hostname validation matter. Encryption in transit does not replace access control or protection of data after it arrives.