Live data from Hacker News

I2P: Invisible Internet Protocol

geti2p.net

11–20 of 59 posts

Re: I2P: Invisible Internet Protocol

#11
post #2

I have always found it more interesting than Tor. After learning some Java, I read through the code, even compiled seminole Monotone DVCS(ironically difficult, because of the recently mentioned legacy version of the Botan C++ crypto library), but it is all a little beyond me. Perhaps one of the coolest projects I'd seen in a while was Nightweb, a I2P-layered distributed social network, written in Clojure, flashing al…

Nightweb is discontinued ⌘ https://sekao.net/nightweb/blog/discontinued.html

Re: I2P: Invisible Internet Protocol

#12
post #9
post #2

I have always found it more interesting than Tor. After learning some Java, I read through the code, even compiled seminole Monotone DVCS(ironically difficult, because of the recently mentioned legacy version of the Botan C++ crypto library), but it is all a little beyond me. Perhaps one of the coolest projects I'd seen in a while was Nightweb, a I2P-layered distributed social network, written in Clojure, flashing al…

>> I have always wondered if it gets the same level of scrutiny or interest from researchers or nation states My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR(for which there we're always probably some attacks). It might even be that TOR is a government response for the demand for anonymizing networks - funded specifically in order for the anonymity community…

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR

How so? Is this what is alluded to by "onion vs garlic" routing design?

http://resources.infosecinstitute.com/anonymizing-networks-t...

(I can't get the I2P explanation/comparison on their official site right now; not sure it's me or them, haha.)

Again, I read a while back. I am pleased to know it is more secure.

Personally, I liked they had easily accessible Android builds directly from them at the time. But the Tor devs do so much good development, tech writing on the blog, and research publication it is hard to love or hate either group as they save the Internet from itself.

Re: I2P: Invisible Internet Protocol

#13
post #12
post #9

Earlier quoted context omitted.

>> I have always wondered if it gets the same level of scrutiny or interest from researchers or nation states My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR(for which there we're always probably some attacks). It might even be that TOR is a government response for the demand for anonymizing networks - funded specifically in order for the anonymity community…

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR How so? Is this what is alluded to by "onion vs garlic" routing design? http://resources.infosecinstitute.com/anonymizing-networks-t... (I can't get the I2P explanation/comparison on their official site right now; not sure it's me or them, haha.) Again, I read a while back. I am pleased to know it is more se…

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR

> How so? Is this what is alluded to by "onion vs garlic" routing design?

For one, it is a closed overlay network. There are no "exit nodes" (well, not unless someone explicitly setup a proxy to provide "exit" functionality). So everything that happens anywhere within I2P remains inside I2P.

So any attacks on TOR that require control of one or more exit nodes in the TOR network to function will not directly function against I2P (no exit nodes).

Now, that has no bearing upon whether there are other, different, exploits in I2P that would break its hidden aspects, but you can at least know you are immune when using I2P to any TOR exploit that requires exit nodes.

Re: I2P: Invisible Internet Protocol

#15
post #2

I have always found it more interesting than Tor. After learning some Java, I read through the code, even compiled seminole Monotone DVCS(ironically difficult, because of the recently mentioned legacy version of the Botan C++ crypto library), but it is all a little beyond me. Perhaps one of the coolest projects I'd seen in a while was Nightweb, a I2P-layered distributed social network, written in Clojure, flashing al…

Nightweb is discontinued ⌘ https://sekao.net/nightweb/blog/discontinued.html

Yeah, was sad to read Reddit when it happened.

Re: I2P: Invisible Internet Protocol

#16
post #12
post #9

Earlier quoted context omitted.

>> I have always wondered if it gets the same level of scrutiny or interest from researchers or nation states My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR(for which there we're always probably some attacks). It might even be that TOR is a government response for the demand for anonymizing networks - funded specifically in order for the anonymity community…

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR How so? Is this what is alluded to by "onion vs garlic" routing design? http://resources.infosecinstitute.com/anonymizing-networks-t... (I can't get the I2P explanation/comparison on their official site right now; not sure it's me or them, haha.) Again, I read a while back. I am pleased to know it is more se…

>> How so?

It's been a long time since i read about those subjects, but from what i remember - TOR is a low-latency network, which is required for regular web sites to work. This means the network can do little to randomize/mess with packet timing, and thus leaks packet timing which theoretically(and practically) can expose them to timing attacks.

The onion network, on the other hand, does support high-latency connections.

Re: I2P: Invisible Internet Protocol

#17
post #4

Earlier quoted context omitted.

I2P interest and development has grown with the direct monetization path of more anonymous cryptocurrencies that have attempted to partner with I2P over the years, such as Monero There have been other cryptocurrencies that had the ethos of being anonymous, such as "anoncoin" but functioned exactly like bitcoin and never was able to develop their obfuscation layer It is all still in its infancy

Has it? I had not heard of Monero. You got stuff I can read? I am curious about the I2P culture, if you are in the know.

None of the cryptocurrency communities have successfully integrated with I2P.

The primary goal being to include a native I2P routing client within all of the respective cryptocurrency's daemon's and client software.

(Most cryptocurrencies broadcast a lot of information about you to the nodes, and when you really dive into it, the result is a little unsettling. In this regard it is kind of like bittorrent where other peers in the network can see information about you.)

As far as formal partnerships go, Anoncoin was the closest, where they got some public mention from the I2P stewards, and had icons on the I2P dashboard when you logged into that darknet. Anoncoin's steward disappeared with an unsuccessful zerocoin implementation and exit scam.

This was 2014.

Monero is an opaque blockchain that has worked out of the box as a private cryptocurrency since early 2014. My cryptocurrency market capitalization, it has remained around #10 for two years.

It is one of the more actively developed cryptocurrencies, and I2P integration is still on their roadmap.

There's nothing else to really say about I2P. There hasn't been much public research into how it works or vulnerabilities, as with the TOR network. I understand it works quite a bit differently, and what I do know is appealing.

But it is currently "meh". Some sites that are super annoying to TOR users, work extremely well under I2P and don't detect that you are not a clearnet user.

Re: I2P: Invisible Internet Protocol

#18
post #13
post #12

Earlier quoted context omitted.

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR How so? Is this what is alluded to by "onion vs garlic" routing design? http://resources.infosecinstitute.com/anonymizing-networks-t... (I can't get the I2P explanation/comparison on their official site right now; not sure it's me or them, haha.) Again, I read a while back. I am pleased to know it is more se…

>> My guess is the I2P gets more scrutiny from the US government, because it's much harder to break versus TOR > How so? Is this what is alluded to by "onion vs garlic" routing design? For one, it is a closed overlay network. There are no "exit nodes" (well, not unless someone explicitly setup a proxy to provide "exit" functionality). So everything that happens anywhere within I2P remains inside I2P. So any attacks o…

I was under the impression out proxies are a thing, and thereby not so different from exit nodes; they are the big weakness.

https://www.reddit.com/r/i2p/comments/46yan0/are_i2p_outprox...

(Again, I am having trouble with the geti2p.net site, which I believe is an public InternetI2P HTTP service bridge, which was originally the only outside view in.)

Are they similar? Not sure. To agree with you, I believe the culture and philsophy of Tor is looking out, with exit nodes. I2P was designed to only look in, and the out proxies and bridges are run by select volunteers as a convenience and not the priority.

My favorite part of I2P was there POP3 mailer service, but testing it with friends never seemed to work great.

https://zwadderneel.wordpress.com/2011/05/04/thunderbird-as-...

Re: I2P: Invisible Internet Protocol

#19
post #4

Earlier quoted context omitted.

Has it? I had not heard of Monero. You got stuff I can read? I am curious about the I2P culture, if you are in the know.

None of the cryptocurrency communities have successfully integrated with I2P. The primary goal being to include a native I2P routing client within all of the respective cryptocurrency's daemon's and client software. (Most cryptocurrencies broadcast a lot of information about you to the nodes, and when you really dive into it, the result is a little unsettling. In this regard it is kind of like bittorrent where other…

I had the same reaction, but largely because I2P is under the radar; Tor gets a lot more attention, in both the good ways and bad.
Post reply on HN