This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemailbestpract.html
37 lines (34 loc) · 2.23 KB
/
emailbestpract.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>levineuwirth.org</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap">
<link rel="stylesheet" href="assets/css/Footer-Dark-icons.css">
<link rel="stylesheet" href="assets/css/pikaday.min.css">
</head>
<body>
<section>
<div class="text-center">
<h1 class="font-monospace"><strong>BEST PRACTICES FOR EMAIL CORRESPONDENCE</strong></h1>
<div>
<p><strong>- Include your PGP key.</strong></p><small>I can't send you an encrypted response if you don't.</small>
</div>
<div>
<p><strong>- Verify my PGP key.</strong></p><small>The only source you should trust is this website's page containing my PGP key. A key that originates from <strong>any</strong> other source may be that of an imposter. </small>
</div>
<div>
<p><strong>- Don't use an email provider that spys on you. PLEASE!</strong></p><small>If you're sending from a Google, Yahoo, Outlook, or similar address, don't get a false sense of security - everything you are typing as you compose your email is being sent back to a data-center, mostly used for tailored advertising.</small><a href="https://edit.tosdr.org/points/13935"> Example from Google's Privacy Policy</a>
</div>
<div>
<p><strong>- Use universally adopted encryption standards - looking at you Tutanota</strong></p><small>The more people that adopt a standard system of encryption, the more secure the entire user-base of that encryption is. If you use Tutanota, note that while I do maintain a Tutanota account to receive emails, you should strongly consider adopting PGP email with a provider like Proton or via self-hosting.</small>
</div>
</div>
</section>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>