Projects tagged ‘anonymity’, ‘encryption’, ‘p2p’, and ‘web’


Jump to tag:

Projects tagged ‘anonymity’, ‘encryption’, ‘p2p’, and ‘web’

Filtered by Project Tags anonymity encryption p2p web

Refine results Project Tags file_sharing (2) censorship (2) distributed (2) proxy (2) internet (2) sharing (2) crypto (2) privacy (2) cryptography (2) anonymous (2) networking (2) i2p (1)

[2 total ]

16USERS
   

Freenet is a peer-to-peer network designed to allow the distribution of information over the Internet in an efficient manner, without fear of censorship. It is completely decentralized (there is no person or computer essential to its operation) ... [More] , meaning that Freenet cannot be attacked like centralized peer-to-peer systems such as Napster. Freenet also employs intelligent routing and caching to learn to route requests more efficiently, automatically mirror popular data, make network flooding almost impossible, and move data to where it is in greatest demand. [Less]

3USERS

I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other. The network itself is strictly message based (ala IP), but there is a library available to allow reliable ... [More] streaming communication on top of it (ala TCP). 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). [Less]