forked from redecentralize/alternative-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
I2P.json
executable file
·47 lines (47 loc) · 2.04 KB
/
I2P.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"ohloh": {
"main_language": "Java",
"max_month": "2015-01-01T00:00:00Z",
"description": "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 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).",
"tags": [
"eepsite",
"anonymous",
"irc",
"distributed",
"file_sharing",
"tunnels",
"bittorrent",
"crypto",
"web",
"anonymity",
"cryptography",
"proxy",
"i2p",
"encryption",
"p2p",
"networking",
"privacy",
"java",
"censorship",
"darknet"
],
"total_code_lines": 257561,
"total_contributor_count": 52,
"twelve_month_contributor_count": 11,
"updated_at": "2015-01-10T23:31:34Z",
"analysis": "19848554",
"min_month": "2004-04-01T00:00:00Z",
"factoids": [
"Mature, well-established codebase",
"Large, active development team",
"Average number of code comments",
"Stable Y-O-Y development activity"
],
"twelve_month_commit_count": 1359,
"total_commit_count": 17871,
"id": "10228",
"name": "I2P"
},
"description": "[I2P](http://www.i2p2.de/) 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.",
"name": "I2P"
}