Skip to content
Learnearn.uk » A Level Computer Science Home » Transport Layer Security & Digital Certificates (SSL/TLS)

Transport Layer Security & Digital Certificates (SSL/TLS)

Intro

Secure Socket Layer / Transport Layer Security

SSL and the newer TLS are technologies that allow the secure encryption and transmission of data across the internet. Without these technologies any data sent across the internet would be susceptible to interception by third parties.

This data could include:

  • Personal information – home address, telephone number
  • Sensitive information – medical information, criminal record information
  • Financial information – banking logins/passwords & credit card information

TLS & Digital certificates work to ensure that data cannot be read / tampered with if intercepted and that you have protection against man-in-the-middle attacks.

 

Why is it needed?

Handshake Protocol

Record Protocol

Digital Certificates

Videos

Resources