blob: 16962e3858ecf36c3c1521ad962627096cfe2485 (
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Contact Andrew Yu</title>
<link rel="stylesheet" href="/plain.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
</head>
<body class="indent">
<h1>Contact Andrew Yu</h1>
<p>There are many ways to contact me. None of these require proprietary software.</p>
<ul>
<li>Talk to me in real life.</li>
<li>Paper mail. (I cannot provide my home address to the general public.)</li>
<li>Electronic mail to <code>andrew</code> AT <code>andrewyu</code> DOT <code>org</code>.</li>
<li>Internet Relay Chat: <code>Andrew</code> on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li>
<li>Matrix: <code>@libreirc_Andrew:vern.cc</code> and <code>@Andrew:libera.chat</code>. May occasionally fail.</li>
</ul>
<p><a href="/note/wechat.html">Do not contact me via WeChat.</a></p>
<p><a href="/note/social-media.html">I do not use social media.</a></p>
<h2 id="pgp">OpenPGP</h3>
<p>Usually, electronic mail that I send are signed with my OpenPGP key. Please use OpenPGP when contacting me through electronic mail. The following are available.</p>
<ul>
<li><a href="https://www.andrewyu.org/pgp/andrew-ecc.asc">My ECC key</a> (recommended)</li>
<li><a href="https://www.andrewyu.org/pgp/andrew.asc">My RSA key</a></li>
<li><a href="https://www.andrewyu.org/pgp/allkeys.asc">My keyring of friends</a></li>
</ul>
<p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p>
<p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p>
<div id="footer">
<hr />
<p><a href="/">Andrew Yu's Website</a></p>
</div>
</body>
</html>
|