-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNY_intro.html
57 lines (50 loc) · 1.67 KB
/
NY_intro.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
<!DOCTYPE html>
<html>
<head>
<title>Web of Trust Introduction</title>
<meta name="description" content="favors liveness over safety" />
<meta name="keywords" content="P2P trust" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1>Web of Trust Introduction + PGP Keysigning Party [New York Edition]</h1>
<h2><strong>TBD</strong></h2>
<p>
<strong
><a href="https://www.instagram.com/softsurplus/?hl=en">Soft Surplus</a
>, 366 Devoe, 11211 New York</strong
>
</p>
<p><strong>Lai Yi Ohlsen, Édouard Urcades, Callil Capuozzo</strong></p>
<main>
<figure>
<img src="assets/pgp.png" width="500px" alt="Web of Trust image" />
</figure>
<p>
This intro will include presentations about what constitutes a Web of
Trust and a brief history of PGP (Pretty Good Privacy), tracing its
origins to the early cypherpunk movement.
</p>
<p>
Afterward, we will hold a
<a
href="http://www.cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html"
>PGP Keysigning</a
>
Cryptoparty to get experience bootstrapping our own Web of Trust.
</p>
<p><strong>What to bring:</strong></p>
<ul>
<li>Picture ID</li>
<li>Your Key ID</li>
<li>Key type</li>
<li>Key HEX fingerprint</li>
<li>Key size</li>
<li>Pen or pencil</li>
<li>And / or your laptop</li>
</ul>
<a class="tdn fs2" href="https://weboftru.st">⤾</a>
</main>
</body>
</html>