What is TLS (Transport Layer Security) and How does it works ? - Go Online


Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), both frequently referred to as "SSL", are cryptographic protocols that provide communications security over a computer network. ... The connection is private (or secure) because symmetric cryptography is used to encrypt the data transmitted.


How does it works


Though the Record protocol can be used without encryption, it uses symmetric cryptography keys, to ensure a private connection. ... Using the same handshake protocol procedure as SSL, TLS provides for authentication of the server, and optionally, the client.


Comments

Popular posts from this blog

What is HTTP & HTTPS and How do they work ? - Go Online

What is SLL (Secure Sockets Layer) and How does it works ? - Go Online