-
Notifications
You must be signed in to change notification settings - Fork 0
/
email.html
38 lines (35 loc) · 1.57 KB
/
email.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email - Erik L. Midtsveen</title>
<meta name="description" content="My public PGP key for secure communication." />
<meta name="keywords" content="PGP, Public Key, Encryption, Secure Communication, OpenPGP, GnuPG, Digital Signatures, Key Management, Privacy, Cryptography" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section>
<h2>💌 My Public PGP Key</h2>
<p>🛡️ You can use the following key to encrypt messages sent to pmarg@anche.no</p>
<pre>
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZ0OfThYJKwYBBAHaRw8BAQdAPqNhdYDQsUUzvyofujbI+QX8/A5OYXW8WbIh
K0z+kCu0J0VyaWsgTGVhbmRlciBNaWR0c3ZlZW4gPHBtYXJnQGFuY2hlLm5vPohy
BBMWCAAaBAsJCAcCFQgCFgECGQEFgmdDn04CngECmwMACgkQRuGuiTYinWO1ngEA
nuOP4BD5f003p7gt0ocugQVGhRQ4dohuM3OmzG9/78AA/1Zk2pwf+86/MGnnMe/T
zJbZ++JJaNIchtnYfJBo3F0BuDgEZ0OfThIKKwYBBAGXVQEFAQEHQKm+erbWWCE0
GgMmzeXY6T1ulEQUhAwVJjWCLtoAZiAZAwEIB4hhBBgWCAAJBYJnQ59OApsMAAoJ
EEbhrok2Ip1jyt8BAJnQuxlCoNjyOQUeIp367PqBljljKiB3M5ouEBi2MZ8zAQCe
wt8GvcIOBSwJiKw3cjGH31BcyFIxU3SmLeTMvI/8AA==
=2ZtP
-----END PGP PUBLIC KEY BLOCK-----
</pre>
<p>🔑 Feel free to <a href="pmarg@anche.no.asc">Download</a> or copy this key for encrypted communication!</p>
</section>
</main>
</body>
</html>