How TLS Works?

Опубликовано: 13 Январь 2025
на канале: High-Performance Programming
58,062
1.2k

Get a Free System Design Roadmap PDF with 145 pages by subscribing to our monthly newsletter: https://lucianoprea.com/roadmap

✏️📘 Summary Notes: https://lucianoprea.com/blog/consiste...

0:00 - Why TLS?
0:44 - What does TLS do?
2:09 - SSL vs TLS vs HTTPS
2:46 - How does TLS work?
4:16 - How TLS / SSL certificates are obtained?
5:18 - How is the public key used by TLS / SSL?
7:00 - How good is the TLS encryption?
8:31 - How Data Integrity is achieved?
9:20 - How does TLS affect web application performance?
10:15 - Implementing TLS on a website - overview
11:25 - Conclusions