de: further improvements to maintainability
[enc-live.git] / de / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5
6 <title>E-Mail-Selbstverteidigung - Eine Anleitung zur Bekämpfung der Überwachung mit GnuPG</title>
7 <meta name="keywords" content="GnuPG, GPG, openpgp, Überwachung, Privatsphäre, Enigmail" />
8 <meta name="description" content="E-Mail-Überwachung verstößt gegen grundlegende Rechte und bedroht die Meinungsfreiheit. Diese Anleitung zeigt dir, wie du in 30 Minuten mit GnuPG verschlüsseln kannst.">
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 <style type="text/css" >
14 h1 { font-size: 4.5 em !important}
15 </style>
16 </head>
17 <body>
18
19 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
20
21 <header class="row" id="header">
22 <div>
23 <h1>E-Mail-Selbstverteidigung</h1>
24 <!-- Language list for browsers that do not have JS enabled -->
25 <ul id="languages" class="os">
26 <li><a href="/en">english</a></li>
27 <li><a href="/es">español</a></li>
28 <li><a href="/fr">français</a></li>
29 <li><a class="current" href="/de">deutsch</a></li>
30 <li><a href="/pt-br">português do Brasil</a></li>
31 <li><a href="/tr">türkçe</a></li>
32 <li><a href="/ro">română</a></li>
33 <li><a href="/ru">русский</a></li>
34 <li><a href="/ml">മലയാളം</a></li>
35 <li><a href="/ko">한국어</a></li>
36 <li><a href="/ja">日本語</a></li>
37 </ul>
38 <ul id="menu" class="os">
39 <li class="spacer">
40 <a href="index.html" class="current">GNU/Linux</a>
41 </li>
42 <li>
43 <a href="mac.html">Mac OS</a>
44 </li>
45 <li>
46 <a href="windows.html">Windows</a>
47 </li>
48 <ul id="menu" class="os">
49 <li class="spacer">
50 <a href="index.html" class="current">GNU/Linux</a>
51 </li>
52 <li>
53 <a href="mac.html">Mac OS</a>
54 </li>
55 <li>
56 <a href="windows.html">Windows</a>
57 </li>
58 <li class="spacer">
59 <a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
60 #EmailSelfDefense
61 </a>
62 </li>
63 </ul>
64
65 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
66 <div id="fsf-intro">
67 <h3>
68 <a href="http://u.fsf.org/ys">
69 <img alt="Free Software Foundation"
70 src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png">
71 </a>
72 </h3>
73 <div class="fsf-emphasis">
74 <p>
75 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.
76 </p>
77 <p>
78 <strong>
79 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?
80 </strong>
81 </p>
82 </div>
83
84 <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>
85
86 </div><!-- End #fsf-intro -->
87
88 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
89 <div class="intro">
90 <p>
91 <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>
92 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>
93
94 <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>
95
96 <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>
97
98 </div>
99
100 </div>
101 </header><!-- End #header -->
102
103 <!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
104 <section class="row" id="section1">
105 <div>
106 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
107 <div class="section-intro">
108 <h2><em>#1</em> Get the pieces</h2>
109 <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>
110
111 <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>
112 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
113 </div><!-- End .section-intro -->
114
115 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
116 <div id="step-1a" class="step">
117 <div class="sidebar">
118 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
119 </div><!-- /.sidebar -->
120 <div class="main">
121 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
122 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
123
124 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
125 <div class="troubleshooting">
126 <h4>Troubleshooting</h4>
127 <dl>
128 <dt>What's a wizard?</dt>
129 <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>
130 <dt>My email program can't find my account or isn't downloading my mail</dt>
131 <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>
132 <dt class="feedback">Don't see a solution to your problem?</dt>
133 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
134 </dl>
135 </div><!-- /.troubleshooting -->
136
137 </div><!-- End .main -->
138 </div><!-- End #step1-a .step -->
139
140 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
141 <div id="step-1b" class="step">
142 <div class="sidebar">
143 <ul class="images">
144 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-01-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></li>
145 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-02-search.png" alt="Step 1.B: Search Add-ons" /></li>
146 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-03-install.png" alt="Step 1.B: Install Add-ons" /></li>
147 </ul>
148 </div><!-- /.sidebar -->
149 <div class="main">
150 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
151 <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>
152 <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>
153 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
154 <div class="troubleshooting">
155 <h4>Troubleshooting</h4>
156 <dl>
157 <dt>I can't find the menu.</dt>
158 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
159
160 <dt class="feedback">Don't see a solution to your problem?</dt>
161 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
162 </dl>
163 </div><!-- /.troubleshooting -->
164 </div><!-- End .main -->
165 </div><!-- End #step-1b .step -->
166 </div>
167 </section><!-- End #section1 -->
168
169 <!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
170 <section class="row" id="section2">
171 <div>
172 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
173 <div class="section-intro">
174 <h2><em>#2</em> Make your keys</h2>
175 <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>
176
177 <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>
178
179 <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>
180 </div><!-- End .section-intro -->
181
182 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
183 <div id="step-2a" class="step">
184 <div class="sidebar">
185 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
186 </div><!-- /.sidebar -->
187 <div class="main">
188 <h3><em>Step 2.a</em> Make a keypair</h3>
189 <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>
190 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
191 <p>Use the default options until you reach the screen titled "Create Key".</p>
192 <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>
193 <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>
194 <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>
195
196 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
197 <div class="troubleshooting">
198 <h4>Troubleshooting</h4>
199 <dl>
200 <dt>I can't find the OpenPGP menu.</dt>
201 <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>
202 <dt>The wizard says that it cannot find GnuPG.</dt>
203
204 <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>
205
206 <dt class="feedback">Don't see a solution to your problem?</dt>
207 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
208 </dl>
209 </div><!-- /.troubleshooting -->
210 </div><!-- End .main -->
211 </div><!-- End #step-2a .step -->
212
213 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
214 <div id="step-2b" class="step">
215 <div class="main">
216 <h3><em>Step 2.b</em> Upload your public key to a keyserver</h3>
217 <p>In your email program's menu, select OpenPGP &rarr; Key Management.</p>
218 <p>Right click on your key and select Upload Public Keys to Keyserver. Use the default keyserver in the popup.</p>
219 <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>
220 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
221 <div class="troubleshooting">
222 <h4>Troubleshooting</h4>
223 <dl>
224 <dt>The progress bar never finishes</dt>
225 <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>
226 <dt>My key doesnt appear in the list</dt>
227 <dd>Try checking Show Default Keys.</dd>
228
229 <dt class="feedback">Don't see a solution to your problem?</dt>
230 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
231
232 </dl>
233 </div><!-- /.troubleshooting -->
234 </div><!-- End .main -->
235 </div><!-- End #step-2a .step -->
236 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
237 <div id="terminology" class="step">
238 <div class="main">
239 <h3>GnuPG, OpenPGP, what?</h3>
240 <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>
241 </div><!-- End .main -->
242 </div><!-- End #terminology.step-->
243
244
245 </div>
246 </section><!-- End #section2 -->
247
248 <!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
249 <section class="row" id="section3">
250 <div>
251 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
252 <div class="section-intro">
253 <h2><em>#3</em> Try it out!</h2>
254 <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>
255 </div><!-- End .section-intro -->
256
257 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
258 <div id="step-3a" class="step">
259 <div class="sidebar">
260 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section3-try-it-out.png" alt="Try it out." /></p>
261 </div><!-- /.sidebar -->
262 <div class="main">
263 <h3><em>Step 3.a</em> Send Adele your public key</h3>
264 <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>
265
266 <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>
267
268 <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>
269 </div><!-- End .main -->
270 </div><!-- End #step-3b .step -->
271
272 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
273 <div id="step-3b" class="step">
274 <div class="main">
275 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
276 <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>
277 <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>
278 <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>
279 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
280
281 <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>
282
283 <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>
284 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
285 <div class="troubleshooting">
286 <h4>Troubleshooting</h4>
287 <dl>
288 <dt>Enigmail can't find Adele's key</dt>
289 <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>
290 <dt class="feedback">Don't see a solution to your problem?</dt>
291 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
292 </dl>
293 </div><!-- /.troubleshooting -->
294 </div><!-- End .main -->
295 </div><!-- End #step-3b .step -->
296
297 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
298 <div id="step-headers_unencrypted" class="step">
299 <div class="main">
300 <h3><em>Important:</em> Security tips</h3>
301 <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>
302 <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>
303 </div><!-- End .main -->
304 </div><!-- End #step-headers_unencrypted .step-->
305
306
307 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
308 <div id="step-3c" class="step">
309 <div class="main">
310 <h3><em>Step 3.c</em> Receive a response</h3>
311 <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>
312 <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>
313 <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>
314 <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>
315 <p>Notice the bar that Enigmail shows you above the message, with information about the status of Adele's key.</p>
316 </div><!-- End .main -->
317 </div><!-- End #step-3c .step -->
318
319 <!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
320 <div id="step-3d" class="step">
321 <div class="main">
322 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
323 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
324 <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>
325 <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>
326 </div>
327 </div>-->
328 </div>
329 </section><!-- End #section3 -->
330
331
332 <!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
333 <section class="row" id="section4">
334 <div>
335 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
336 <div class="section-intro">
337 <h2><em>#4</em> Learn the Web of Trust</h2>
338 <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>
339
340 <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>
341
342 <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>
343
344 <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>
345
346
347 </div><!-- End .section-intro -->
348
349 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
350 <div id="step-4a" class="step">
351 <div class="sidebar">
352 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
353 </div><!-- /.sidebar -->
354 <div class="main">
355 <h3><em>Step 4.a</em> Sign a key</h3>
356 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
357 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
358 <p>In the window that pops up, select "I will not answer" and click OK.</p>
359 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit OK.</p>
360 <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>
361
362
363 <!--<div id="pgp-pathfinder">
364 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
365 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
366 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
367 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
368 </form>
369 </div><!-- End #pgp-pathfinder -->
370
371 </div><!-- End .main -->
372 </div><!-- End #step-4a .step -->
373 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
374 <div id="step-sign_real_keys" class="step">
375 <div class="main">
376 <h3><em>Important:</em> check people's identification before signing their keys</h3>
377 <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>
378 </div><!-- End .main -->
379 </div><!-- End #step-sign_real_keys .step-->
380
381
382
383 </div>
384 </section><!-- End #section4 -->
385
386 <!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
387 <section id="section5" class="row">
388 <div>
389 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
390 <div class="section-intro">
391 <h2><em>#5</em> Use it well</h2>
392 <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>
393 </div><!-- End .section-intro -->
394
395 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
396 <div id="step-5a" class="step">
397 <div class="sidebar">
398 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
399 </div><!-- /.sidebar -->
400 <div class="main">
401 <h3>When should I encrypt?</h3>
402
403 <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>
404
405 <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>
406
407 </div><!-- End .main -->
408 </div><!-- End #step-5a .step -->
409
410 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
411 <div id="step-5b" class="step">
412 <div class="sidebar">
413 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
414 </div><!-- /.sidebar -->
415 <div class="main">
416 <h3><em>Important:</em> Be wary of invalid keys</h3>
417 <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>
418 <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>
419 <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>
420 </div><!-- End .main -->
421 </div><!-- End #step-5b .step -->
422
423 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
424 <div id="step-5c" class="step">
425 <div class="main">
426 <h3>Copy your revocation certificate to somewhere safe</h3>
427 <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>
428 <p>If your private key ever gets lost or stolen, you'll need this certificate file.</p>
429 </div><!-- End .main -->
430 </div><!-- End #step-5c .step -->
431
432 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
433 <div id="step-lost_key" class="step">
434 <div class="main">
435 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
436 <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>
437 </div><!-- End .main -->
438 </div><!-- End #step-lost_key .step-->
439
440 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~
441 <div id="step-5d" class="step">
442 <div class="main">
443 <h3>Make your public key part of your online identity</h3>
444 <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>
445
446 <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>
447 </div><!-- End .main
448 </div> End #step-5d .step-->
449
450
451 </div>
452 </section><!-- End #section5 -->
453
454
455
456 <!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
457 <section class="row" id="section6">
458 <div id="step-click_here" class="step">
459 <div class="main">
460 <h2><a href="next_steps.html">Click here when you're done</a></h2>
461
462 </div><!-- End .main -->
463 </div><!-- End #step-click_here .step-->
464
465 </section><!-- End #section6 -->
466
467 <!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
468 <!-- When un-commenting this section go to main.css and search
469 for /* Guide Sections Background */ then add #faq to the desired color
470
471 <section class="row" id="faq">
472 <div>
473 <div class="sidebar">
474 <h2>FAQ</h2>
475 </div>
476
477 <div class="main">
478 <dl>
479 <dt>My key expired</dt>
480 <dd>Answer coming soon.</dd>
481
482 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
483 <dd>Answer coming soon.</dd>
484
485 <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>
486 <dd>Answer coming soon.</dd>
487 </dl>
488 </div>
489 </div>
490 </section> --><!-- End #faq -->
491
492
493 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
494 <div id="step-1b" class="step">
495 <div class="sidebar">
496 <ul class="images">
497 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-01-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></li>
498 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-02-search.png" alt="Step 1.B: Search Add-ons" /></li>
499 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-03-install.png" alt="Step 1.B: Install Add-ons" /></li>
500 </ul>
501 </div><!-- /.sidebar -->
502 <div class="main">
503 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
504 <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>
505 <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>
506 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
507 <div class="troubleshooting">
508 <h4>Troubleshooting</h4>
509 <dl>
510 <dt>I can't find the menu.</dt>
511 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
512
513 <dt class="feedback">Don't see a solution to your problem?</dt>
514 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
515 </dl>
516 </div><!-- /.troubleshooting -->
517 </div><!-- End .main -->
518 </div><!-- End #step-1b .step -->
519 </div>
520 </section><!-- End #section1 -->
521
522 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
523 <div id="step-1b" class="step">
524 <div class="sidebar">
525 <ul class="images">
526 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-01-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></li>
527 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-02-search.png" alt="Step 1.B: Search Add-ons" /></li>
528 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-03-install.png" alt="Step 1.B: Install Add-ons" /></li>
529 </ul>
530 </div><!-- /.sidebar -->
531 <div class="main">
532 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
533 <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>
534 <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>
535 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
536 <div class="troubleshooting">
537 <h4>Troubleshooting</h4>
538 <dl>
539 <dt>I can't find the menu.</dt>
540 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
541
542 <dt class="feedback">Don't see a solution to your problem?</dt>
543 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
544 </dl>
545 </div><!-- /.troubleshooting -->
546 </div><!-- End .main -->
547 </div><!-- End #step-1b .step -->
548 </div>
549 </section><!-- End #section1 -->
550
551 <!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
552 <section class="row" id="section2">
553 <div>
554 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
555 <div class="section-intro">
556 <h2><em>#2</em> Make your keys</h2>
557 <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>
558
559 <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>
560
561 <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>
562 </div><!-- End .section-intro -->
563
564 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
565 <div id="step-2a" class="step">
566 <div class="sidebar">
567 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
568 </div><!-- /.sidebar -->
569 <div class="main">
570 <h3><em>Step 2.a</em> Make a keypair</h3>
571 <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>
572 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
573 <p>Use the default options until you reach the screen titled "Create Key".</p>
574 <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>
575 <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>
576 <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>
577
578 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
579 <div class="troubleshooting">
580 <h4>Troubleshooting</h4>
581 <dl>
582 <dt>I can't find the OpenPGP menu.</dt>
583 <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>
584 <dt>The wizard says that it cannot find GnuPG.</dt>
585
586 <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>
587
588 <dt class="feedback">Don't see a solution to your problem?</dt>
589 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
590 </dl>
591 </div><!-- /.troubleshooting -->
592 </div><!-- End .main -->
593 </div><!-- End #step-2a .step -->
594
595 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
596 <div id="step-2b" class="step">
597 <div class="main">
598 <h3><em>Step 2.b</em> Upload your public key to a keyserver</h3>
599 <p>In your email program's menu, select OpenPGP &rarr; Key Management.</p>
600 <p>Right click on your key and select Upload Public Keys to Keyserver. Use the default keyserver in the popup.</p>
601 <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>
602 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
603 <div class="troubleshooting">
604 <h4>Troubleshooting</h4>
605 <dl>
606 <dt>The progress bar never finishes</dt>
607 <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>
608 <dt>My key doesnt appear in the list</dt>
609 <dd>Try checking Show Default Keys.</dd>
610
611 <dt class="feedback">Don't see a solution to your problem?</dt>
612 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
613
614 </dl>
615 </div><!-- /.troubleshooting -->
616 </div><!-- End .main -->
617 </div><!-- End #step-2a .step -->
618 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
619 <div id="terminology" class="step">
620 <div class="main">
621 <h3>GnuPG, OpenPGP, what?</h3>
622 <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>
623 </div><!-- End .main -->
624 </div><!-- End #terminology.step-->
625
626
627 </div>
628 </section><!-- End #section2 -->
629
630 <!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
631 <section class="row" id="section3">
632 <div>
633 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
634 <div class="section-intro">
635 <h2><em>#3</em> Try it out!</h2>
636 <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>
637 </div><!-- End .section-intro -->
638
639 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
640 <div id="step-3a" class="step">
641 <div class="sidebar">
642 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section3-try-it-out.png" alt="Try it out." /></p>
643 </div><!-- /.sidebar -->
644 <div class="main">
645 <h3><em>Step 3.a</em> Send Adele your public key</h3>
646 <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>
647
648 <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>
649
650 <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>
651 </div><!-- End .main -->
652 </div><!-- End #step-3b .step -->
653
654 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
655 <div id="step-3b" class="step">
656 <div class="main">
657 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
658 <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>
659 <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>
660 <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>
661 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
662
663 <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>
664
665 <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>
666 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
667 <div class="troubleshooting">
668 <h4>Troubleshooting</h4>
669 <dl>
670 <dt>Enigmail can't find Adele's key</dt>
671 <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>
672 <dt class="feedback">Don't see a solution to your problem?</dt>
673 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
674 </dl>
675 </div><!-- /.troubleshooting -->
676 </div><!-- End .main -->
677 </div><!-- End #step-3b .step -->
678
679 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
680 <div id="step-headers_unencrypted" class="step">
681 <div class="main">
682 <h3><em>Important:</em> Security tips</h3>
683 <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>
684 <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>
685 </div><!-- End .main -->
686 </div><!-- End #step-headers_unencrypted .step-->
687
688
689 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
690 <div id="step-3c" class="step">
691 <div class="main">
692 <h3><em>Step 3.c</em> Receive a response</h3>
693 <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>
694 <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>
695 <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>
696 <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>
697 <p>Notice the bar that Enigmail shows you above the message, with information about the status of Adele's key.</p>
698 </div><!-- End .main -->
699 </div><!-- End #step-3c .step -->
700
701 <!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
702 <div id="step-3d" class="step">
703 <div class="main">
704 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
705 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
706 <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>
707 <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>
708 </div>
709 </div>-->
710 </div>
711 </section><!-- End #section3 -->
712
713
714 <!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
715 <section class="row" id="section4">
716 <div>
717 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
718 <div class="section-intro">
719 <h2><em>#4</em> Learn the Web of Trust</h2>
720 <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>
721
722 <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>
723
724 <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>
725
726 <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>
727
728
729 </div><!-- End .section-intro -->
730
731 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
732 <div id="step-4a" class="step">
733 <div class="sidebar">
734 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
735 </div><!-- /.sidebar -->
736 <div class="main">
737 <h3><em>Step 4.a</em> Sign a key</h3>
738 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
739 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
740 <p>In the window that pops up, select "I will not answer" and click OK.</p>
741 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit OK.</p>
742 <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>
743
744
745 <!--<div id="pgp-pathfinder">
746 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
747 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
748 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
749 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
750 </form>
751 </div><!-- End #pgp-pathfinder -->
752
753 </div><!-- End .main -->
754 </div><!-- End #step-4a .step -->
755 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
756 <div id="step-sign_real_keys" class="step">
757 <div class="main">
758 <h3><em>Important:</em> check people's identification before signing their keys</h3>
759 <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>
760 </div><!-- End .main -->
761 </div><!-- End #step-sign_real_keys .step-->
762
763
764
765 </div>
766 </section><!-- End #section4 -->
767
768 <!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
769 <section id="section5" class="row">
770 <div>
771 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
772 <div class="section-intro">
773 <h2><em>#5</em> Use it well</h2>
774 <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>
775 </div><!-- End .section-intro -->
776
777 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
778 <div id="step-5a" class="step">
779 <div class="sidebar">
780 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
781 </div><!-- /.sidebar -->
782 <div class="main">
783 <h3>When should I encrypt?</h3>
784
785 <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>
786
787 <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>
788
789 </div><!-- End .main -->
790 </div><!-- End #step-5a .step -->
791
792 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
793 <div id="step-5b" class="step">
794 <div class="sidebar">
795 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
796 </div><!-- /.sidebar -->
797 <div class="main">
798 <h3><em>Important:</em> Be wary of invalid keys</h3>
799 <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>
800 <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>
801 <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>
802 </div><!-- End .main -->
803 </div><!-- End #step-5b .step -->
804
805 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
806 <div id="step-5c" class="step">
807 <div class="main">
808 <h3>Copy your revocation certificate to somewhere safe</h3>
809 <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>
810 <p>If your private key ever gets lost or stolen, you'll need this certificate file.</p>
811 </div><!-- End .main -->
812 </div><!-- End #step-5c .step -->
813
814 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
815 <div id="step-lost_key" class="step">
816 <div class="main">
817 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
818 <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>
819 </div><!-- End .main -->
820 </div><!-- End #step-lost_key .step-->
821
822 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~
823 <div id="step-5d" class="step">
824 <div class="main">
825 <h3>Make your public key part of your online identity</h3>
826 <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>
827
828 <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>
829 </div><!-- End .main
830 </div> End #step-5d .step-->
831
832
833 </div>
834 </section><!-- End #section5 -->
835
836
837
838 <!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
839 <section class="row" id="section6">
840 <div id="step-click_here" class="step">
841 <div class="main">
842 <h2><a href="next_steps.html">Click here when you're done</a></h2>
843
844 </div><!-- End .main -->
845 </div><!-- End #step-click_here .step-->
846
847 </section><!-- End #section6 -->
848
849 <!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
850 <!-- When un-commenting this section go to main.css and search
851 for /* Guide Sections Background */ then add #faq to the desired color
852
853 <section class="row" id="faq">
854 <div>
855 <div class="sidebar">
856 <h2>FAQ</h2>
857 </div>
858
859 <div class="main">
860 <dl>
861 <dt>My key expired</dt>
862 <dd>Answer coming soon.</dd>
863
864 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
865 <dd>Answer coming soon.</dd>
866
867 <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>
868 <dd>Answer coming soon.</dd>
869 </dl>
870 </div>
871 </div>
872 </section> --><!-- End #faq -->
873
874 <!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
875 <footer class="row" id="footer">
876 <div>
877 <div id="copyright">
878 <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>
879 <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">Datenschutzerklärung</a>. <a href="https://u.fsf.org/yr">Beitreten</a></p>
880 <p><em>Version 2.0, launched 6/18/2014. <!--LANGUAGE translation by NAME, NAME and NAME.--> Deutsche Übersetzung von <a href="http://de.gpcf.eu" >Gabriel Pérez-Cerezo</a></em></p>
881 <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>
882 <p>Download the source packages for <a href="gnupg-guide.zip">this guide</a> and for <a href="gnupg-infographic.zip">the infographic</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>
883 <p>
884 <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
885 rel="jslicense">
886 JavaScript Lizenzinformationen
887 </a>
888 </p>
889 </div><!-- /#copyright -->
890 <p class="credits">
891 Design von <a rel="external" href="http://jplusplus.org"><strong>Journalism++</strong> <img src="//static.fsf.org/nosvn/enc-dev0n/img/jplusplus.png" alt="Journalism++" /></a>
892 </p><!-- /.credits -->
893 </div>
894 </footer><!-- End #footer -->
895
896 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
897 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
898
899 <!-- Piwik -->
900 <script type="text/javascript">
901 /*
902 @licstart The following is the entire license notice for the
903 JavaScript code in this page.
904
905 Copyright 2014 Matthieu Aubry
906
907 This program is free software: you can redistribute it and/or modify
908 it under the terms of the GNU General Public License as published by
909 the Free Software Foundation, either version 3 of the License, or
910 (at your option) any later version.
911
912 This program is distributed in the hope that it will be useful,
913 but WITHOUT ANY WARRANTY; without even the implied warranty of
914 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
915 GNU General Public License for more details.
916
917 You should have received a copy of the GNU General Public License
918 along with this program. If not, see http://www.gnu.org/licenses/.
919
920 @licend The above is the entire license notice
921 for the JavaScript code in this page.
922 */
923 var _paq = _paq || [];
924 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
925 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
926 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
927 _paq.push(["trackPageView"]);
928 _paq.push(["enableLinkTracking"]);
929
930 (function() {
931 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
932 _paq.push(["setTrackerUrl", u+"piwik.php"]);
933 _paq.push(["setSiteId", "5"]);
934 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
935 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
936 })();
937 </script>
938 <!-- End Piwik Code -->
939 </body>
940 </html>