Does HTTPS Mean a Website Is Safe?

Every browser in the world shows you a padlock when a site is encrypted. Millions of people were taught that padlock means safe. But more than 90% of phishing sites now display that same padlock — fully encrypted, fully verified, completely malicious. The lock didn’t fail. It’s working exactly as designed. The problem is that it was never promising what you think it was.

If you’ve ever assumed that “HTTPS” or the padlock icon means a website is trustworthy, this guide will fix one of the most consequential misunderstandings in everyday security. You’ll learn what encryption actually protects, the exact point where that protection ends, and why the padlock is a statement about the road, not the destination. No jargon, no prior knowledge required.

1. What encryption actually is

Encryption is the most important concept in digital security, and one of the most consistently misunderstood. Here’s what it actually is, stripped to first principles. When you send data across the internet without encryption, that data travels as readable text — any device it passes through can read it. Your internet service provider, network operators, anyone running a capture on a shared network — all of them can see the raw content. Encryption converts that readable data into scrambled ciphertext using a mathematical key. Without the matching key, the ciphertext is meaningless noise. With it, the original data is perfectly recovered. That’s the entire mechanism.

HTTPS — the “S” stands for secure — does exactly this for the connection between your browser and the server you’re talking to. It means nobody intercepting traffic between you and that server can read what’s being transmitted. Your login credentials aren’t visible to your ISP. Someone running a packet sniffer on the same coffee-shop Wi-Fi can see that you’re communicating with a server, but not what you’re sending. This is genuinely valuable protection, and the web is meaningfully safer for it. The mistake is in what people believe that protection extends to.

2. What the padlock really promises

The padlock became shorthand for safety so effectively that browsers and security campaigns spent years training the public to look for it before entering sensitive information. But the padlock makes one narrow, specific promise: the connection between your device and this server is encrypted. That’s it. It says nothing about who owns the server, whether the site is legitimate, or what happens to your data after it arrives.

The padlock mistakes the channel for the destination. Encryption protects the road. It says nothing about where the road leads.
✓ WHAT THE PADLOCK PROMISES • Your connection is encrypted • Nobody in between can read it • Data is private in transit a promise about the ROAD ✕ WHAT IT DOES NOT • That the site is honest • That it’s who it claims to be • That your data is safe once there nothing about the DESTINATION
The padlock makes one narrow promise on the left — and says nothing about everything on the right.

Getting a valid SSL certificate — the thing that makes a site display HTTPS and the padlock — costs nothing and takes minutes. The certificate authority issuing it doesn’t verify whether the site is honest. It only verifies that the person requesting the certificate controls that domain. A phishing site at a lookalike address gets the exact same padlock as your real bank. The lock was never a statement about the site’s intentions. It was only ever a statement about the pipe.

3. Where encryption’s protection ends

This is the boundary that matters most, and where nearly all the real-world damage happens. Encryption protects data in motion — while it travels between two points. The moment data arrives at its destination and gets decrypted, encryption’s job is finished. What happens next is completely outside its scope.

YOUR DEVICE SERVER data decrypted here ENCRYPTED — padlock protects THIS nobody in between can read it breach / malware / fake site → padlock does NOTHING here
The padlock protects the data while it travels. Once it arrives and is decrypted, encryption’s job is done — everything after that is a separate security question.

So a database storing your decrypted personal information gets breached — encryption of the transit channel didn’t help. A server receiving your password decrypts it to check it — at that moment, if the server is compromised, the attacker has your password regardless of how strong the encryption was in transit. Malware on your own device reads your data before it’s ever encrypted to send anywhere. End-to-end encryption addresses some of this by keeping data encrypted all the way from sender to recipient — but even that has limits at the endpoints, where data must ultimately be read by a human or an application.

4. Why phishing sites have padlocks too

Once attackers realized the public had been trained to trust the padlock, they did the logical thing: they started using it themselves. Free, automated certificate providers made it trivial. The result is stark — in 2019, roughly 58% of phishing sites used HTTPS; today that figure is over 90%, and security researchers note that phishers now use valid certificates by default specifically to evade suspicion.

Share of phishing sites that display the padlock (HTTPS) 58% 2019 90%+ Today
The padlock is now standard on phishing sites too. Its presence tells you almost nothing about whether a site is safe. (Source: APWG / PhishLabs.)
The uncomfortable takeawayA padlock on a phishing site is not a malfunction. The site really is encrypting your connection — as it steals your password. Encryption and honesty are completely unrelated properties, and the padlock only ever measured the first one.

This is why “look for the padlock” is dangerously outdated advice. It was reasonable when few sites had certificates and criminals rarely bothered. Today, the padlock’s presence tells you almost nothing about whether a site is safe to trust with your credentials. The real question was never “is this connection encrypted?” It’s “is this site who it claims to be?” — and the padlock does not answer that.

5. The mental model to keep forever

Here’s the shift worth building: encryption is a transport guarantee, not a trust guarantee. It answers one specific question — can someone intercept and read this data while it’s moving? — and it answers that question well. It answers nothing about whether the destination is legitimate, whether the server at the other end is secure, whether the application handling your data is trustworthy, or whether your device is compromised. Those are separate questions requiring separate answers.

Once you see encryption this way, the padlock stops being a comfort signal and becomes a narrow technical fact. The right question isn’t “is this encrypted?” It’s “what exactly does this encryption protect, where does that protection end, and what am I trusting beyond that boundary?” Security decisions made with that question in mind are almost always better than ones made by looking for a small icon. The padlock was never a promise about the destination — understanding that one distinction won’t make you paranoid. It will make you precise.

6. Frequently asked questions

Does HTTPS mean a website is safe?

No. HTTPS means your connection to the site is encrypted so others can’t read it in transit. It does not mean the site is honest, legitimate, or safe to trust with your information. Over 90% of phishing sites now use HTTPS. Encryption and trustworthiness are unrelated.

What does the padlock icon actually mean?

It means the site has a valid SSL/TLS certificate and your connection is encrypted. It confirms the connection is private — not that the website owner is honest or the site is legitimate.

Can a scam or phishing site have a padlock?

Yes, easily. Certificates are free and automated, and issuers only check that you control the domain — not that your site is honest. The vast majority of phishing sites today display a padlock specifically to appear trustworthy.

If encryption isn’t enough, how do I know a site is safe?

Check the actual domain name carefully for lookalikes, be wary of links from emails or messages, and confirm you reached the site the way you normally would rather than through a link someone sent you. The padlock is not part of that judgment.

Security, Decoded.

If this reframed the padlock for you, you’ll like the newsletter. One security idea, decoded clearly, every week — free.

Subscribe to SKB Decoded →

3 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *