Merge branch 'translation'
[enc-live.git] / index.html
CommitLineData
bdf319c4
AIC
1<!DOCTYPE html>
2<html>
3 <head>
2cb815ae
AIC
4 <meta charset="utf-8">
5
614e3bf4 6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG encryption</title>
e4a684cf 7 <meta name="keywords" content="GnuPG, GPG, openpgp, surveillance, privacy, email, Enigmail" />
85947c90 8 <meta name="description" content="Email surveillance violates our fundamental rights and makes free speech risky. This guide will teach you email self-defense in 30 minutes with GnuPG.">
2cb815ae 9
bdf319c4 10 <meta name="viewport" content="width=device-width, initial-scale=1">
f65fbc20
LMM
11 <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css">
12 <link rel="shortcut icon" href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
05bfcb9e 13
bdf319c4
AIC
14 </head>
15 <body>
8c7e96bd 16<!--
bdf319c4
AIC
17 <nav class="nav">
18 <div>
8c7e96bd 19 <ul class="lang">
5ba4291e 20 <li class="help"><a href="http://libreplanet.org/wiki/GPG_guide">Translate this guide!</a></li>
8c7e96bd 21 </ul>
bdf319c4
AIC
22 </div>
23 </nav>
8c7e96bd 24-->
6c495e2d 25
2cb815ae 26<!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
9176cae7 27
b9b57d1a
ZR
28 <header class="row" id="header">
29<!--
30 <div class="highlight" style="background: red;">
9176cae7 31 <h3 style="text-align: center;"><strong style="color: white;">Website Under Construction</strong></h3>
b9b57d1a 32 </div>-->
9176cae7 33
bdf319c4 34 <div>
b3ec2c8d 35 <h1>Email Self-Defense</h1>
5a426655 36
b3ec2c8d
DT
37 <!-- Language list for browsers that do not have JS enabled -->
38 <ul id="languages" class="os">
39 <li><a class="current" href="/en">english</a></li>
40 <li><a href="/es">español</a></li>
41 <li><a href="/fr">français</a></li>
42 <li><a href="/de">deutsch</a></li>
43 <li><a href="/pt-br">português do Brasil</a></li>
44 <li><a href="/tr">türkçe</a></li>
45 <li><a href="/ro">română</a></li>
46 <li><a href="/ru">русский</a></li>
47 <li><a href="/ml">മലയാളം</a></li>
48 <li><a href="/ko">한국어</a></li>
49 <li><a href="/ja">日本語</a></li>
50 </ul>
5a426655 51
b3ec2c8d
DT
52 <ul id="menu" class="os">
53 <li class="spacer">
54 <a href="index.html" class="current">GNU/Linux</a>
55 </li>
56 <li>
57 <a href="mac.html">Mac OS</a>
58 </li>
59 <li>
60 <a href="windows.html">Windows</a>
61 </li>
62 <li class="spacer">
63 <a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
64 #EmailSelfDefense
65 </a>
66 </li>
67 </ul>
6b62e8bb 68
2378bdbf 69 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
c919b2d2
AIC
70 <div id="fsf-intro">
71 <h3><a href="http://u.fsf.org/ys"><img alt="Free Software Foundation" src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png"></a></h3>
6c9a0f5a 72 <span style="font-size:125%"><p>We fight for computer user's rights, and promote the development of free (as in freedom) software. Resisting bulk surveillance is very important to us.</p><p><strong>We want to heavily promote tools like this in-person and online, to help as many people as possible take the first step towards using free software to protect their privacy. Can you make a donation or become a member to help us achieve this goal?</strong></p></span>
36e7b21f 73
6e1b0fa2 74 <p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&id=14&pk_campaign=esd&pk_kwd=guide_donate"><img alt="Donate" src="//static.fsf.org/nosvn/enc-dev0/img/donate.en.png"></a> <a href="https://u.fsf.org/yr"><img alt="Join now" src="//static.fsf.org/nosvn/enc-dev0/img/join.en.png"></a></p>
e4a684cf 75
2378bdbf
AIC
76 </div><!-- End #fsf-intro -->
77
399c9783
AIC
78 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
79 <div class="intro">
bf4eb540
AIC
80 <p>
81 <a id="infographic" href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a>
1b319a0f 82 Bulk surveillance violates our fundamental rights and makes free speech risky. This guide will teach you a basic surveillance self-defense skill: email encryption. Once you've finished, you'll be able to send and receive emails that are coded to make sure that a surveillance agent or thief that intercepts your email can't read it. All you need is a computer with an Internet connection, an email account and about half an hour.</p>
0fe6e02e
ZR
83
84<p>Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you're in good company; these are the same tools that Edward Snowden used to share his famous secrets about the NSA.</p>
85
8015decf 86<p>In addition to using encryption, standing up to surveillance requires fighting politically for a <a href="http://gnu.org/philosophy/surveillance-vs-democracy.html">reduction in the amount of data collected on us</a>, but the essential first step is to protect yourself and make surveillance of your communication as difficult as possible. Let's get started!</p>
f56da436 87
399c9783
AIC
88 </div>
89
bdf319c4 90 </div>
6c495e2d
AIC
91 </header><!-- End #header -->
92
2cb815ae 93<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
6c495e2d 94 <section class="row" id="section1">
bdf319c4 95 <div>
5c207a4d 96 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 97 <div class="section-intro">
2378bdbf 98 <h2><em>#1</em> Get the pieces</h2>
1b319a0f 99<p class="notes">This guide relies on software which is freely licensed; it's completely transparent and anyone can copy it or make their own version. This makes it safer from surveillance than proprietary software (like Windows). Learn more about free software at <a href="https://u.fsf.org/ys">fsf.org</a>.</p>
8015decf 100
40e65992
ZR
101<p>Most GNU/Linux operating systems come with GnuPG installed on them, so you don't have to download it. Before configuring GnuPG though, you'll need a desktop email program installed on your computer. Most GNU/Linux distributions have a free software version of the Thunderbird email program available to install. This guide will work with them, in addition to Thunderbird itself. Email programs are another way to access the same email accounts you can access in a browser (like GMail), but provide extra features.</p>
102 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
2378bdbf 103 </div><!-- End .section-intro -->
dbd3bf12 104
2cb815ae 105 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 106 <div id="step-1a" class="step">
2cb815ae 107 <div class="sidebar">
ba2db35a 108 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
2cb815ae 109 </div><!-- /.sidebar -->
2378bdbf 110 <div class="main">
2cb815ae
AIC
111 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
112 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
bdf319c4 113
2cb815ae
AIC
114 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
115 <div class="troubleshooting">
116 <h4>Troubleshooting</h4>
117 <dl>
51e4bd25
ZR
118 <dt>What's a wizard?</dt>
119 <dd>A wizard is a series of windows that pop up to make it easy to get something done on a computer, like installing a program. You click through it, selecting options as you go.</dd>
a60a6e36
ZR
120 <dt>My email program can't find my account or isn't downloading my mail</dt>
121 <dd>Before searching the Web, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
ba2db35a
AIC
122 <dt class="feedback">Don't see a solution to your problem?</dt>
123 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2cb815ae
AIC
124 </dl>
125 </div><!-- /.troubleshooting -->
126
2378bdbf
AIC
127 </div><!-- End .main -->
128 </div><!-- End #step1-a .step -->
6c495e2d 129
2378bdbf 130 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
f44dd62f 131 <div id="step-1b" class="step">
b7e5df33 132 <div class="sidebar">
f44dd62f 133 <ul class="images">
3fe46e6b
AIC
134 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-01-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></li>
135 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-02-search.png" alt="Step 1.B: Search Add-ons" /></li>
136 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-03-install.png" alt="Step 1.B: Install Add-ons" /></li>
f44dd62f 137 </ul>
f584fc69
AIC
138 </div><!-- /.sidebar -->
139 <div class="main">
140 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
141 <p>In your email program's menu, select Add-ons (it may be in the Tools section). Make sure Extensions is selected on the left. Do you see Enigmail? if so, skip this step.</p>
2378bdbf
AIC
142 <p>If not, search "Enigmail" with the search bar in the upper right. You can take it from here. Restart your email program when you're done.</p>
143 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
144 <div class="troubleshooting">
145 <h4>Troubleshooting</h4>
146 <dl>
1e72473c
ZR
147 <dt>I can't find the menu.</dt>
148 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
61bbfa91 149
ba2db35a
AIC
150 <dt class="feedback">Don't see a solution to your problem?</dt>
151 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2378bdbf
AIC
152 </dl>
153 </div><!-- /.troubleshooting -->
154 </div><!-- End .main -->
f44dd62f 155 </div><!-- End #step-1b .step -->
bdf319c4 156 </div>
6c495e2d 157 </section><!-- End #section1 -->
bdf319c4 158
2cb815ae 159<!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
6c495e2d 160 <section class="row" id="section2">
bdf319c4 161 <div>
5c207a4d 162 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 163 <div class="section-intro">
bdf319c4 164 <h2><em>#2</em> Make your keys</h2>
2378bdbf 165 <p>To use the GnuPG system, you'll need a public key and a private key (known together as a keypair). Each is a long string of randomly generated numbers that are unique to you. Your public and private keys are linked together by a special mathematical function.</p>
f56da436
ZR
166
167<p>Your public key isn't like a physical key, because it's stored in the open in an online directory called a keyserver. People download it and use it, along with GnuPG, to encrypt emails they send to you. You can think of the keyserver as phonebook, where people who want to send you an encrypted email look up your public key.</p>
168
169<p>Your private key is more like a physical key, because you keep it to yourself (on your computer). You use GnuPG and your private key to decode encrypted emails other people send to you.</p>
2378bdbf 170 </div><!-- End .section-intro -->
6c495e2d 171
2cb815ae 172 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
173 <div id="step-2a" class="step">
174 <div class="sidebar">
1a7754f4 175 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
2378bdbf
AIC
176 </div><!-- /.sidebar -->
177 <div class="main">
178 <h3><em>Step 2.a</em> Make a keypair</h3>
1a7754f4 179 <p>In your email program's menu, select OpenPGP &rarr; Setup Wizard. You don't need to read the text in the window that pops up unless you'd like to, but it's good to read the text on the later screens of the wizard.</p>
2378bdbf
AIC
180 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
181 <p>Use the default options until you reach the screen titled "Create Key".</p>
f56da436 182 <p>On the screen titled "Create Key," pick a strong password! Your password should be at least 12 characters and include at least one lower case and upper case letter and at least one number or punctuation symbol. Don't forget the password, or all this work will be wasted!</p>
034f3546 183 <p class="notes">The program will take a little while to finish the next step, the "Key Creation" screen. While you wait, do something else with your computer, like watching a movie or browsing the Web. The more you use the computer at this point, the faster the key creation will go.</p>
1a7754f4 184 <p>When the OpenPGP Confirm screen pops up, select Generate Certificate and choose to save it in a safe place on your computer (we recommend making a folder called "Revocation Certificate" in your home folder and keeping it there. You'll learn more about the revocation certificate in <a href="#section5">Section 5</a>. The setup wizard will ask you to move it onto an external device, but that isn't necessary at this moment.</p>
6c495e2d 185
2378bdbf
AIC
186 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
187 <div class="troubleshooting">
188 <h4>Troubleshooting</h4>
189 <dl>
51e4bd25
ZR
190 <dt>I can't find the OpenPGP menu.</dt>
191 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars. OpenPGP may be inside a section called Tools.</dd>
61bbfa91
ZR
192 <dt>The wizard says that it cannot find GnuPG.</dt>
193
6e1b0fa2 194 <dd>Open whatever program you usually use for installing software, and search for GnuPG, then install it. Then restart the Engimail setup wizard by going to OpenPGP &rarr; Setup Wizard.</dd>
548ae59b 195
ba2db35a
AIC
196 <dt class="feedback">Don't see a solution to your problem?</dt>
197 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2378bdbf
AIC
198 </dl>
199 </div><!-- /.troubleshooting -->
200 </div><!-- End .main -->
201 </div><!-- End #step-2a .step -->
548ae59b
ZR
202
203 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
8bd50444
ZR
204 <div id="step-2b" class="step">
205 <div class="main">
206 <h3><em>Step 2.b</em> Upload your public key to a keyserver</h3>
207 <p>In your email program's menu, select OpenPGP &rarr; Key Management.</p>
208<p>Right click on your key and select Upload Public Keys to Keyserver. Use the default keyserver in the popup.</p>
7a3d8912 209<p class="notes">Now someone who wants to send you an encrypted message can download your public key from the Internet. There are multiple keyservers that you can select from the menu when you upload, but they are all copies of each other, so it doesn't matter which one you use. However, it sometimes takes a few hours for them to match each other when a new key is uploaded.</p>
8bd50444
ZR
210 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
211 <div class="troubleshooting">
212 <h4>Troubleshooting</h4>
213 <dl>
214 <dt>The progress bar never finishes</dt>
215 <dd>Close the upload popup, make sure you are on the Internet and try again. If that doesn't work, try again, selecting a different keyserver.</dd>
f0264d3e
ZR
216<dt>My key doesnt appear in the list</dt>
217 <dd>Try checking Show Default Keys.</dd>
a60a6e36 218
8bd50444
ZR
219 <dt class="feedback">Don't see a solution to your problem?</dt>
220 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
601e0398 221
8bd50444
ZR
222 </dl>
223 </div><!-- /.troubleshooting -->
8bd50444
ZR
224 </div><!-- End .main -->
225 </div><!-- End #step-2a .step -->
548ae59b
ZR
226 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
227 <div id="terminology" class="step">
228 <div class="main">
229 <h3>GnuPG, OpenPGP, what?</h3>
230 <p>You're using a program called GnuPG, but the menu in your email program is called OpenPGP. Confusing, right? In general, the terms GnuPG, GPG, GNU Privacy Guard, OpenPGP and PGP are used interchangeably, though they all have slightly different meanings.</p>
231 </div><!-- End .main -->
232 </div><!-- End #terminology.step-->
233
8bd50444 234
bdf319c4 235 </div>
6c495e2d 236 </section><!-- End #section2 -->
bdf319c4 237
2cb815ae 238<!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
6c495e2d 239 <section class="row" id="section3">
bdf319c4 240 <div>
5c207a4d 241 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 242 <div class="section-intro">
2378bdbf 243 <h2><em>#3</em> Try it out!</h2>
bbcf42b2 244 <p>Now you'll try a test correspondence with a computer program named Adele, which knows how to use encryption. Except where noted, these are the same steps you'd follow when corresponding with a real, live person.</p>
3568a584 245 </div><!-- End .section-intro -->
5c207a4d 246
2cb815ae 247 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
248 <div id="step-3a" class="step">
249 <div class="sidebar">
034f3546 250 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section3-try-it-out.png" alt="Try it out." /></p>
2378bdbf
AIC
251 </div><!-- /.sidebar -->
252 <div class="main">
43bd32d7 253 <h3><em>Step 3.a</em> Send Adele your public key</h3>
3fe46e6b 254 <p>This is a special step that you won't have to do when corresponding with real people. In your email program's menu, go to OpenPGP &rarr; Key Management. You should see your key in the list that pops up. Right click on your key and select Send Public Keys by Email. This will create a new draft message, as if you had just hit the Write button.</p>
43bd32d7 255
99ee8649 256<p>Address the message to adele-en@gnupp.de. Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
43bd32d7 257
40e65992 258<p class="notes">It may take two or three minutes for Adele to respond. In the meantime, you might want to skip ahead and check out the <a href="#section5">Use it Well</a> section of this guide. Once she's responded, head to the next step. From here on, you'll be doing just the same thing as when corresponding with a real person.</p>
2378bdbf 259 </div><!-- End .main -->
43bd32d7 260 </div><!-- End #step-3b .step -->
6c495e2d 261
2cb815ae 262 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
5c207a4d
AIC
263 <div id="step-3b" class="step">
264 <div class="main">
265 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
266 <p>Write a new email in your email program, addressed to adele-en@gnupp.de. Make the subject "Encryption test" or something similar and write something in the body. Don't send it yet.</p>
267 <p>Click the icon of the key in the bottom right of the composition window (it should turn yellow). This tells Enigmail to encrypt the email with the key you downloaded in the last step.</p>
bbcf42b2 268 <p class="notes">Next to the key, you'll notice an icon of a pencil. Clicking this tells Enigmail to add a special, uniqe signature to your message, generated using your private key. This is a separate feature from encryption, and you don't have to use it for this guide.</p>
5c207a4d
AIC
269 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
270
271 <p>To encrypt and email to Adele, you need her public key, and so now you'll have Enigmail download it from a keyserver. Click Download Missing Keys and use the default in the pop-up that asks you to choose a keyserver. Once it finds keys, check the first one (Key ID starting with 9), then select ok. Select ok in the next pop-up.</p>
272
273 <p>Now you are back at the "Recipients not valid, not trusted or not found" screen. Select Adele's key from the list and click Ok. If the message doesn't send automatically, you can hit send now.</p>
274 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
275 <div class="troubleshooting">
276 <h4>Troubleshooting</h4>
277 <dl>
278 <dt>Enigmail can't find Adele's key</dt>
279 <dd>Close the pop-ups that have appeared since you clicked. Make sure you are connected to the Internet and try again. If that doesn't work, repeat the process, choosing a different keyserver when it asks you to pick one.</dd>
ba2db35a
AIC
280 <dt class="feedback">Don't see a solution to your problem?</dt>
281 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
5c207a4d
AIC
282 </dl>
283 </div><!-- /.troubleshooting -->
284 </div><!-- End .main -->
285 </div><!-- End #step-3b .step -->
43bd32d7 286
8bd50444
ZR
287 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
288 <div id="step-headers_unencrypted" class="step">
289 <div class="main">
6e1b0fa2 290 <h3><em>Important:</em> Security tips</h3>
8bd50444 291 <p>Even if you encrypted your email, the subject line is not encrypted, so don't put private information there. The sending and receiving addresses aren't encrypted either, so they could be read by a surveillance system.</p>
6e1b0fa2 292<p>It's also good practice to click the key icon in your email composition window <strong>before</strong> you start to write. Otherwise, your email client could save an unencrypted draft on the mail server, potentially exposing it to snooping.</p>
8bd50444
ZR
293 </div><!-- End .main -->
294 </div><!-- End #step-headers_unencrypted .step-->
295
296
43bd32d7
ZR
297 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
298 <div id="step-3c" class="step">
299 <div class="main">
300 <h3><em>Step 3.c</em> Receive a response</h3>
2378bdbf 301 <p>When Adele receives your email, she will use her private key to decrypt it, then fetch your public key from a keyserver and use it to encrypt a response to you.</p>
3070267d 302 <p class="notes">Since you encrypted this email with Adele's public key, Adele's private key is required to decrypt it. Adele is the only one with her private key, so no one except her &mdash; not even you &mdash; can decrypt it.</p>
034f3546 303 <p class="notes">It may take two or three minutes for Adele to respond. In the meantime, you might want to skip ahead and check out the <a href="#section5">Use it Well</a> section of this guide.</p>
2378bdbf 304 <p>When you receive Adele's email and open it, Enigmail will automatically detect that it is encrypted with your public key, and then it will use your private key to decrypt it.</p>
034f3546 305 <p>Notice the bar that Enigmail shows you above the message, with information about the status of Adele's key.</p>
2378bdbf 306 </div><!-- End .main -->
43bd32d7 307 </div><!-- End #step-3c .step -->
6c495e2d 308
61bbfa91 309<!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
43bd32d7 310 <div id="step-3d" class="step">
2378bdbf 311 <div class="main">
43bd32d7 312 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
2378bdbf
AIC
313 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
314 <p>Before sending the email, click the icon of the pencil in the bottom right of the composition window (it should turn yellow). This tells Enigmail to sign the email with you private key.</p>
315 <p>After you click send, Enigmail will ask you for your password. It will do this any time it needs to use your public key.</p>
d351e1bf
AIC
316 </div>
317 </div>-->
bdf319c4 318 </div>
d351e1bf 319 </section><!-- End #section3 -->
61bbfa91 320
bdf319c4 321
2cb815ae 322<!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
6c495e2d 323 <section class="row" id="section4">
bdf319c4 324 <div>
5c207a4d 325 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 326 <div class="section-intro">
2378bdbf 327 <h2><em>#4</em> Learn the Web of Trust</h2>
b0ce405b 328 <p>Email encryption is a powerful technology, but it has a weakness; it requires a way to verify that a person's public key is actually theirs. Otherwise, there would be no way to stop an attacker from making an email address with your friend's name, creating keys to go with it and impersonating your friend. That's why the free software programmers that developed email encryption created keysigning and the Web of Trust.</p>
eacb2880 329
7a3d8912 330<p>When you sign someone's key, you are publicly saying that you trust that it does belong to them and not an impostor. People who use your public key can see the number of signatures it has. Once you've used GnuPG for a long time, you may have hundreds of signatures. The Web of Trust is the constellation of all GnuPG users, connected to each other by chains of trust expressed through signatures, into a giant network. The more signatures a key has, and the more signatures its signers' keys have, the more trustworthy that key is.</p>
eacb2880 331
19d4fe06 332<p>People's public keys are usually identified by their key fingerprint, which is a string of digits like DD878C06E8C2BEDDD4A440D3E573346992AB3FF7 (for Adele's key). You can see the fingerprint for your public key, and other public keys saved on your computer, by going to OpenPGP &rarr; Key Management in your email program's menu, then right clicking on the key and choosing Key Properties. It's good practice to share your fingerprint wherever you share your email address, so that so that people can double-check that they have the correct public key when they download yours from a keyserver.</p>
6ce3ff70 333
2e468425 334<p class="notes">You may also see public keys referred to by their key ID, which is simply the last 8 digits of the fingerprint, like 92AB3FF7 for Adele. The key ID is visible directly from the Key Management Window. This key ID is like a person's first name (it is a useful shorthand but may not be unique to a given key), whereas the fingerprint actually identifies the key uniquely without the possibility of confusion. If you only have the key ID, you can still look up the key (as well as its fingerprint), like you did in Step 3, but if multiple options appear, you'll need the fingerprint of the person to are trying to communicate to verify which one to use.</p>
6ce3ff70 335
eacb2880 336
2378bdbf 337 </div><!-- End .section-intro -->
6c495e2d 338
2cb815ae 339 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
340 <div id="step-4a" class="step">
341 <div class="sidebar">
8c7e96bd 342 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
2378bdbf
AIC
343 </div><!-- /.sidebar -->
344 <div class="main">
345 <h3><em>Step 4.a</em> Sign a key</h3>
1a7754f4 346 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
2378bdbf
AIC
347 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
348 <p>In the window that pops up, select "I will not answer" and click OK.</p>
1a7754f4 349 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit OK.</p>
3070267d 350 <p class="notes">You've just effectively said "I trust that Adele's public key actually belongs to Adele." This doesn't mean much because Adele isn't a real person, but it's good practice.</p>
eacb2880 351
399c9783 352
0fe6e02e 353 <!--<div id="pgp-pathfinder">
399c9783 354 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
20304456
AIC
355 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
356 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
399c9783
AIC
357 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
358 </form>
359 </div><!-- End #pgp-pathfinder -->
360
2378bdbf
AIC
361 </div><!-- End .main -->
362 </div><!-- End #step-4a .step -->
a7991993
ZR
363 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
364 <div id="step-sign_real_keys" class="step">
365 <div class="main">
366 <h3><em>Important:</em> check people's identification before signing their keys</h3>
19d4fe06 367 <p>Before signing a real person's key, always make sure it actually belongs to them, and that they are who they say they are. Ask them to show you their ID (unless you trust them very highly) and their public key fingerprint -- not just the shorter public key ID, which could refer to another key as well. In Enigmail, answer honestly in the window that pops up and asks "How carefully have you verified that the key you are about to sign actually belongs to the person(s) named above?".</p>
a7991993
ZR
368 </div><!-- End .main -->
369 </div><!-- End #step-sign_real_keys .step-->
370
371
372
bdf319c4 373 </div>
6c495e2d 374 </section><!-- End #section4 -->
bdf319c4 375
2cb815ae 376<!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
5c207a4d 377 <section id="section5" class="row">
bdf319c4 378 <div>
5c207a4d 379 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 380 <div class="section-intro">
2378bdbf 381 <h2><em>#5</em> Use it well</h2>
19e80165 382<p>Everyone uses GnuPG a little differently, but it's important to follow some basic practices to keep your email secure. Not following them, you risk the privacy of the people you communicate with, as well as your own, and damage the Web of Trust.</p>
2378bdbf 383 </div><!-- End .section-intro -->
6c495e2d 384
2cb815ae 385 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 386 <div id="step-5a" class="step">
3fe46e6b 387 <div class="sidebar">
7e60af07 388 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
3fe46e6b 389 </div><!-- /.sidebar -->
2378bdbf 390 <div class="main">
19e80165
ZR
391 <h3>When should I encrypt?</h3>
392
393 <p>The more you can encrypt your messages, the better. This is because, if you only encrypt emails occasionally, each encrypted message could raise a red flag for surveillance systems. If all or most of your email is encrypted, people doing surveillance won't know where to start.</p>
394
acd2fb80 395<p>That's not to say that only encrypting some of your email isn't helpful -- it's a great start and it makes bulk surveillance more difficult.</p>
19e80165 396
2378bdbf
AIC
397 </div><!-- End .main -->
398 </div><!-- End #step-5a .step -->
399
7e60af07 400 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 401 <div id="step-5b" class="step">
7e60af07 402 <div class="sidebar">
8c7e96bd 403 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
7e60af07 404 </div><!-- /.sidebar -->
2378bdbf 405 <div class="main">
034f3546 406 <h3><em>Important:</em> Be wary of invalid keys</h3>
40e65992 407 <p>GnuPG makes email safer, but it's still important to watch out for invalid keys, which might have fallen into the wrong hands. Email encrypted with invalid keys might be readable by surveillance programs.</p>
6e1b0fa2 408 <p>In your email program, go back to the second email that Adele sent you. Because Adele encrypted it with your public key, it will have a message from OpenPGP at the top, which most likely says "OpenPGP: Part of this message encrypted."</p>
023d4279 409<p><b>When using GnuPG, make a habit of glancing at that bar. The program will warn you there if you get an email encrypted with a key that can't be trusted.</b></p>
2378bdbf
AIC
410 </div><!-- End .main -->
411 </div><!-- End #step-5b .step -->
6c495e2d 412
7e60af07 413 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
414 <div id="step-5c" class="step">
415 <div class="main">
19e80165 416 <h3>Copy your revocation certificate to somewhere safe</h3>
93437dfa 417 <p>Remember when you created your keys and saved the revocation certificate that GnuPG made? It's time to copy that certificate onto the safest digital storage that you have -- the ideal thing is a flash drive, disk or hard drive stored in a safe place in your home.</p>
19e80165 418<p>If your private key ever gets lost or stolen, you'll need this certificate file.</p>
2378bdbf 419 </div><!-- End .main -->
19e80165 420 </div><!-- End #step-5c .step -->
f44dd62f
AIC
421
422 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
423 <div id="step-lost_key" class="step">
424 <div class="main">
19e80165 425 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
034f3546 426 <p>If you lose your private key or someone else gets ahold of it (say, by stealing or cracking your computer), it's important to revoke it immediately before someone else uses it to read your encrypted email. This guide doesn't cover how to revoke a key, but you can follow the <a href="https://www.gnupg.org/gph/en/manual.html#AEN305">instructions on the GnuPG site</a>. After you're done revoking, send an email to everyone with whom you usually use your key to make sure they know.</p>
f44dd62f
AIC
427 </div><!-- End .main -->
428 </div><!-- End #step-lost_key .step-->
429
19e80165
ZR
430 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
431 <div id="step-5d" class="step">
432 <div class="main">
b0ce405b 433 <h3>Make your public key part of your online identity</h3>
be23bf7b 434 <p> First add your public key fingerprint to your email signature, then compose an email to at least five of your friends, telling them you just set up GnuPG and mentioning your public key fingerprint. Link to this guide and ask them to join you. Don't forget that there's also an awesome <a href="infographic.html">infographic to share.</a></p>
b0ce405b 435
be23bf7b 436<p class="notes">Start writing your public key fingerprint anywhere someone would see your email address: your social media profiles, blog, Website, or business card. (At the Free Software Foundation, we put ours on our <a href="https://fsf.org/about/staff">staff page</a>.) We need to get our culture to the point that we feel like something is missing when we see an email address without a public key fingerprint.</p>
19e80165
ZR
437 </div><!-- End .main -->
438 </div><!-- End #step-5d .step-->
439
440
bdf319c4 441 </div>
6c495e2d 442 </section><!-- End #section5 -->
bdf319c4 443
2cb815ae 444<!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
6c495e2d 445 <section class="row" id="section6">
bdf319c4 446 <div>
2cb815ae 447 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
87588109 448 <div class="section-intro">
87588109 449 <h2><em>#6</em> Next steps</h2>
344970b6 450<p>You've now completed the basics of email encryption with GnuPG, taking action against bulk surveillance. A pat on the back to you! Want to do more to secure privacy for yourself and the people you communicate with?</p>
87588109 451 </div><!-- End .section-intro -->
6c495e2d 452
bb28ee32 453
1e72473c
ZR
454 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
455 <div id="step-keysigning_party" class="step">
7e60af07 456 <div class="sidebar">
8c7e96bd 457 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section6-next-steps.png" alt="Section 6: Next Steps" /></p>
7e60af07 458 </div><!-- /.sidebar -->
1e72473c
ZR
459 <div class="main">
460 <h3>Go to a keysigning party</h3>
be23bf7b 461 <p>Keysigning parties are social events designed to build the Web of Trust. Participants match each others' photo IDs and key fingerprints, and then get out their laptops and sign each other's public keys. They're a great way to meet likeminded people and learn about new privacy tools, as well as build up people's trust in your key. Look for keysignings at tech events, hackerspaces and nerdy parties.</p>
1e72473c
ZR
462 </div><!-- End .main -->
463 </div><!-- End #keysigning_party .step -->
5c207a4d 464
344970b6
ZR
465<!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
466 <div id="step-political" class="step">
1e72473c 467 <div class="main">
344970b6 468 <h3>Work for political change</h3>
554919ba 469 <p>Encrypting our email is a powerful direct action, but to change the system, we also have to go to the root. One of the key things needed is <a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">reducing the amount of data collected about us in the first place</a>. To learn more and participate in efforts for change, join the Free Software Foundation's low-traffic mailing list.</a></p>
e4a684cf 470<div class="newsletter">
e4a684cf
ZR
471 <form method="post" action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31">
472 <input type="text" placeholder="Type your email..." name="email-Primary" id="frmEmail"><input type="submit" value="Subscribe me" name="_qf_Edit_next">
473 <div>
474 <input type="hidden" value="" name="postURL"><input type="hidden" value="1" name="group[25]"><input type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" name="cancelURL"><input type="hidden" value="Edit:cancel" name="_qf_default">
475 </div>
476 </form>
477 <p><small>Read our <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a></small></p>
478 </div><!-- End .newsletter -->
c8e09867 479
1e72473c 480 </div><!-- End .main -->
344970b6
ZR
481 </div><!-- End #step-political .step -->
482
5c207a4d 483
1e72473c
ZR
484 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
485 <div id="step-more_technologies" class="step">
b0ce405b
ZR
486
487
488<div class="sidebar">
489 <p><a id="infographic" href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a></p>
490 </div><!-- /.sidebar -->
491<div class="main">
492
493
494 <h3>Protect more of your digital life</h3>
495
ece4c65a 496 <p>Learn surveillance-resistant technologies for instant messages, hard drive storage, online sharing and more at <a href="https://directory.fsf.org/wiki/Collection:Privacy_pack"> the Free Software Directory's Privacy Pack</a> and <a href="https://prism-break.org">prism-break.org</a>.</p>
1e72473c
ZR
497 </div><!-- End .main -->
498 </div><!-- End #step-more_technologies .step -->
499
500 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
a9d8e025
ZR
501 <div id="step-better" class="step">
502 <div class="main">
503 <h3>Make Email Self-Defense tools even better</h3>
504<p><a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">Leave feedback and suggest improvements to this guide</a>, or email us at <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a> if you'd like to help maintain or translate it.</p>
505
0fe6e02e 506 <p>If you like programming, you can contribute code to <a href="https://www.gnupg.org/">GnuPG</a> or <a href="https://www.enigmail.net/home/index.php">Enigmail</a>.</p>
a9d8e025 507
01537772 508<p>If you can't do any of these, please support the Free Software Foundation so we can get Email Self-Defense into the hands of as many people as possible, and make more tools like it.</a><p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&id=14&pk_campaign=esd&pk_kwd=guide_donate"><img alt="Donate" src="//static.fsf.org/nosvn/enc-dev0/img/donate.en.png"></a> <a href="https://u.fsf.org/yr"><img alt="Join now" src="//static.fsf.org/nosvn/enc-dev0/img/join.en.png"></a></p>
a9d8e025
ZR
509
510 </div><!-- End .main -->
511 </div><!-- End #step-better .step -->
512
c8e09867 513 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ --
1e72473c
ZR
514 <div id="step-learn_more" class="step">
515 <div class="main">
516 <h3>Learn more about GnuPG</h3>
517 <p>There are a lot more features of GnuPG to discover, including encrypting files on your computer. There are a variety of resources accessible via Google, but we recommend starting with the links on the <a href="https://www.gnupg.org/documentation/">GnuPG Web site</a>.</p>
c8e09867 518 </div><!-- End .main --
1e72473c 519 </div><!-- End #step-learn_more .step -->
f44dd62f 520
768f64fe 521
bdf319c4 522 </div>
6c495e2d 523 </section><!-- End #section6 -->
bdf319c4 524
2cb815ae 525<!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
f44dd62f
AIC
526<!-- When un-commenting this section go to main.css and search
527 for /* Guide Sections Background */ then add #faq to the desired color
528
6c495e2d 529 <section class="row" id="faq">
bdf319c4
AIC
530 <div>
531 <div class="sidebar">
532 <h2>FAQ</h2>
f44dd62f 533 </div>
6c495e2d 534
bdf319c4 535 <div class="main">
6c495e2d
AIC
536 <dl>
537 <dt>My key expired</dt>
538 <dd>Answer coming soon.</dd>
539
540 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
541 <dd>Answer coming soon.</dd>
542
543 <dt>My email program is opening at times I don't want it to open/is now my default program and I don't want it to be.</dt>
544 <dd>Answer coming soon.</dd>
545 </dl>
f44dd62f 546 </div>
bdf319c4 547 </div>
f44dd62f 548 </section> --><!-- End #faq -->
bdf319c4 549
2cb815ae 550<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
6c495e2d 551 <footer class="row" id="footer">
bdf319c4 552 <div>
bdf319c4 553 <div id="copyright">
5bf128a4 554 <h4><a href="https://u.fsf.org/ys"><img alt="Free Software Foundation" src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png"></a></h4>
6aec3aeb 555 <p>Copyright &copy; 2014 <a href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>. <a href="https://u.fsf.org/yr">Join.</a></p>
2378bdbf 556 <p>The images on this page are under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 license (or later version)</a>, and the rest of it is under a <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 license (or later version)</a>. &mdash; <a href="http://www.gnu.org/licenses/license-list.html#OtherLicenses">Why these licenses?</a></p>
8c7e96bd 557 <p>Fonts used in the guide &amp; infographic: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> by Pablo Impallari, <a href="http://www.google.com/fonts/specimen/Signika">Signika</a> by Anna Giedry&#347; <a href="http://www.google.com/fonts/specimen/Archivo+Narrow">Archivo Narrow</a> by Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> by Florian Cramer.</p>
6c495e2d 558 </div><!-- /#copyright -->
7e60af07 559 <p class="credits">
3070267d 560 Infographic and guide design by <a rel="external" href="http://jplusplus.org"><strong>Journalism++</strong> <img src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png" alt="Journalism++" /></a>
7e60af07 561 </p><!-- /.credits -->
bdf319c4 562 </div>
6c495e2d
AIC
563 </footer><!-- End #footer -->
564
f65fbc20
LMM
565 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
566 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
ad76913c 567
7e3f9dfa
DT
568 <!-- Piwik -->
569 <script type="text/javascript">
570 /*
571 @licstart The following is the entire license notice for the
572 JavaScript code in this page.
573
574 Copyright 2014 Matthieu Aubry
575
576 This program is free software: you can redistribute it and/or modify
577 it under the terms of the GNU General Public License as published by
578 the Free Software Foundation, either version 3 of the License, or
579 (at your option) any later version.
580
581 This program is distributed in the hope that it will be useful,
582 but WITHOUT ANY WARRANTY; without even the implied warranty of
583 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
584 GNU General Public License for more details.
585
586 You should have received a copy of the GNU General Public License
587 along with this program. If not, see http://www.gnu.org/licenses/.
588
589 @licend The above is the entire license notice
590 for the JavaScript code in this page.
591 */
592 var _paq = _paq || [];
593 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
594 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
595 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
596 _paq.push(["trackPageView"]);
597 _paq.push(["enableLinkTracking"]);
598
599 (function() {
600 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
601 _paq.push(["setTrackerUrl", u+"piwik.php"]);
602 _paq.push(["setSiteId", "5"]);
603 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
604 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
605 })();
606 </script>
607 <!-- End Piwik Code -->
bdf319c4
AIC
608 </body>
609</html>