i2pd v2.49 releases: End-to-End encrypted and anonymous Internet
i2pd
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
All communications over I2P are anonymous and end-to-end encrypted, participants don’t reveal their real IP addresses.
I2P client is software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (file sharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).
I2P allows people from all around the world to communicate and share information without restrictions.
Features
- Distributed anonymous networking framework
- End-to-end encrypted communications
- Small footprint, simple dependencies, fast performance
- Rich set of APIs for developers of secure applications
Changelog v2.49
### Added
– Handle SOCK5 authorization with empty user/password
– Drop incoming transport sessions from too old or from future routers
– Memory pool for router profiles
– Allow 0 hops in explicitPeers
### Changed
– Separate network and testing status
– Remove AVX code
– Improve NTCP2 transport session logging
– Select router with ipv4 for tunnel endpoint
– Consider all addresses non-published for U and H routers even if they have host/port
– Don’t pick completely unreachable routers for tunnels
– Exclude SSU1 introducers from SSU2 addresses
– Don’t create paired inbound tunnel if length is different
– Remove introducer from RouterInfo after 60 minutes
– Reduce SSU2 keep alive interval and add keep alive interval variance
– Don’t pick too old sessions for introducer
### Fixed
– Version of the subnegotiation in user/password SOCKS5 response
– Send keepalive for existing session with introducer
– Buffer offset for EVP_EncryptFinal_ex() to include outlen
– Termination block size processing for transport sessions
– Crash if deleted BOB destination was shared between few BOB sessions
– Introducers with zero tag
– Padding for SSU2 path response
Download
Use
Browse anonymous websites
o browse anonymous websites inside the Invisible Internet, configure your web browser to use HTTP proxy 127.0.0.1:4444 (available by default in i2pd).
In Firefox: Preferences -> Advanced -> Network tab -> Connection Settings -> choose Manual proxy configuration, Enter HTTP proxy 127.0.0.1, Port 4444
In Chromium: run chromium executable with key
chromium –proxy-server=”http://127.0.0.1:4444″
Host anonymous website
If you wish to run your own website in an Invisible Internet, follow these steps:
1) Run your web server and find out which host:port it uses (for example, 127.0.0.1:8080).
2) Configure i2pd to create HTTP server tunnel. Put in your ~/.i2pd/tunnels.conf file:
[anon-website]
type = http
host = 127.0.0.1
port = 8080
keys = anon-website.dat
3) Restart i2pd.
4) Find b32 destination of your website.
Go to webconsole -> I2P tunnels page. Look for Sever tunnels and you will see an address like \<long random string>.b32.i2p next to anon-website.
A website is now available in Invisible Internet by visiting this address.
5) (Optional) Register short and memorable .i2p domain on inr.i2p.
Copyright (c) 2013-2015, The PurpleI2P Project
Source: https://github.com/PurpleI2P/