Search My Blog

Monday, November 14, 2011

I2P - Wikipedia, the free encyclopedia

I2P

From Wikipedia, the free encyclopedia
Jump to: navigation, search
I2P - The Anonymous Network
Stable release 0.8.9 / October 11, 2011; 25 days ago (2011-10-11)
Operating system Cross-platform
Type Overlay network
License Free/Open Source - Multiple licenses Public domain, BSD, GPL, MIT, Artistic license
Website http://www.i2p2.de/

I2P (originally from pseudomathematical notation I²P, short for Invisible Internet Project,[1] although it is not commonly referred to by this name anymore) is a mixed-license, free and open source project building an anonymous network (or, more accurately, a pseudonymous overlay network).

The network is a simple layer that applications can use to anonymously and securely send messages to each other. Possible uses include anonymous surfing, chatting, blogging and file transfers.

The application itself is called an I2P router and a computer running I2P is called an I2P node - whereas those, too, are often referred to as routers.

Contents

 [hide

[edit] Technical design

I2P is beta software. Developers emphasize that there are likely to be bugs in the software and that there has been insufficient peer review to date. However, they believe the code is now reasonably stable and well-developed, and more exposure can help development of I2P.

The network itself is strictly message-based (like IP), but there is a library available to allow reliable streaming communication on top of it (similar to TCP, although from version 0.6 there is a new UDP-based SSU transport). All communication is end-to-end encrypted (in total there are four layers of encryption used when sending a message), and even the end points ("destinations") are cryptographic identifiers (essentially a pair of public keys), so that neither sender nor recipient of a message need to reveal their IP address to the other side or to third-party observers.

Although many of the developers had been a part of the IIP and Freenet communities, there are significant differences between their designs and concepts. IIP was an anonymous centralized IRC server. Freenet is a censorship-resistant distributed data store. I2P is an anonymous peer-to-peer distributed communication layer designed to run any traditional internet service (e.g. Usenet, E-mail, IRC, file sharing, Web hosting and HTTP, Telnet), as well as more traditional distributed applications (e.g. a distributed data store, a web proxy network using Squid (software), and DNS).

Many developers of I2P are known only under pseudonyms. While the previous main developer, jrandom, is currently on hiatus, others, such as zzz and Complication have continued to lead development efforts, and are assisted by numerous contributors.[2]

[edit] I2P software tools

I2P router console

Since I2P is an anonymous network layer, it is designed so other software can use it for anonymous communication. As such there are a variety of tools currently available for I2P or in development.

The I2P router is controlled through the router console which is a web frontend accessed through a web browser.

[edit] I2PTunnel

I2PTunnel is an application embedded into I2P that allows arbitrary TCP/IP applications to communicate over I2P by setting up "tunnels" which can be accessed by connecting to pre-determined ports on localhost.

[edit] SAM

SAM is a protocol which allows a client application written in any language to communicate over I2P, by using a socket-based interface to the I2P router.[3]

[edit] BitTorrent

Several programs provide BitTorrent functionality for use within the I2P network. Each relies on the user being able to access the I2P network with a web browser to download the .torrent files. Users cannot connect to non-I2P torrents or peers from within I2P, nor can they connect to I2P torrents or peers from outside I2P.[4]

I2PSnark, included in the I2P install package, is a port of the BitTorrent client named Snark.[5]

Vuze, formerly known as Azureus, is a BitTorrent client that includes a plugin for I2P, allowing anonymous swarming through this network.[6][7] This plugin is still in an early stage of development, however it is already fairly stable.

I2P-BT is a BitTorrent client for I2P that allows anonymous swarming for file sharing. This client is a modified version of the original BitTorrent 3.4.2 program which runs on Windows and most dialects of Unix in a GUI and command-line environment. It was developed by the individual known as 'duck' on I2P in cooperation with 'smeghead'. It is no longer being actively developed; however, there is a small effort to upgrade the I2P-BT client up to par with the BitTorrent 4.0 release.

I2PRufus is an I2P port of the Rufus BitTorrent client.[8]

Robert is the most actively maintened I2PRufus fork. (i2p-internal link)

And there is "I2P-Transmission".

[edit] eDonkey iMule

iMule

iMule (invisible Mule) [9] is a port of the 'All-Platform' client aMule for I2P network. iMule is made for anonymous file sharing.

In contrast to other eDonkey clients, iMule only uses the Kademlia proceeding to connect trough I2P network, so no servers are needed.

[edit] Gnutella I2Phex

I2Phex is a port of the popular Gnutella client Phex to I2P. It is stable and fairly functional.

[edit] Susimail

I2P has a free pseudonymous e-mail service run by an individual called 'Postman'. The mail transfer servers are pop.mail.i2p (POP3) and smtp.mail.i2p (SMTP).

Susimail was created to address privacy concerns in using these servers directly using traditional email clients, such as leaking the user's hostname while communicating with the SMTP server. Susimail is a web-based e-mail client intended primarily for use with Postman's mail servers, and is designed with security and anonymity in mind. It is currently included in the default I2P distribution, and can be accessed through the I2P router console web interface. (Note that this is only used to read and send e-mail, not to create or manage your mail.i2p account; the latter must be done at hq.postman.i2p.)

[edit] I2P-Bote

I2P-Bote is an end-to-end encrypted, network-internal, fully decentralized (serverless) e-mail system. It supports different identities and does not expose e-mail headers. Currently, it is still alpha software and can only be accessed via its web interface, but it will soon have pop3 support. All bote-mails are automatically end-to-end encrypted and optionally signed and thus authenticated, so that there's no need to set up e-mail encryption apart (though you can do that).

I2P-Bote offers additional anonymity by providing a high-latency transport option. As it is decentralized, there is no e-mail server that could link different e-mail identities as communicating with each other (profiling): Even the nodes relaying the mails do not know the sender, and apart from sender and receiver, only the end of the high-latency mail route and the storing nodes will know to whom (which anonymous identity, yet of course not the real world identity) the mail is destined. The original sender can have gone offline long before the mail becomes available on the other side. This adds on the degree of anonymity that can be reached with I2P.

For those who do not want high delays: All these settings are user-adjustable, so each user decides on how much anonymity he wants.

[edit] I2P-Messenger

There is also a simple Qt-based, serverless, end-to-end-encrypted instant messenger for I2P. No servers can log your conversations, no ISP can log whom you chat with, when or for how long. It supports filetransfer. As it is serverless, it can make use of I2P's end-to-end encryption, so that there's not a single node between you and your contacts that could read the plain text. It can be used for fully anonymous instant communication with persons you don't even know, or alternatively to securely and untraceably communicate with friends, family members or colleagues - without any observer being able to monitor who you connect to and when you do this, thus it is a useful tool against data retention in a surveillance society, as well.

[edit] Syndie

Syndie is a blogging application for I2P which is also usable through the Tor network; it is currently at an alpha release.

[edit] I2P terminology

I2P users will see references to the following terms on the I2P home page and on the router console.

[edit] Eepsite

Eepsites are websites that are hosted anonymously within the I2P network. Eepsite names end in .i2p, such as ugha.i2p or forum.i2p. EepProxy can locate these sites through the cryptographic identifier keys stored in the hosts.txt file found within the I2P program directory. Typically, I2P is required to access these eepsites.

[edit] EepProxy

The EepProxy program handles all communication between the browser and any eepsite. It functions as a proxy server that can be used by any web browser.

.i2p is a pseudo-top-level domain which is only valid within the I2P overlay network scope. .i2p names are resolved by browsers by submitting requests to EepProxy which will resolve names to an I2P peer key and will handle data transfers over the I2P network while remaining transparent to the browser.[10]

[edit] Peers

Other machines using I2P that are connected to your machine within the network. Each machine within the network shares the routing and forwarding of encrypted packets.

[edit] Tunnels

Every ten minutes, a connection is established between your machine and another peer. Data to and from your machine, along with data for other users, passes through these tunnels, and are forwarded such that the packets eventually reach their final destination.

[edit] See also

[edit] References

[edit] External links

I2P is required to access the following sites:




Go there...
http://en.wikipedia.org/wiki/I2P

Interesting Stuff... I'll have to try this out...

Don

I2P (originally from pseudomathematical notation I²P, short for Invisible Internet Project
i2p anonymity - Google Search
I2P - Wikipedia, the free encyclopedia
Getting started with the I2P Darknet (Hacking Illustrated Series InfoSec Tutorial Videos)
1
I2P-Bote
I2P Anonymous Network - I2P
Download - I2P

No comments: