How browsers and servers use TLS for Secure Communication ?
When your browser talks to https://example.com, how does it know it’s really that site, and not an impersonator?
That’s where TLS certificates and CAs (Certificate Authorities) come in.
Public-key cryptography uses two keys (asymmetric encrytion):
P...
rohit1101.hashnode.dev3 min read