forked from deltachat/deltachat-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path39c3.html
More file actions
325 lines (298 loc) · 12.3 KB
/
39c3.html
File metadata and controls
325 lines (298 loc) · 12.3 KB
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Delta Chat @ 39c3</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
@font-face {
font-family: 'KarioDuplexVar';
src: URL('fonts/Kario39C3Var-Roman.ttf') format('truetype');
src: URL('fonts/Kario39C3VarWEB-Roman.woff') format('woff');
src: URL('fonts/Kario39C3VarWEB-Roman.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSansCond';
src: URL('fonts/OfficerSansCondWeb-Regular.woff') format('woff');
src: URL('fonts/OfficerSansCondWeb-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSansCond';
font-weight: bold;
font-style: italic;
src: URL('fonts/OfficerSansCondWeb-BoldItalic.woff') format('woff');
src: URL('fonts/OfficerSansCondWeb-BoldItalic.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSansCond';
font-weight: bold;
src: URL('fonts/OfficerSansCondWeb-Bold.woff') format('woff');
src: URL('fonts/OfficerSansCondWeb-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSansCond';
font-style: italic;
src: URL('fonts/OfficerSansCondWeb-RegularItalic.woff') format('woff');
src: URL('fonts/OfficerSansCondWeb-RegularItalic.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSans';
src: URL('fonts/OfficerSansWeb-Regular.woff') format('woff');
src: URL('fonts/OfficerSansWeb-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSans';
font-weight: bold;
font-style: italic;
src: URL('fonts/OfficerSansWeb-BoldItalic.woff') format('woff');
src: URL('fonts/OfficerSansWeb-BoldItalic.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSans';
font-weight: bold;
src: URL('fonts/OfficerSansWeb-Bold.woff') format('woff');
src: URL('fonts/OfficerSansWeb-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'OfficerSans';
font-style: italic;
src: URL('fonts/OfficerSansWeb-RegularItalic.woff') format('woff');
src: URL('fonts/OfficerSansWeb-RegularItalic.woff2') format('woff2');
}
:root {
--color-dark: #141414;
--color-neutral: #faf5f5;
--color-primary: #00ff00;
--color-secondary: #9673ff;
--color-additional-01: #ff3719;
--color-additional-02: #66f2ff;
--color-primary-tint-01: #009900;
--color-primary-tint-02: #00be00;
--color-primary-tint-03: #00d300;
--color-primary-tint-04: #00ea00;
--color-primary-tint-05: #a3ff90;
--color-primary-tint-06: #ccffbe;
--color-primary-tint-07: #ebffe5;
--color-secondary-tint-01: #4d2eed;
--color-secondary-tint-02: #5c33f4;
--color-secondary-tint-03: #7952fe;
--color-secondary-tint-04: #b69dfe;
--color-secondary-tint-05: #d4c4fe;
--color-secondary-tint-06: #efe7ff;
}
@keyframes font_weight_wave {
from {
font-weight: 10;
} to {
font-weight: 100;
}
}
</style>
<style>
body {
font-family: 'OfficerSans';
line-height: 1.4em;
color: var(--color-neutral);
background-color: var(--color-dark);
padding-inline: 0.4em;
padding-bottom: 0.4em;
}
#content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.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-primary);
}
.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-primary);
}
h2 {
font-family: 'KarioDuplexVar';
line-height: 1.4;
color: var(--color-secondary);
}
.qrcode {
max-width: 275px;
padding-top: 15px;
}
</style>
</head>
<body>
<div id="content">
<h2>Delta Chat @ 39c3</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>
<h3 id="find-us">Find us</h3>
<a href="https://39c3.c3nav.de/l/deltachat/">
<img
src="assets/39c3/location.png"
class="map"
alt="screenshot of map, click to go to c3nav map"
/></a>
<p>
Fediverse:
<a href="https://chaos.social/@delta">https://chaos.social/@delta</a>
</p>
<p>Friend assemblies:
<ul>
<li><a href=https://events.ccc.de/congress/2025/hub/assembly/detail/iroh>iroh, the p2p stack used in Delta Chat</a></li>
<li><a href=https://events.ccc.de/congress/2025/hub/en/assembly/detail/arch-linux>Arch Linux</a></li>
</ul>
<h2 id="events">Events</h2>
<p>
Here is the list of events that are related and we are likely to participate in.
Maybe we will do 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>🗓️ Day 1</h3>
<article class="event">
<h4>
<a href=https://events.ccc.de/congress/2025/hub/en/event/detail/openpgp-2025-zero-hero>OpenPGP 2025: Zero → Hero</a>
</h4>
<div>12:00-14:00</div>
<p>
Learn modern OpenPGP with the new RFC 9580 and Sequoia’s sq CLI. In two hours you’ll generate a v6 certificate, create a revocation cert, and practice daily ops: encrypt/decrypt, sign/verify, and publish via WKD/keyservers. We’ll cover Web-of-Trust basics (link vs vouch, trusted introducers, approvals) and note a GnuPG/v4 compatibility path. Optional: quick smart-card demo. Bring: laptop with terminal, email address; Sequoia sq preferred.
</p>
</article>
<article class="event">
<h4>
<a href=https://events.ccc.de/congress/2025/hub/en/event/detail/to-sign-or-not-to-sign-practical-vulnerabilities-i>To sign or not to sign: Practical vulnerabilities in GPG & friends</a>
</h4>
<div>17:15-18:15</div>
<p>
Might contain zerodays. https://gpg.fail/ From secure communications to software updates: PGP implementations such as *GnuPG* ubiquitously relied on to provide cryptographic assurances. Many applications from secure communications to software updates fundamentally rely on these utilities. Since these have been developed for decades, one might expect mature codebases, a multitude of code audit reports, and extensive continuous testing. When looking into various PGP-related codebases for some personal use cases, we found these expectations not met, and discovered multiple vulnerabilities in cryptographic utilities, namely in *GnuPG*, *Sequoia PGP*, *age*, and *minisign*. The vulnerabilities have implementation bugs at their core, for example in parsing code, rather than bugs in the mathematics of the cryptography itself. A vulnerability in a parser could for example lead to a confusion about what data was actually signed, allowing attackers without the private key of the signer to swap the plain text. As we initially did not start with the intent of conducting security research, but rather were looking into understanding some internals of key management and signatures for personal use, we also discuss the process of uncovering these bugs. Furthermore, we touch on the role of the OpenPGP specification, and the disclosure process.
</p>
</article>
<article class="event">
<h4>
<a href=https://events.ccc.de/congress/2025/hub/en/event/detail/drone-cymatics-sound-jam>How to setup a chatmail relay server, optimized for Delta Chat</a>
</h4>
<div>20:30-22:00</div>
<p>
You don't need expensive hardware to run a chatmail server - a cheap VPS or raspberry pi can support hundreds of users. All storage is temporary, as Delta Chat stores messages only on end devices. This makes chatmail tremendously easy to get started with - bring your child and learn together.
</p>
<p>
To setup a chatmail server, you need:
</p>
<ul>
<li>SSH root access to a server, with a public IP address, and a domain (we will bring some for the workshop)</li>
<li>basic command line knowledge</li>
</ul>
<p>
So come as you are, and join <a href="https://i.delta.chat/#AB68F428FCEF88D32B46189314FDBB18B2789654&a=groupedit%40nine.testrun.org&g=39c3%20chatmail%20relay%20workshop&x=zIwlF9uvvoxzDLo2GBFRRm2l&i=vcZd2RULjs39Vl-Fs2L-ZfIT&s=oUmgp0IBDyBnI7dTslH3CK37">this chat group</a> to get started!
</p>
</article>
<h3>🗓️ Day 2</h3>
<article class="event">
<h4>
<a href=https://events.ccc.de/congress/2025/hub/en/event/detail/iroh-p2p-chat-over-gossip>iroh p2p chat over gossip</a>
</h4>
<div>12:30-14:30</div>
<p>
iroh is a library to establish direct connections between two peers. The workshop will start with an overview of how iroh works and what it provides. After this we'll explore establishing connections between two endpoints before progressing to using a gossip protocol to send messages to multiple peers. At the end we should have a simplistic group chat application.
</p>
<p>
In this workshop we'll look at how iroh establishes p2p QUIC connections. Using holepunching to create direct connections where possible. Then we'll build on top of this by using the gossip protocol to build a group chat.
</p>
</article>
<article class="event">
<h4>
<a href=https://events.ccc.de/congress/2025/hub/en/event/detail/secure-offline-communications-whats-next>Secure Offline Communications: What's Next?</a>
</h4>
<div>15:45-16:45</div>
<p>
It's the end of 2025 and digital authoritarianism becomes only ever more sophisticated. We want to use this opportunity to pause and reflect: how is the situation for citizens in different contexts around the world? What are people's actual needs? Which projects exist in this space? What is today's consumer hardware and software capable of to help making connections despite all attempts to the contrary?
</p>
</article>
<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="https://webxdc.org/apps/">Webxdc app list</a>
</li>
<li>
<a href="https://events.ccc.de/congress/2025/hub/assembly/detail/deltachat">Assembly on events.ccc.de</a>
</li>
</ul>
Feel free to get in touch with us at our
<a href="https://39c3.c3nav.de/l/deltachat/">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 />
</div>
</body>
</html>