Are there JVM-less I2P implementations?
I2P: Invisible Internet Protocol
31–40 of 59 posts
Re: I2P: Invisible Internet Protocol
#32Good to see I2P get some attention here. For those who don't know about I2P: * Anonymity network similar to TOR in some ways, but rather than focusing on getting someone out to the internet anonymously, I2P is a low-latency mix network with no out proxies. See: https://ritter.vg/blog-mix_and_onion_networks.html * Virtually every I2P router relays traffic, unlike TOR the network is very "flat". Directory servers are r…
Re: I2P: Invisible Internet Protocol
#33Re: I2P: Invisible Internet Protocol
#34Good to see I2P get some attention here. For those who don't know about I2P: * Anonymity network similar to TOR in some ways, but rather than focusing on getting someone out to the internet anonymously, I2P is a low-latency mix network with no out proxies. See: https://ritter.vg/blog-mix_and_onion_networks.html * Virtually every I2P router relays traffic, unlike TOR the network is very "flat". Directory servers are r…
To clarify, since modernity has stripped us of patience: "low latency" here means on the order of 1500ms, not tens of ms, as most people expect. As opposed to tens of seconds or minutes in mix message protocols.
Re: I2P: Invisible Internet Protocol
#35Earlier quoted context omitted.
To clarify, since modernity has stripped us of patience: "low latency" here means on the order of 1500ms, not tens of ms, as most people expect. As opposed to tens of seconds or minutes in mix message protocols.
Hah, yes. Mixminion is a good example of a high latency mixnet. There has been some talk of adding a high latency option to I2P as well at some point.
Re: I2P: Invisible Internet Protocol
#36While I think this is in theory much cooler than tor, it's a way less practical, i guess.
Re: I2P: Invisible Internet Protocol
#37Re: I2P: Invisible Internet Protocol
#38Earlier 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.
If you want some general information on Monero then this is a good talk on Bitcoin privacy and on what Monero is and does: https://www.youtube.com/watch?v=YVlQE-ObEXk
Re: I2P: Invisible Internet Protocol
#39I2P developer here, feel free to ask me any questions.
Thanks for contributing to I2P! Do you have any thoughts on HORNET? Could I2P benefit from a more stateless routing mechanism as opposed to tunnels in the far future? Are any of the devs going to defcon this year? I tried to get a small meetup going last year in the privacy village but no turnout, would love to make something official. I'm working on Go implementation here: https://github.com/hkparker/go-i2p . Haven'…
Re: I2P: Invisible Internet Protocol
#40It would be really cool to have an I2P transport in ZeroMQ, and could be quite simple as I2P's messaging maps directly to the datagram model ZeroMQ uses. Or vice-versa.