What Is SSL/TLS? How the Padlock Protects Your Data Online
📷 Damir K . · Pexels✦ Key takeaways
- SSL/TLS is a protocol that encrypts data exchanged between your browser and a website.
- TLS is the newer, more secure successor to the old, deprecated SSL.
- A digital certificate proves the site's identity and is issued by a trusted authority.
- The padlock means the connection is encrypted, not that the site itself is necessarily honest.
SSL/TLS is a security protocol that encrypts the data exchanged between your browser and any site you visit, so no one intercepting the connection can read what you send — like passwords and card numbers. When you see the little padlock and https in the address bar, the connection is protected by this protocol.
The two names are used interchangeably but aren't the same. SSL (Secure Sockets Layer) is the original, older protocol; it was found to have vulnerabilities and is effectively retired. TLS (Transport Layer Security) is the newer, more secure successor, and it's what's actually used today. But the term "SSL certificate" stuck out of habit, even though the real encryption is done by TLS.
🌐 Download Time
How long any file takes to download at your speed — instantly.
How does it work, briefly? When you open a secure site, a handshake happens between you and the server: your browser verifies the site's certificate, then both sides agree on a shared secret encryption key used to encrypt the rest of the session. After that, all exchanged data is unreadable to any third party who intercepts it.
| Element | Its role |
|---|---|
| The protocol (TLS) | Encrypts and secures the connection |
| Digital certificate | Proves the site's identity |
| Certificate Authority (CA) | Issues and vouches for the certificate |
| Handshake | Exchanges keys securely |
The digital certificate is a key part. It's issued by a trusted Certificate Authority (CA) after verifying the site owns the domain. Your browser carries a list of trusted authorities, so if the site's certificate is issued by one of them and is valid, the padlock appears; if it's expired or untrusted, a red warning shows instead.
An important, often-misunderstood point: the padlock means the connection is encrypted, not that the site itself is honest or its content safe. Many phishing sites use free TLS certificates to look trustworthy. So the padlock is necessary but not sufficient — always check that the domain name itself is correct before entering your data.
Bottom line: SSL/TLS is the layer that turned the internet from an open network where eavesdroppers read everything into secure encrypted channels. Understand that the padlock protects the road, not the destination, and you'll browse more safely.
