-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path38c3.html
289 lines (273 loc) Β· 8.98 KB
/
38c3.html
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Delta Chat @ 38c3</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
@font-face {
font-family: 'pilowlava';
src: URL('fonts/pilowlava/Fonts/webfonts/Pilowlava-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'spacegrotesk';
src: URL('fonts/space-grotesk-1.1.4/webfont/SpaceGrotesk-Regular.woff2') format('woff2');
src: URL('fonts/space-grotesk-1.1.4/webfont/SpaceGrotesk-Bold.woff2') format('woff2');
src: URL('fonts/space-grotesk-1.1.4/webfont/SpaceGrotesk-Light.woff2') format('woff2');
src: URL('fonts/space-grotesk-1.1.4/webfont/SpaceGrotesk-Medium.woff2') format('woff2');
src: URL('fonts/space-grotesk-1.1.4/webfont/SpaceGrotesk-SemiBold.woff2') format('woff2');
}
@font-face {
font-family: 'space-mono';
src: URL('fonts/space-mono/SpaceMono-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'uncut-sans';
src: URL('fonts/uncut-sans/Webfonts/UncutSans-Regular.woff2') format('woff2');
}
:root {
--color-primary: #FF5053;
--color-highlight: #FEF2FF;
--color-accent-a: #B2AAFF;
--color-accent-b: #6A5FDB;
--color-accent-c: #29114C;
--color-accent-d: #261A66;
--color-accent-e: #190B2F;
--color-background: #0F000A;
}
</style>
<style>
body {
font-family: 'spacegrotesk';
line-height: 1.4em;
color: var(--color-accent-a);
background-color: var(--color-background);
padding-inline: 0.4em;
padding-bottom: 0.4em;
}
.logo {
height: 50px;
max-width: 200px;
padding: 1em;
}
.banner {
background: rgba(35, 143, 221, 0.44);
border: 1px solid rgba(35, 143, 221, 0.44);
border-radius: 5px;
}
.map {
max-width: 500px;
border-radius: 4px;
width: 90vw;
}
a {
color: var(--color-highlight);
}
.event {
border-radius: 4px;
background-color: rgba(141, 141, 255, 0.15);
padding: 2px 10px;
margin-block: 8px;
}
.event h4 {
color: var(--color-primary);
line-height: 1rem;
}
h3 {
color: var(--color-accent-b);
}
h2 {
font-family: pilowlava;
line-height: 1.4;
color: var(--color-primary);
}
.qrcode {
max-width: 275px;
padding-top: 15px;
}
</style>
</head>
<body>
<h2>Delta Chat @ 38c3</h2>
<div style="display: flex; align-items: center">
<img
class="logo"
src="./assets/logos/delta-chat.svg"
alt="deltachat logo"
/>
<p>
Delta Chat is a secure and decentralized super app offering ...
</p>
</div>
<p>
π¬ Reliable instant messaging with multi-profile and multi-device support
</p>
<p>
π₯³ Interactive chat-shared
<a href="https://webxdc.org/apps">webxdc apps</a> including
<a href="https://delta.chat/en/2024-11-20-webxdc-realtime">realtime Peer-to-Peer apps</a>.
</p>
<p>
π Guaranteed End-to-End Encryption using
<a href="https://securejoin.delta.chat/en/latest/new.html">SecureJoin</a> and
<a href="https://autocrypt.org">Autocrypt</a> protocols, with
<a
href="https://delta.chat/en/help#security-audits"
>many security audits</a
>.
</p>
<h2 id="test-delta-chat-without-registration">
Joining the @38c3 group
</h2>
<ol>
<li>
<p>
Install Delta Chat
<a href="https://get.delta.chat">https://get.delta.chat</a> (available
for Android, iOS, Linux, Windows, MacOS and even Ubuntu Touch /
Ubports)
</p>
</li>
<li>
<p>
Scan or tap this QR code to join the 38c3 Delta Chat group
(no phone number or existing e-mail address required)
<br />
<a
href="https://i.delta.chat/#6FE1642916908F1AC9CC7557CC99CF5DDB92043C&a=groupsbot%40testrun.org&g=Delta%20Chat%20%40%2038c3&x=GjWs3QctuRW__Bt8nBQUdeht&i=_AG0Px0PlWZ&s=LR9BivV4QtJ"
><img
src="assets/38c3/qr-group.png"
alt="qr code to join our event group"
class="qrcode"
/></a>
</p>
</li>
<li>
<p>
That should be it. You joined. Maybe set an avatar and say hi :)
</p>
</li>
</ol>
<h2 id="our-sessions">Our Sessions</h2>
<h3>ποΈ Day 2</h3>
<div class="event">
<h4>
Delta Chat - from secure e-mail messaging to Peer-to-Peer realtime networking
</h4>
<div>21:00-22:00 πSoS Saal 6 </div>
<p>
Over the years, Delta Chat has matured to be an easy-to-use, secure, and
even fast messenger for all platforms, based on the massive e-mail
server network. We'll give an overview of the ways Delta Chat is used
today and how it is developed by a dozen active contributors. This talk
will highlight our recent introduction of realtime chat-shared apps that
use e-mail OpenPGP-encrypted messaging to establish a private
Peer-to-Peer network among chat group members. In this talk we will
demonstrate how these apps work in real-time. We'll also report on
several interesting situations where Delta Chat is used today in context
of partial shutdowns or strict internet censorship.
</p><p> To showcase
resiliency and functionality, we'll see to immediately onboard everybody
(who wants) in the room, and try out P2P-networked chat apps live!
</p>
<p>
<a
href="https://events.ccc.de/congress/2024/hub/en/event/delta-chat-introonboarding/"
>
Event on events.ccc.de</a
>
</p>
</div>
<h3>ποΈ Day 3</h3>
<div class="event">
<h4>
Delta Chat 2025 roadmap and discussions
</h4>
<div>17:00 - 18:00π <strike>Komona Table Space (hall H)</strike> Hallway near "Lost & Found", Level 0</div>
<p>Take part in shaping Delta Chats future, or just learn what the project might do in 2025</p>
<p>
<a
href="https://events.ccc.de/congress/2024/hub/en/event/delta-chat-2025-roadmap-and-discussions/"
>
Event on events.ccc.de</a
>
</p>
</div>
<div class="event">
<h4>
Chatmail-server for activists (real-life and upcoming usage)
</h4>
<div>19:00 - 20:30π Komona Table Space (hall H)</div>
<p>[description coming soon]</p>
<p>
<a
href="https://events.ccc.de/congress/2024/hub/en/event/chatmail-server-for-activists-real-life-and-upcomi/"
>
Event on events.ccc.de</a
>
</p>
</div>
<p>
Maybe we will do more sessions, follow us on the mastodon to be notified
when we decided:
<a href="https://chaos.social/@delta">https://chaos.social/@delta</a>
</p>
<h3 id="find-us">Find us</h3>
<p>π <a href="tel:3358">DELT</a> (or <a href="tel:3358">3358</a>)</p>
<p>
Fediverse:
<a href="https://chaos.social/@delta">https://chaos.social/@delta</a>
</p>
<a href="https://38c3.c3nav.de/l/deltachat/@0,152.84,112.84,5"
><img
src="assets/38c3/location.png"
class="map"
alt="screenshot of map, click to go to c3nav map"
/></a>
<h2 id="more">More</h2>
<ul>
<li>
<a href="https://delta.chat">Go to website: https://delta.chat</a>
</li>
<li>
<a href="https://delta.chat/en/2023-12-13-chatmail">
Blogpost: Chatmail - replicable, fast and secure chatting
infrastructure for all</a
>
</li>
<li>
<a href="https://get.delta.chat">
Download (iOS / Android / macOS / Linux / Windows / Ubuntu Touch)</a
><br />
</li>
<li>
<a href="https://deltachat-bot.github.io/public-bots/#/home"
>List of public bots</a
>
(for nine.testrun.org accounts you need to click the links on the
website otherwise it won't work because you can not send unencrypted
messages to the outside with nine.testrun.org)
</li>
<li>
<a
href="openpgp4fpr:37DC2B704A2AE2F6A96235CE0C3A0EBCA4F5801D#a=xstore%40testrun.org&n=&i=-1IGtynaivZ&s=JqHsvvcDmnW"
>Webxdc appstore bot</a
>
(xstore.testrun.org, but this link also works for nine.testrun.org
users)
</li>
<li>
<a href="https://webxdc.org/apps/">Webxdc app list</a> (website version
of the bot above)
</li>
<li>
<a href="https://events.ccc.de/congress/2024/hub/en/assembly/deltachat/">Assembly on events.ccc.de</a>
</li>
</ul>
Feel free to get in touch with us at our
<a href="https://38c3.c3nav.de/l/c:0:145.78:113.03/">assembly</a>
and let us help you if you have any issues with the installation, want
stickers or just want to talk with us.
<br />
</body>
</html>