this post was submitted on 10 Jun 2026
-10 points (38.6% liked)

Privacy

50057 readers
809 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

To: The Epstein Class

From: Anonymous

Stay tuned:)

you are viewing a single comment's thread
view the rest of the comments
[–] ScoffingLizard@lemmy.dbzer0.com 2 points 1 month ago* (last edited 1 month ago) (2 children)

What is difference between onion and just regular tor?

[–] archy@lemmy.world 4 points 1 month ago (1 children)

for is a loop type used in programming onion is a type of a hidden website

[–] ScoffingLizard@lemmy.dbzer0.com 1 points 1 month ago

Ha ha. Made edit to correct error.

[–] SlicedPotato@feddit.dk 4 points 1 month ago* (last edited 1 month ago) (1 children)

When a regular website is visited through Tor Browser, Tor protects/anonymizes you as a user. If a website is hosted at an onion address, the web server is also protected by Tor, the same way as you are.

[–] ScoffingLizard@lemmy.dbzer0.com 1 points 1 month ago (1 children)

Is it kind of like having a proxy and a reverse proxy?

[–] SlicedPotato@feddit.dk 5 points 1 month ago (1 children)

Not really. It's more similar to if the webserver was connected to the internet through a VPN with it's HTTP(S) port forwarded through the VPN. You connect to the VPN's IP address, which forwards to the webserver's IP which stays hidden. And you yourself are also connected to the internet through a (separate) VPN. Now, instead of a VPN connection, both you and the webserver are connected to the internet through Tor circuits.

This video does a good job of explaining how it works.

[–] ScoffingLizard@lemmy.dbzer0.com 3 points 1 month ago

That's a good explanation. Thanks!