blob: 6c17a47567258394deb3f5884632c932e1190317 (
plain) (
blame)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="container text-center">
<h1>{{ _("Applications provided by GNUnet") }}</h1>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("The GNU Name System") }}</h3>
<p>
{% trans %}
The <a href="gns.html">GNU Name System (GNS)</a>
is a fully decentralized replacement
for the Domain Name System (DNS). Instead of using a
hierarchy, GNS uses a directed graph. Naming conventions
are similar to DNS, but queries and replies are private even
with respect to peers providing the answers. The integrity of
records and privacy of look-ups are cryptographically secured.
<!-- Too technical: GNS integrates
a robust, efficient and instant key revocation mechanism. -->
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 14em" src="{{ url_static('images/gns-logo.png') }}" alt="GNS" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("Self-sovereign, decentralized identity provider") }}</h3>
<p>
<a href="{{ url_localized('reclaim/index.html') }}">re:claimID</a>
{% trans %}
is a decentralized Identity Provider (IdP) service built in top of the
GNU Name System. It allows users to securely share personal information
with websites using standardized protocols (OpenID Connect).
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 20em" src="{{ url_static('images/reclaim_logo.png') }}" alt="re:claimID" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("Filesharing (Alpha)") }}</h3>
<p>
{% trans %}
GNUnet <a href="use.html#fs">filesharing</a>
is an application that aims to provide
censorship-resistant, anonymous filesharing. The publisher is
empowered to make a gradual choice between performance and anonymity.
{% endtrans %}
</p>
</section>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("Conversation (Pre-Alpha)") }}</h3>
<p>
{% trans %}
GNUnet conversation is an application that provides secure
voice communication in a fully decentralized way by employing
GNUnet for routing and transport.
{% endtrans %}
</p>
</section>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="container text-center">
<h1>{{ _("Applications utilizing GNUnet") }}</h1>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("GNU Taler (Alpha)") }}</h3>
<p>
{% trans %}
<a href="https://taler.net/">GNU Taler</a>
is a new privacy-preserving electronic payment system.
Payments are cryptographically
secured and are confirmed within milliseconds with
extremely low transaction costs.
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 20em" src="{{ url_static('images/logo-2018-dold.svg') }}" alt="Taler" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("secushare") }}</h3>
<p>
{% trans %}
<a href="https://secushare.org/">secushare</a>
is creating a decentralized social networking
application on top of GNUnet. Using overlay
multicast and the extensible PSYC protocol, notifications are
distributed end-to-end encrypted to authorized recipients only.
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 14em" src="{{ url_static('images/secushare-0444.png') }}" alt="secushare" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("pretty Easy privacy") }}</h3>
<p>
{% trans %}
<a href="https://pep.foundation/">pretty Easy privacy</a> (p≡p)
is creating a usable end-to-end encrypted e-mail solution using
opportunistic key exchange.
p≡p will use GNUnet to protect metadata and exploit new
cryptographic protocols to verify keys.
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 14em" src="{{ url_static('images/peplogo.svg') }}" alt="pEp" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("Messenger-GTK") }}</h3>
<p>
{% trans %}
<a href="https://git.gnunet.org/messenger-gtk.git/">Messenger-GTK</a>
is a convergent GTK messaging application using the GNUnets Messenger
service. The goal is to provide private and secure communication
between any group of devices.
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 8em" src="{{ url_static('images/messenger-gtk.svg') }}" alt="messenger-gtk" /></center>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-6">
<section>
<h3>{{ _("groupchat") }}</h3>
<p>
{% trans %}
<a href="https://git.gnunet.org/groupchat.git/">groupchat</a>
is a terminal user interface providing messaging using the CADET subsystem. It is
developed using nim. Cadet-GTK and groupchat are planned to be compatible.
{% endtrans %}
</p>
</section>
</div>
<div class="col-lg-4">
<center><img style="width: 14em" src="{{ url_static('images/groupchat.png') }}" alt="groupchat" /></center>
</div>
</div>
</div>
</div>
</div>
{% endblock body_content %}
|