Category
ssl
2 articles across 2 sub-topics
Cryptography(1)
X.509 Certificates: A Deep Dive into How They Work
TLDR: An X.509 Certificate is a digital document that binds a Public Key to an Identity (e.g., google.com). It is digitally signed by a trusted Certificate Authority (CA). It prevents attackers from impersonating websites via man-in-the-middle attack...
ā¢15 min read
Encryption(1)
How SSL/TLS Works: The Handshake Explained
TLDR: SSL (now TLS) secures data between your browser and a server. It uses Asymmetric Encryption (Public/Private keys) once ā to safely exchange a fast Symmetric Session Key. Everything after the handshake is encrypted with the session key. š The...
ā¢15 min read
