• 0 Posts
  • 66 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle



  • It can be done. The website provider can generate a request that it forwards to you. You then pass on this request to the age verifier, who can answer “yes person is over 16” without knowing why you want to know, or who generated the request.

    The requester wouldn’t know your age, just that you were old enough.

    There are a few problems.

    One is that the website could embed some identifier in the signature of their request. But any information there can be easily send by the web site provider to the age verifier directly if they wanted so this is not a big problem.

    Another problem is that the age verifier could look at times when requests were submitted and create a sort of “fingerprint” based on when requests arrived for different sites. This could be partially helped by having browsers request age verification randomly in the background any time you use a browser.















  • i2p is a bit like Tor. Both are overlay networks, meaning that they use the “normal” Internet as their lowest layer. They use similar method of obfuscation using multiple hops.

    i2p doesn’t rely on special nodes, I think, which Tor does. i2p also does not connect to the “normal” Internet (basically).

    Like with Tor there is no need for a VPN (or rather, little need for a VPN… probably both i2p and Tor are safer than any VPN, but nothing is 100% safe, so some people use double VPN, or Tor over a VPN).

    Tor is not designed for torrenting. It assumes TCP connections - mostly for web stuff - and doesn’t handle torrent well. They also don’t want you bogging down the system with your filthy porn. 😆

    i2p solves this by forcing you to send data for other users in order to download anything. This helps make your traffic harder to track and helps the overall network. It also means that downloads are slow. Very slow. Like, basically start your download and come back in a day or two. Not a problem if you have four or five downloads in progress, but it makes spontaneous watching impossible.

    Anyway, I’m hardly an expert but this is my understanding!