Merge branch 'master' of vcs.fsf.org:enc
[enc-live.git] / en / windows.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5
6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG encryption</title>
7 <meta name="keywords" content="GnuPG, GPG, openpgp, surveillance, privacy, email, Enigmail" />
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." />
9
10 <meta name="viewport" content="width=device-width, initial-scale=1" />
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" />
13
14 </head>
15 <body>
16 <!--
17 <nav class="nav">
18 <div>
19 <ul class="lang">
20 <li class="help"><a href="http://libreplanet.org/wiki/GPG_guide">Translate this guide!</a></li>
21 </ul>
22 </div>
23 </nav>
24 -->
25
26 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
27
28 <header class="row" id="header">
29 <div>
30 <h1>Email Self-Defense</h1>
31
32 <!-- Language list for browsers that do not have JS enabled -->
33 <ul id="languages" class="os">
34 <li><a class="current" href="/en">english</a></li>
35 <!--<li><a href="/es">español</a></li>-->
36 <li><a href="/fr">français</a></li>
37 <li><a href="/de">deutsch</a></li>
38 <!--<li><a href="/it">italiano</a></li>-->
39 <li><a href="/pt-br">português do Brasil</a></li>
40 <li><a href="/tr">türkçe</a></li>
41 <!--<li><a href="/ro">română</a></li>-->
42 <li><a href="/ru">русский</a></li>
43 <!--<li><a href="/ml">മലയാളം</a></li>-->
44 <!--<li><a href="/ko">한국어</a></li>-->
45 <li><a href="/ja">日本語</a></li>
46 <!--<li><a href="/el">ελληνικά</a></li>-->
47 </ul>
48
49 <ul id="menu" class="os">
50 <li class="spacer">
51 <a href="index.html">GNU/Linux</a>
52 </li>
53 <li>
54 <a href="mac.html">Mac OS</a>
55 </li>
56 <li>
57 <a href="windows.html" class="current">Windows</a>
58 </li>
59 <li class="spacer">
60 <a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
61 #EmailSelfDefense
62 </a>
63 </li>
64 </ul>
65
66 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
67 <div id="fsf-intro">
68 <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>
69 <span style="font-size:125%"><p>We fight for computer users' 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>
70
71 <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/en/donate.png"/></a> <a href="https://u.fsf.org/yr"><img alt="Join now" src="//static.fsf.org/nosvn/enc-dev0/img/en/join.png"/></a></p>
72
73 </div><!-- End #fsf-intro -->
74
75 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
76 <div class="intro">
77 <p>
78 <a id="infographic" href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a>
79 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 a surveillance agent or thief intercepting 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>
80
81 <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>
82
83 <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>
84
85 </div>
86 </div>
87 </header><!-- End #header -->
88
89 <!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
90 <section class="row" id="section1">
91 <div>
92 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
93 <div class="section-intro">
94 <h2><em>#1</em> Get the pieces</h2>
95 <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). To defend your freedom as well as protect yourself from surveillance, we recommend you switch to a free software operating system like GNU/Linux. Learn more about free software at <a href="https://u.fsf.org/ys">fsf.org</a>.</p>
96 <p>To get started, you'll need a desktop email program installed on your computer. This guide works with free software versions of the Thunderbird email program, and with 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>
97 <p>If you already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
98 </div><!-- End .section-intro -->
99
100 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
101 <div id="step-1a" class="step">
102 <div class="sidebar">
103 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
104 </div><!-- /.sidebar -->
105 <div class="main">
106 <h3><em>Step 1.a</em> Setup your email program with your email account (if it isn't already)</h3>
107 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
108
109 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
110 <div class="troubleshooting">
111 <h4>Troubleshooting</h4>
112 <dl>
113 <dt>What's a wizard?</dt>
114 <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>
115 <dt>My email program can't find my account or isn't downloading my mail</dt>
116 <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>
117 <dt class="feedback">Don't see a solution to your problem?</dt>
118 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
119 </dl>
120 </div><!-- /.troubleshooting -->
121
122 </div><!-- End .main -->
123 </div><!-- End #step1-a .step -->
124
125 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
126 <div id="step-1b" class="step">
127
128 <div class="main">
129 <h3><em>Step 1.b</em> Get GnuPG by downloading GPG4Win</h3>
130 <p>GPG4Win is a software package that includes GnuPG. <a href="http://files.gpg4win.org/gpg4win-2.2.1.exe">Download</a> and install it, choosing default options whenever asked. After it's installed, you can close any windows that it creates.</p>
131
132 </div><!-- End .main -->
133 </div><!-- End #step1-b .step -->
134
135 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
136 <div id="step-1c" class="step">
137 <div class="sidebar">
138 <ul class="images">
139 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-01-tools-addons.png" alt="Step 1.C: Tools -> Add-ons" /></li>
140 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-02-search.png" alt="Step 1.C: Search Add-ons" /></li>
141 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-03-install.png" alt="Step 1.C: Install Add-ons" /></li>
142 </ul>
143 </div><!-- /.sidebar -->
144 <div class="main">
145 <h3><em>Step 1.c</em> Install the Enigmail plugin for your email program</h3>
146 <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>
147 <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>
148 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
149 <div class="troubleshooting">
150 <h4>Troubleshooting</h4>
151 <dl>
152 <dt>I can't find the menu.</dt>
153 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
154
155 <dt class="feedback">Don't see a solution to your problem?</dt>
156 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
157 </dl>
158 </div><!-- /.troubleshooting -->
159 </div><!-- End .main -->
160 </div><!-- End #step-1c .step -->
161 </div>
162 </section><!-- End #section1 -->
163
164 <!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
165 <section class="row" id="section2">
166 <div>
167 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
168 <div class="section-intro">
169 <h2><em>#2</em> Make your keys</h2>
170 <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 and letters that are unique to you. Your public and private keys are linked together by a special mathematical function.</p>
171
172 <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>
173
174 <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>
175 </div><!-- End .section-intro -->
176
177 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
178 <div id="step-2a" class="step">
179 <div class="sidebar">
180 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
181 </div><!-- /.sidebar -->
182 <div class="main">
183 <h3><em>Step 2.a</em> Make a keypair</h3>
184 <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>
185 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
186 <p>Use the default options until you reach the screen titled "Create Key".</p>
187 <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>
188 <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>
189 <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>
190
191 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
192 <div class="troubleshooting">
193 <h4>Troubleshooting</h4>
194 <dl>
195 <dt>I can't find the OpenPGP menu.</dt>
196 <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>
197
198 <dt class="feedback">Don't see a solution to your problem?</dt>
199 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
200 </dl>
201 </div><!-- /.troubleshooting -->
202 </div><!-- End .main -->
203 </div><!-- End #step-2a .step -->
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>
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>
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 connected to the Internet, and try again. If that doesn't work, try again, selecting a different keyserver.</dd>
216 <dt>My key doesnt appear in the list</dt>
217 <dd>Try checking Show Default Keys.</dd>
218
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>
221
222 </dl>
223 </div><!-- /.troubleshooting -->
224
225
226
227 </div><!-- End .main -->
228 </div><!-- End #step-2a .step -->
229 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
230 <div id="terminology" class="step">
231 <div class="main">
232 <h3>GnuPG, OpenPGP, what?</h3>
233 <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>
234 </div><!-- End .main -->
235 </div><!-- End #terminology.step-->
236 </div>
237 </section><!-- End #section2 -->
238
239 <!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
240 <section class="row" id="section3">
241 <div>
242 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
243 <div class="section-intro">
244 <h2><em>#3</em> Try it out!</h2>
245 <p>Now you'll try a test correspondence with a computer program named Edward, 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>
246 </div><!-- End .section-intro -->
247
248 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
249 <div id="step-3a" class="step">
250 <div class="sidebar">
251 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section3-try-it-out.png" alt="Try it out." /></p>
252 </div><!-- /.sidebar -->
253 <div class="main">
254 <h3><em>Step 3.a</em> Send Edward your public key</h3>
255 <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>
256
257 <p>Address the message to edward-en@fsf.org. Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
258
259 <p class="notes">It may take two or three minutes for Edward 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 he'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>
260 </div><!-- End .main -->
261 </div><!-- End #step-3b .step -->
262
263 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
264 <div id="step-3b" class="step">
265 <div class="main">
266 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
267 <p>Write a new email in your email program, addressed to edward-en@fsf.org. Make the subject "Encryption test" or something similar and write something in the body. Don't send it yet.</p>
268 <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.</p>
269 <p class="notes">Next to the key, you'll notice an icon of a pencil. Clicking this tells Enigmail to add a special, unique 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>
270 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
271
272 <p>To encrypt an email to Edward, you need his public key, 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 C), then select ok. Select ok in the next pop-up.</p>
273
274 <p>Now you are back at the "Recipients not valid, not trusted or not found" screen. Select Edward's key from the list and click Ok. If the message doesn't send automatically, you can hit send now.</p>
275 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
276 <div class="troubleshooting">
277 <h4>Troubleshooting</h4>
278 <dl>
279 <dt>Enigmail can't find Edward's key</dt>
280 <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>
281 <dt class="feedback">Don't see a solution to your problem?</dt>
282 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
283 </dl>
284 </div><!-- /.troubleshooting -->
285 </div><!-- End .main -->
286 </div><!-- End #step-3b .step -->
287
288 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
289 <div id="step-headers_unencrypted" class="step">
290 <div class="main">
291 <h3><em>Important:</em> Security tips</h3>
292 <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. When you send attachments, Enigmail will give you an option of whether you want to encrypt them.</p>
293 <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>
294 </div><!-- End .main -->
295 </div><!-- End #step-headers_unencrypted .step-->
296
297
298 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
299 <div id="step-3c" class="step">
300 <div class="main">
301 <h3><em>Step 3.c</em> Receive a response</h3>
302 <p>When Edward receives your email, he will use his private key to decrypt it, then fetch your public key from a keyserver and use it to encrypt a response to you.</p>
303 <p class="notes">Since you encrypted this email with Edward's public key, Edward's private key is required to decrypt it. Edward is the only one with his private key, so no one except him &mdash; not even you &mdash; can decrypt it.</p>
304 <p class="notes">It may take two or three minutes for Edward 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>
305 <p>When you receive Edward'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>
306 <p>Notice the bar that Enigmail shows you above the message, with information about the status of Edward's key.</p>
307 </div><!-- End .main -->
308 </div><!-- End #step-3c .step -->
309
310 <!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
311 <div id="step-3d" class="step">
312 <div class="main">
313 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
314 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
315 <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>
316 <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>
317 </div>
318 </div>-->
319 </div>
320 </section><!-- End #section3 -->
321
322
323
324 <!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
325 <section class="row" id="section4">
326 <div>
327 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
328 <div class="section-intro">
329 <h2><em>#4</em> Learn the Web of Trust</h2>
330 <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>
331
332 <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, forming a giant network. The more signatures a key has, and the more signatures its signers' keys have, the more trustworthy that key is.</p>
333
334 <p>People's public keys are usually identified by their key fingerprint, which is a string of digits like F357AA1A5B1FA42CFD9FE52A9FF2194CC09A61E8 (for Edward'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 people can double-check that they have the correct public key when they download yours from a keyserver.</p>
335
336 <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 C09A61E8 for Edward. 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 whom are trying to communicate to verify which one to use.</p>
337
338
339 </div><!-- End .section-intro -->
340
341 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
342 <div id="step-4a" class="step">
343 <div class="sidebar">
344 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
345 </div><!-- /.sidebar -->
346 <div class="main">
347 <h3><em>Step 4.a</em> Sign a key</h3>
348 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
349 <p>Right click on Edward's public key and select Sign Key from the context menu.</p>
350 <p>In the window that pops up, select "I will not answer" and click ok.</p>
351 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit ok.</p>
352 <p class="notes">You've just effectively said "I trust that Edward's public key actually belongs to Edward." This doesn't mean much because Edward isn't a real person, but it's good practice.</p>
353
354
355 <!--<div id="pgp-pathfinder">
356 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
357 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
358 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
359 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
360 </form>
361 </div><!-- End #pgp-pathfinder -->
362
363 </div><!-- End .main -->
364 </div><!-- End #step-4a .step -->
365 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
366 <div id="step-sign_real_keys" class="step">
367 <div class="main">
368 <h3><em>Important:</em> check people's identification before signing their keys</h3>
369 <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>
370 </div><!-- End .main -->
371 </div><!-- End #step-sign_real_keys .step-->
372
373
374
375 </div>
376 </section><!-- End #section4 -->
377
378 <!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
379 <section id="section5" class="row">
380 <div>
381 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
382 <div class="section-intro">
383 <h2><em>#5</em> Use it well</h2>
384 <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>
385 </div><!-- End .section-intro -->
386
387 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
388 <div id="step-5a" class="step">
389 <div class="sidebar">
390 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
391 </div><!-- /.sidebar -->
392 <div class="main">
393 <h3>When should I encrypt?</h3>
394
395 <p>The more you can encrypt your messages, the better. 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>
396
397 <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>
398
399 </div><!-- End .main -->
400 </div><!-- End #step-5a .step -->
401
402 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
403 <div id="step-5b" class="step">
404 <div class="sidebar">
405 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
406 </div><!-- /.sidebar -->
407 <div class="main">
408 <h3><em>Important:</em> Be wary of invalid keys</h3>
409 <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>
410 <p>In your email program, go back to the second email that Edward sent you. Because Edward 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>
411 <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>
412 </div><!-- End .main -->
413 </div><!-- End #step-5b .step -->
414
415 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
416 <div id="step-5c" class="step">
417 <div class="main">
418 <h3>Copy your revocation certificate to somewhere safe</h3>
419 <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>
420 <p>If your private key ever gets lost or stolen, you'll need this certificate file to let people know that you are no longer using that keypair.</p>
421 </div><!-- End .main -->
422 </div><!-- End #step-5c .step -->
423
424 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
425 <div id="step-lost_key" class="step">
426 <div class="main">
427 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
428 <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>
429 </div><!-- End .main -->
430 </div><!-- End #step-lost_key .step-->
431
432 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~
433 <div id="step-5d" class="step">
434 <div class="main">
435 <h3>Make your public key part of your online identity</h3>
436 <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>
437
438 <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>
439 </div><!-- End .main
440 </div><!-- End #step-5d .step-->
441
442
443 </div>
444 </section><!-- End #section5 -->
445
446 <!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
447 <section class="row" id="section6">
448 <div id="step-click_here" class="step">
449 <div class="main">
450 <h2><a href="next_steps.html">Click here when you're done</a></h2>
451
452 </div><!-- End .main -->
453 </div><!-- End #step-click_here .step-->
454
455 </section><!-- End #section6 -->
456
457 <!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
458 <!-- When un-commenting this section go to main.css and search
459 for /* Guide Sections Background */ then add #faq to the desired color
460
461 <section class="row" id="faq">
462 <div>
463 <div class="sidebar">
464 <h2>FAQ</h2>
465 </div>
466
467 <div class="main">
468 <dl>
469 <dt>My key expired</dt>
470 <dd>Answer coming soon.</dd>
471
472 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
473 <dd>Answer coming soon.</dd>
474
475 <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>
476 <dd>Answer coming soon.</dd>
477 </dl>
478 </div>
479 </div>
480 </section> --><!-- End #faq -->
481
482 <!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
483 <footer class="row" id="footer">
484 <div>
485 <div id="copyright">
486 <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>
487 <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>
488 <p><em>Version 2.0. <a href="http://agpl.fsf.org/emailselfdefense.fsf.org/edward/CURRENT/edward.tar.gz">Source code of Edward reply bot by Josh Drake &lt;zamnedix@gnu.org&gt; available under the GNU General Public License.</a></em></p>
489 <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>
490 <p>Download the source package for <a href="emailselfdefense_source.zip">this guide</a>. 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>
491 <p>
492 <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
493 rel="jslicense">
494 JavaScript license information
495 </a>
496 </p>
497 </div><!-- /#copyright -->
498 <p class="credits">
499 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>
500 </p><!-- /.credits -->
501 </div>
502 </footer><!-- End #footer -->
503
504 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
505 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
506
507 <!-- Piwik -->
508 <script type="text/javascript">
509 /*
510 @licstart The following is the entire license notice for the
511 JavaScript code in this page.
512
513 Copyright 2014 Matthieu Aubry
514
515 This program is free software: you can redistribute it and/or modify
516 it under the terms of the GNU General Public License as published by
517 the Free Software Foundation, either version 3 of the License, or
518 (at your option) any later version.
519
520 This program is distributed in the hope that it will be useful,
521 but WITHOUT ANY WARRANTY; without even the implied warranty of
522 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
523 GNU General Public License for more details.
524
525 You should have received a copy of the GNU General Public License
526 along with this program. If not, see http://www.gnu.org/licenses/.
527
528 @licend The above is the entire license notice
529 for the JavaScript code in this page.
530 */
531 var _paq = _paq || [];
532 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
533 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
534 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
535 _paq.push(["trackPageView"]);
536 _paq.push(["enableLinkTracking"]);
537
538 (function() {
539 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
540 _paq.push(["setTrackerUrl", u+"piwik.php"]);
541 _paq.push(["setSiteId", "5"]);
542 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
543 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
544 })();
545 </script>
546 <!-- End Piwik Code -->
547 </body>
548 </html>