Back to all guides
BeginnerPrivacy13 min read

root@css:~$ torbrowser-launcher

Privacy Basics: Browsing with Tor & VPNs

Understand how Tor and VPNs protect your privacy, what each does and does not hide, and how to use them responsibly.

What you'll learn

  • >Understand the difference between a VPN and Tor
  • >Know what each tool hides and what it does not
  • >Adopt safer browsing habits

Privacy tools are often misunderstood. A VPN and Tor solve different problems, and neither makes you "anonymous" by magic. Understanding their actual guarantees helps you choose the right tool and avoid a false sense of security.

1. What a VPN does

A VPN encrypts traffic between your device and the VPN provider, then forwards it to the internet. It hides your activity from your local network and ISP, and hides your real IP from the sites you visit. Crucially, you are shifting trust to the VPN provider — they can see your traffic.

  • Hides your IP and location from websites
  • Protects you on untrusted Wi-Fi (cafes, airports)
  • Does NOT make you anonymous — the provider can log you
  • Choose a reputable, audited, no-logs provider

2. What Tor does

Tor routes your traffic through at least three volunteer-run relays, encrypting it in layers (like an onion). No single relay knows both who you are and what you are accessing. This provides much stronger anonymity than a VPN, at the cost of speed.

output
You → [Guard relay] → [Middle relay] → [Exit relay] → Site
       knows you        knows neither    knows site
       not the site                       not you
How Tor separates identity from destination

// tip: Use the official Tor Browser rather than configuring Tor manually. It is pre-hardened against fingerprinting and tracking.

3. Safer habits either way

  • Always verify HTTPS — encryption tools do not protect a plaintext exit hop.
  • Do not log into personal accounts during sessions meant to be anonymous.
  • Keep your browser and tools updated.
  • Remember: behavior, not just tools, determines your privacy.

// note: Tor and VPNs are legal and legitimate privacy tools used by journalists, activists, and everyday people. Use them ethically and lawfully.

// ethics_notice: Practice only on systems you own or are explicitly authorized to test. These materials are for education and defense.

Next tutorial

Linux Command Line Basics for Security