Posts

Showing posts from April, 2024

Transport layer security

Image
A blog by 22CE022,17   What is TLS ?                                                                            => TLS is a security protocol used to protect data and communication. TLS encrypts communication between web apps and servers.TLS can be used to encrypt emails, messaging. TLS was proposed by the Internet Engineering Task Force (IETF), an international standards organization, and the first version of the protocol was published in 1999. The most recent version is  TLS 1.3 , which was published in 2018.     Difference of TLS AND SSL how does TLS WORK ? A TLS connection is initiated using a sequence known as the  TLS handshake . When a user navigates to a website that uses TLS, the TLS handshake begins between the user's device (al...