I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
License: GNU General Public License v2
Changes:
This release introduces new components, drops some old ones (like the old TCP transport), and has been optimized to perform better. The BOB (Basic Open Bridge) protocol is introduced, for use by client applications that cannot import I2CP libraries directly. This deprecates the old SAM protocol that was previously used in such cases. Improved code should be better at preventing congestion.
More...