Lesson 4 of 4 · 8 min
VPNs, Tor and proxies: who you shift trust to
A VPN, Tor and a proxy each hide different things from different people. None of them make you invisible, and each asks you to trust someone.
The earlier lessons showed that your ISP, the Wi-Fi owner and the DNS resolver can all see which sites you visit, even over HTTPS. VPNs, Tor and proxies are three different ways of routing your traffic through another party first, so that party — not your ISP or the site — sees your real IP address. Each does this differently, and each moves your trust to a different place rather than removing the need for trust altogether.
A forward proxy: a middleman, not an escort
The simplest option is a forward proxy: a server that receives your requests and passes them on to the destination on your behalf, so the destination only ever sees the proxy’s address. Cloudflare’s Learning Center lists common reasons people use one, including getting around a network’s content filtering, and making it harder to trace a post on a website back to the person who wrote it. A basic proxy typically only handles the connection you point at it, and unless it is combined with its own encryption, everything it forwards can still be read by the proxy operator and by anyone watching between the proxy and the destination.
VPNs: one tunnel, one company you must trust completely
A VPN wraps all of your device’s traffic in an encrypted tunnel to a server run by the VPN provider, which then forwards it onward. The Electronic Frontier Foundation’s Surveillance Self-Defense guide explains the effect plainly: your traffic “appears to originate from the VPN itself, rather than your internet service provider”, so your ISP and the websites you visit see the VPN’s address instead of yours. But the guide is equally direct about the trade-off: everything that leaves the tunnel “is all visible to the VPN provider.” Your ISP’s view of your browsing is replaced by the VPN’s view of it, including which domains you contacted, when, and roughly how much data moved. A disreputable provider could log or sell that, and any provider can be compelled by the laws of the country it operates in to hand over what it holds. EFF also cautions that a VPN mainly hides your network-level location and identity from your ISP and the destination site; it does not stop a website from tracking you through cookies, logins or fingerprinting once you are there, and today most web traffic is already encrypted by HTTPS regardless.
Tor: splitting the trust across three relays
Tor takes a different approach: instead of one server that sees both who you are and where you are going, it routes your connection through at least three volunteer-run relays in sequence, each one wrapped in its own layer of encryption. The Tor Project explains that the first relay can see your real IP address but not your destination or your activity, the middle relay sees neither, and the last relay — the exit node — sees the destination but not who you are, unless the site itself later identifies you (for example, if you log in). No single relay in the chain has both pieces of the picture at once.
The Tor Project is candid about the limits. It states directly that “it is impossible to have perfect anonymity, even with Tor.” Tor only protects traffic from applications that are actually configured to use it, so other programs on the same device can still leak your identity. It does not hide the fact that you are using Tor from someone watching your connection, only what you do over it. And if the destination site is not itself using HTTPS, the exit relay can see the unencrypted content leaving the Tor network, just as any last hop can on the ordinary internet. Signing into an account, or typing your name, undoes the anonymity regardless of how the traffic got there.
Choosing among them
| Tool | Who you now trust | What it mainly hides | What it does not do |
|---|---|---|---|
| Forward proxy | The proxy operator (and anyone between proxy and site, if unencrypted) | Your IP address from the destination | Usually adds no encryption of its own |
| VPN | The VPN provider, fully | Your IP address and ISP-level browsing metadata | Does not stop the destination site from tracking you once connected |
| Tor | No single relay, but the network as a whole and the exit relay for unencrypted traffic | The link between your identity and your destination | Does not protect apps that bypass it, or protect you if you identify yourself to a site |
Key takeaways
- A forward proxy, a VPN and Tor all hide your IP address from the destination, but they differ in who they make you trust instead.
- A VPN provider can see everything your ISP used to see; choosing a VPN means choosing who to trust with that view.
- Tor splits trust across at least three relays so no single one sees both who you are and what you are doing.
- The Tor Project itself says perfect anonymity is impossible, and warns that logging into a service undoes it regardless of the network used.
- None of these tools protect you from a site tracking you after you arrive, or from what you type into that site.
Check yourself
1. When you use a VPN, who can see your unencrypted browsing metadata that your ISP used to see?
- Nobody — VPNs remove the need for trust
- The VPN provider — Right.
- Only the destination website
- Only your local Wi-Fi owner
EFF’s guide notes that everything sent through a VPN “is all visible to the VPN provider,” which now sees what your ISP previously saw.
2. Why does Tor use at least three relays instead of one?
- To make browsing faster
- So no single relay can see both who you are and what you are doing — Right.
- Because one relay cannot handle enough traffic
- To avoid using encryption entirely
Splitting the circuit means the entry relay only sees your identity and the exit relay only sees your destination.
3. According to the Tor Project, what can undo Tor’s anonymity regardless of the network used?
- Using a slow internet connection
- Signing into a website with your real name or account — Right.
- Opening more than one browser tab
- Visiting a site that uses HTTPS
Once you identify yourself to a site, that site knows who you are no matter how anonymously your traffic reached it.
4. What is a basic forward proxy least likely to provide on its own?
- Hiding your IP address from the destination
- Encryption of your traffic beyond what the destination already provides — Right.
- A way to route around some content filters
- A middleman between you and the destination server
Unlike a VPN, a plain forward proxy does not necessarily add its own encryption layer to your traffic.
Do it with FireAI
Put this lesson into practice on your own Mac.
- Find out where an app sends data, on the World map — See exactly which company and country one app is quietly talking to.
- Deep inspection, without decrypting anything — Get real detail on a secure connection without FireAI ever reading what’s inside it.
- The World map — See where your data actually goes, not just a hostname you’d have to look up yourself.
Sources
- EFF Surveillance Self-Defense: Choosing the VPN That’s Right for You
- Tor Project Support: How is Tor different from other proxies?
- Tor Project Support: Am I totally anonymous if I use Tor?
- Cloudflare Learning Center: What is a proxy server? / reverse proxy
Put it into practice on your Mac
Try every feature free for 17 days, no card needed.