updated mac and windows
[enc-live.git] / mac.html
CommitLineData
4f3e4963
AIC
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</title>
7 <meta name="keywords" content="GnuPG, GPG, 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<!-- ~~~~~~~~~ Revision as of 18:53, 1 June 2014 by Zakkai ~~~~~~~~~ -->
28 <header class="row" id="header">
29
30 <div class="highlight" style="background: red;"><!-- DELETE THIS DIV HIGHLIGHT BEFORE LAUNCH -->
31 <h3 style="text-align: center;"><strong style="color: white;">Website Under Construction</strong></h3>
32 </div>
33
34 <div>
35 <h1>Email Self-Defense</h1>
36 <ul class="os">
37 <li><a href="index.html">GNU/Linux</a></li>
38 <li><a href="mac.html" class="current">Mac OS</a></li>
39 <li><a href="windows.html">Windows</a></li>
40 <li class="share"><a href="https://fsf.org/twitter">#EmailSelfDefense</a></li>
41 </ul>
42
43 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
44 <div id="fsf-intro">
45 <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>
46 <p>Email Self-Defense is a project of the Free Software Foundation. The FSF works to secure freedom for computer users by promoting the development and use of free (as in freedom) software and documentation.</p><p>We have big plans to get it in the hands of people under bulk surveillance all over the world, and make more tools like it. Can you make a donation to help us achieve that goal?</p>
47
48 <!--<p><a href="https://u.fsf.org/yr"><img alt="Join now" src="//static.fsf.org/nosvn/enc-dev0/img/join.en.png"></a></p>-->
49 <p><a href="https://u.fsf.org/7w"><img alt="Donate" src="//static.fsf.org/nosvn/enc-dev0/img/donate.en.png"></a></p>
50 <div class="newsletter">
51 <h5>Sign up</h5>
52 <p>Enter your email address to receive our monthly newsletter, the <a href="https://www.fsf.org/free-software-supporter/">Free Software Supporter</a></p>
53 <form method="post" action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31">
54 <input type="text" placeholder="Type your email..." name="email-Primary" id="frmEmail"><input type="submit" value="Subscribe me" name="_qf_Edit_next">
55 <div>
56 <input type="hidden" value="" name="postURL"><input type="hidden" value="1" name="group[25]"><input type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" name="cancelURL"><input type="hidden" value="Edit:cancel" name="_qf_default">
57 </div>
58 </form>
59 <p><small>Read our <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a></small></p>
60 </div><!-- End .newsletter -->
61 </div><!-- End #fsf-intro -->
62
63 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
64 <div class="intro">
65 <p id="infographic">
66 <a href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a>
67 </p>
68<p>Bulk surveillance violates our fundamental rights and makes free speech risky. But we're far from helpless to do something about it. 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 can't intercept your email and read it.</p>
69 <!--<p>You'll also be able to sign emails to show reliably that they are from you. Though the need for signing may be less obvious, you'll actually do it more often.</p>-->
70 <p>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>
71
72<p>Let's get started!</p>
73
74 </div>
75
76 </div>
77 </header><!-- End #header -->
78
6c673e6f
ZR
79<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
80 <section class="row" id="section1">
81 <div>
4f3e4963 82 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
6c673e6f 83 <div class="section-intro">
6c673e6f 84 <h2><em>#1</em> Get the pieces</h2>
4f3e4963
AIC
85 <p>All you need to start is a computer with an Internet connection, an email account and about half an hour. You can use your existing email account for this without affecting it.</p>
86<p>Most GNU/Linux operating systems come with GnuPG installed on them, so you don't have to donwload it. Before configuring GnuPG though, you'll need any one of these desktop email programs installed on your computer: <a href="http://directory.fsf.org/wiki/Icedove">Icedove</a> (for Debian GNU/Linux) or Thunderbird (for other GNU/Linux flavors). Email programs are another way to access the same email accounts you can access in a browser (like GMail), but provide extra features.</p>
6c673e6f 87 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
6c673e6f
ZR
88 </div><!-- End .section-intro -->
89
90 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
91 <div id="step-1a" class="step">
92 <div class="sidebar">
ba2db35a 93 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
6c673e6f
ZR
94 </div><!-- /.sidebar -->
95 <div class="main">
96 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
97 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
98
99 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
100 <div class="troubleshooting">
101 <h4>Troubleshooting</h4>
102 <dl>
103 <dt>What's a wizard?</dt>
104 <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>
105 <dt>My email program can't find my account or isn't downloading my mail?</dt>
106 <dd>Before Googling, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
4f3e4963
AIC
107 <dt class="feedback">Don't see a solution to your problem?</dt>
108 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
6c673e6f
ZR
109 </dl>
110 </div><!-- /.troubleshooting -->
111
112 </div><!-- End .main -->
113 </div><!-- End #step1-a .step -->
114
115 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
4f3e4963 116
6c673e6f
ZR
117 <div id="step-1b" class="step">
118 <div class="main">
119 <h3><em>Step 1.b</em>Install GnuPG</h3>
120 <p><a rel="external" href="https://releases.gpgtools.org/GPG%20Suite%20-%202013.10.22.dmg">Download GPG Suite</a>, a software package that includes GnuPG. Install it, clicking through the installation wizard with all the default settings. If it opens any windows after installation, you can close them.</p>
121 </div><!-- End .main -->
122 </div><!-- End #step1b .step -->
123
124 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
125 <div id="step-1c" class="step">
126 <div class="main">
127 <h3><em>Step 1.c</em> Install the Enigmail plugin for your email program</h3>
128 <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>
129 <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>
130 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
131 <div class="troubleshooting">
132 <h4>Troubleshooting</h4>
133 <dl>
1e72473c
ZR
134 <dt>I can't find the menu.</dt>
135 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
4f3e4963
AIC
136 <dt class="feedback">Don't see a solution to your problem?</dt>
137 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
6c673e6f 138 </dl>
4f3e4963 139
6c673e6f
ZR
140 </div><!-- /.troubleshooting -->
141 </div><!-- End .main -->
142 </div><!-- End #step-1c .step -->
143 </div>
144 </section><!-- End #section1 -->
318714a1 145
4f3e4963
AIC
146<!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
147 <section class="row" id="section2">
148 <div>
149 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
150 <div class="section-intro">
151 <h2><em>#2</em> Make your keys</h2>
152 <p>To use the GnuPG system, you'll need a public key and a private key (known together as a keypair). Each is a long string of randomly generated numbers that are unique to you. Your public and private keys are linked together by a special mathematical function.</p>
153
154<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>
318714a1 155
4f3e4963
AIC
156<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>
157 </div><!-- End .section-intro -->
318714a1 158
4f3e4963
AIC
159 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
160 <div id="step-2a" class="step">
161 <div class="sidebar">
162 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
163 </div><!-- /.sidebar -->
164 <div class="main">
165 <h3><em>Step 2.a</em> Make a keypair</h3>
166 <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>
167 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
168 <p>Use the default options until you reach the screen titled "Create Key".</p>
169 <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>
170 <p>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>
171 <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>
172 <p class="notes">After creating your key, the Enigmail set-up wizard automatically uploaded it to a keyserver, an online computer that makes everyone's keys available through the Internet.</p>
318714a1 173
4f3e4963
AIC
174 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
175 <div class="troubleshooting">
176 <h4>Troubleshooting</h4>
177 <dl>
178 <dt>I can't find the OpenPGP menu.</dt>
179 <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>
180 <dt>The wizard says that it cannot find GnuPG.</dt>
181
182 <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>
183 <dt>What does OpenPGP mean?</dt>
184
185 <dd>OpenPGP is a protocol that GnuPG uses, just like HTTP is a protocol for the Web. It's a slightly confusing name that Enigmail uses for its menus.</dd>
186 <dt class="feedback">Don't see a solution to your problem?</dt>
187 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
188 </dl>
189 </div><!-- /.troubleshooting -->
190 </div><!-- End .main -->
191 </div><!-- End #step-2a .step -->
192 <div id="step-2b" class="step">
193 <div class="main">
194 <h3><em>Step 2.b</em> Upload your public key to a keyserver</h3>
195 <p>In your email program's menu, select OpenPGP &rarr; Key Management.</p>
196<p>Right click on your key and select Upload Public Keys to Keyserver. Use the default keyserver in the popup.</p>
197<p>Now anyone who wants to send you an encrypted message can download your public key from the Internet.</b>
198 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
199 <div class="troubleshooting">
200 <h4>Troubleshooting</h4>
201 <dl>
202 <dt>The progress bar never finishes</dt>
203 <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>
204 <dt class="feedback">Don't see a solution to your problem?</dt>
205 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
206 </dl>
207 </div><!-- /.troubleshooting -->
208
209<dt>Enigmail can't find Adele's key</dt>
210 <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>
211
212 </div><!-- End .main -->
213 </div><!-- End #step-2a .step -->
214
215 </div>
216 </section><!-- End #section2 -->
217
218<!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
219 <section class="row" id="section3">
220 <div>
221 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
222 <div class="section-intro">
223 <h2><em>#3</em> Try it out!</h2>
224 <p>Now you'll try a test correspondence with a computer program named Adele, which knows how to use encryption. You'd follow the same steps if communicating with a real person. Then you'll send your first signed email to a real person!</p>
225 </div><!-- End .section-intro -->
226
227 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
228 <div id="step-3a" class="step">
229 <div class="sidebar">
230 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section3-try-it-out.png" alt="Section 5: Use it Well" /></p>
231 </div><!-- /.sidebar -->
232 <div class="main">
233 <h3><em>Step 3.a</em> Send Adele your public key</h3>
234 <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>
235
236<p>Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
237
238<p>It may take two or three minutes for Adele to respond. In the meantime, you might want to skip ahead and check out the Use it well section of this guide. Once she's responded, head to the next step. From here one, you'll be doing just the same thing as when corresponding with a real person.</p>
239 </div><!-- End .main -->
240 </div><!-- End #step-3b .step -->
241
242 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
243 <div id="step-3b" class="step">
244 <div class="main">
245 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
246 <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>
247 <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>
248 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
249
250 <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>
251
252 <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>
253 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
254 <div class="troubleshooting">
255 <h4>Troubleshooting</h4>
256 <dl>
257 <dt>Enigmail can't find Adele's key</dt>
258 <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>
259 <dt class="feedback">Don't see a solution to your problem?</dt>
260 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
261 </dl>
262 </div><!-- /.troubleshooting -->
263 </div><!-- End .main -->
264 </div><!-- End #step-3b .step -->
265
266 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
267 <div id="step-headers_unencrypted" class="step">
268 <div class="main">
269 <h3><em>Important:</em> Subject lines are not encrypted</h3>
270 <p>Even if you encrypted your email, the subject line is not encrypted, so don't put private information there. The sending and receiving addresses aren't encrypted either, so they could be read by a surveillance system.</p>
271 </div><!-- End .main -->
272 </div><!-- End #step-headers_unencrypted .step-->
273
274
275 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
276 <div id="step-3c" class="step">
277 <div class="main">
278 <h3><em>Step 3.c</em> Receive a response</h3>
279 <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>
280 <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>
281 <p>It may take two or three minutes for Adele to respond. In the meantime, you might want to skip ahead and check out the Use it well section of this guide.</p>
282 <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>
283 <p class="notes">Notice the bar that Enigmail shows you with information about the status of Adele's key.</p>
284 </div><!-- End .main -->
285 </div><!-- End #step-3c .step -->
286
287<!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
288 <div id="step-3d" class="step">
289 <div class="main">
290 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
291 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
292 <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>
293 <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>
294 </div>
295 </div>-->
296 </div>
297 </section><!-- End #section3 -->
298
299
300<!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
301 <section class="row" id="section4">
302 <div>
303 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
304 <div class="section-intro">
305 <h2><em>#4</em> Learn the Web of Trust</h2>
306 <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 friends name, creating keys to go with it and impersonating your friend.</p>
307
308 <p>That's why the programmers that developed email encryption created keysigning and the Web of Trust. When you sign someone's key, you are publicly saying that you trust that it does belong to them and not an impostor.</p>
309
310<p>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 GnuPG users, connected to each other by chains of trust expressed through signatures, into a giant Web. The more signatures a key has, and the more signatures it's signers' keys have, the more trustworthy that key is.</p>
311
312 </div><!-- End .section-intro -->
318714a1 313
4f3e4963
AIC
314 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
315 <div id="step-4a" class="step">
316 <div class="sidebar">
317 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
318 </div><!-- /.sidebar -->
319 <div class="main">
320 <h3><em>Step 4.a</em> Sign a key</h3>
321 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
322 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
323 <p>In the window that pops up, select "I will not answer" and click OK.</p>
324 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit OK.</p>
325 <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>
326
327
328 <div id="pgp-pathfinder">
329 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
330 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
331 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
332 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
333 </form>
334 </div><!-- End #pgp-pathfinder -->
335
336 </div><!-- End .main -->
337 </div><!-- End #step-4a .step -->
338 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
339 <div id="step-sign_real_keys" class="step">
340 <div class="main">
341 <h3><em>Important:</em> check people's identification before signing their keys</h3>
342 <p>Before signing a real person's key, always make sure it actually belongs to them, and 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?". The only way to truly make sure it belongs to them is to talk to them in person or on the phone, and have them give you identifying information (like a government ID), along with their key ID.</p>
343 </div><!-- End .main -->
344 </div><!-- End #step-sign_real_keys .step-->
345
346
347
348 </div>
349 </section><!-- End #section4 -->
350
351<!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
352 <section id="section5" class="row">
353 <div>
354 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
355 <div class="section-intro">
356 <h2><em>#5</em> Use it well</h2>
357<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>
358 </div><!-- End .section-intro -->
359
360 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
361 <div id="step-5a" class="step">
362 <div class="sidebar">
363 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
364 </div><!-- /.sidebar -->
365 <div class="main">
366 <h3>When should I encrypt?</h3>
367
368 <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>
369
370<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. And even people that encrypt as much as they can are still limited to those of their contacts that have public keys.</p>
371
372 </div><!-- End .main -->
373 </div><!-- End #step-5a .step -->
374
375 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
376 <div id="step-5b" class="step">
377 <div class="sidebar">
378 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
379 </div><!-- /.sidebar -->
380 <div class="main">
381 <h3>Be wary of invalid keys</h3>
382 <p>GnuPG makes email safer, but it's still important to watch out for invalid keys, which which might have fallen into the wrong hands. Email encrypted with invalid keys might be readable by surveillance programs.</p>
383 <p>In your email program, go back to the second email that Adele sent you. Because it was encrypted with her key, it will have a message from OpenPGP at the top, which most likely says "OpenPGP: Part of this message encrypted."</p>
384<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>
385 </div><!-- End .main -->
386 </div><!-- End #step-5b .step -->
387
388 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
389 <div id="step-5c" class="step">
390 <div class="main">
391 <h3>Copy your revocation certificate to somewhere safe</h3>
392 <p>Remember when you created your keys and saved the revocation cerfiticate that GnuPG made? It's time to copy that cerfiticate 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>
393<p>If your private key ever gets lost or stolen, you'll need this certificate file.</p>
394 </div><!-- End .main -->
395 </div><!-- End #step-5c .step -->
396
397 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
398 <div id="step-lost_key" class="step">
399 <div class="main">
400 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
401 <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 steal your identity. This guide doesn't cover how to revoke a key, but it only takes a minute. We recommend you Google it or seek help from a skilled friend. After you're done revoking, send an email to everyone with whom you usually use your key to make sure they know.</p>
402 </div><!-- End .main -->
403 </div><!-- End #step-lost_key .step-->
404
405 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
406 <div id="step-5d" class="step">
407 <div class="main">
408 <h3>Make it part of your online identity</h3>
409 <p>Start writing your key ID anywhere someone would see your email address. Add it to your email signature, so that anyone corresponding with you knows that they can donwload your public key and verify that it's the correct one. It's also good to post it on your media profile, blog, Website, or business card.</p><p>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 ID.</p>
410 </div><!-- End .main -->
411 </div><!-- End #step-5d .step-->
412
413
318714a1
ZR
414 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
415 <div id="step-gnulinux" class="step">
416 <div class="main">
417 <h3>Switch to GNU/Linux</h3>
418 <p>Coming soon</p>
419 </div><!-- End .main -->
420 </div><!-- End #step-gnulinux .step -->
6b62e8bb
ZR
421
422
4f3e4963
AIC
423 </div>
424 </section><!-- End #section5 -->
6b62e8bb 425
4f3e4963
AIC
426<!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
427 <section class="row" id="section6">
428 <div>
429 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
430 <div class="section-intro">
431 <h2><em>#6</em> Next steps</h2>
432 </div><!-- End .section-intro -->
6b62e8bb 433
4f3e4963
AIC
434 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
435 <div id="step-keysigning_party" class="step">
436 <div class="sidebar">
437 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/section6-next-steps.png" alt="Section 6: Next Steps" /></p>
438 </div><!-- /.sidebar -->
439 <div class="main">
440 <h3>Go to a keysigning party</h3>
441 <p>Keysigning parties are social events designed to build the Web of Trust. Participants match each others' photo IDs and Key IDs, and then get out their laptops and sign each other's public keys. They're a great way to meet likeminded people and learn about new privacy tools, as well as build up people's trust in your key. Look for keysigning at tech events, hackerspaces and nerdy parties.</p>
442 </div><!-- End .main -->
443 </div><!-- End #keysigning_party .step -->
6b62e8bb 444
4f3e4963
AIC
445 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
446 <div id="step-programming" class="step">
447 <div class="main">
448 <h3>Make these tools even better</h3>
449 <p>Like programming? Contribute code to <a href="https://www.gnupg.org/">GnuPG</a> or <a href="https://www.enigmail.net/home/index.php">Enigmail</a>. Have an idea for improving this guide? Leave us <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback</a>.</p>
450 </div><!-- End .main -->
451 </div><!-- End #step-programming .step -->
6b62e8bb 452
4f3e4963
AIC
453 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
454 <div id="step-more_technologies" class="step">
455 <div class="main">
456 <h3>Protect more of your digital life</h3>
457 <p>Learn surveillance-resistant technologies for instant messages, hard drive storage, online sharing and more at <a href="https://directory.fsf.org/wiki/Collection:PRISM"> the Free Software Directory's PRISM Collection</a> and <a href="prism-break.org">prism-break.org</a>.</p>
458 </div><!-- End .main -->
459 </div><!-- End #step-more_technologies .step -->
6b62e8bb
ZR
460
461
462 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
463 <div id="step-gnulinux" class="step">
464 <div class="main">
465 <h3>Switch to GNU/Linux for maximum safety</h3>
466 <p>Mac OS is a nonfree operating system, which means that no one but Apple gets to see the code it runs on. This makes running Mac OS risky for your privacy -- there's no way to know if it's spying on you.</p><p>To push back hard against surveillance, we recommend you switch to a free software operating system like GNU/Linux. Free operating systems are completely transparent, so anyone can find and remove dangerous code. Learn more about free software at <a href="https://u.fsf.org/ys">fsf.org</a>.</p>
467 </div><!-- End .main -->
468 </div><!-- End #step-gnulinux .step -->
4f3e4963
AIC
469
470 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
471 <div id="step-learn_more" class="step">
472 <div class="main">
473 <h3>Learn more about GnuPG</h3>
474 <p>There are a lot more features of GnuPG to discover, including encrypting files on your computer. There are a variety of resources accessible via Google, but we recommend starting with the links on the <a href="https://www.gnupg.org/documentation/">GnuPG Web site</a>.</p>
475 </div><!-- End .main -->
476 </div><!-- End #step-learn_more .step -->
477
478 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
479 <div id="step-contribute" class="step">
480 <div class="main">
481 <h3>Contribute to this guide</h3>
482 <ul>
483 <li><a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">Leave feedback and suggest improvements</a></li>
484 <li>Email us at <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a> if you'd like to help maintain and improve this guide, or to translate it</li>
485 <li><a href="https://u.fsf.org/7w">Donate to the Free Software Foundation</a></li>
486 </ul>
487 </div><!-- End .main -->
488 </div><!-- End #step-contribute .step -->
489
490 </div>
491 </section><!-- End #section6 -->
492
493<!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
494<!-- When un-commenting this section go to main.css and search
495 for /* Guide Sections Background */ then add #faq to the desired color
496
497 <section class="row" id="faq">
498 <div>
499 <div class="sidebar">
500 <h2>FAQ</h2>
501 </div>
502
503 <div class="main">
504 <dl>
505 <dt>My key expired</dt>
506 <dd>Answer coming soon.</dd>
507
508 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
509 <dd>Answer coming soon.</dd>
510
511 <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>
512 <dd>Answer coming soon.</dd>
513 </dl>
514 </div>
515 </div>
516 </section> --><!-- End #faq -->
517
518<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
519 <footer class="row" id="footer">
520 <div>
521 <div id="copyright">
522 <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>
523 <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>
524 <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>
525 <p>Fonts used in the guide &amp; infographic: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> by Pablo Impallari, <a href="http://www.google.com/fonts/specimen/Signika">Signika</a> by Anna Giedry&#347; <a href="http://www.google.com/fonts/specimen/Archivo+Narrow">Archivo Narrow</a> by Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> by Florian Cramer.</p>
526 </div><!-- /#copyright -->
527 <p class="credits">
528 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>
529 </p><!-- /.credits -->
530 </div>
531 </footer><!-- End #footer -->
532
533 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
534 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
535
536 <!-- Piwik -->
537 <script type="text/javascript">
538 /*
539 @licstart The following is the entire license notice for the
540 JavaScript code in this page.
541
542 Copyright 2014 Matthieu Aubry
543
544 This program is free software: you can redistribute it and/or modify
545 it under the terms of the GNU General Public License as published by
546 the Free Software Foundation, either version 3 of the License, or
547 (at your option) any later version.
548
549 This program is distributed in the hope that it will be useful,
550 but WITHOUT ANY WARRANTY; without even the implied warranty of
551 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
552 GNU General Public License for more details.
553
554 You should have received a copy of the GNU General Public License
555 along with this program. If not, see http://www.gnu.org/licenses/.
556
557 @licend The above is the entire license notice
558 for the JavaScript code in this page.
559 */
560 var _paq = _paq || [];
561 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
562 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
563 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
564 _paq.push(["trackPageView"]);
565 _paq.push(["enableLinkTracking"]);
566
567 (function() {
568 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
569 _paq.push(["setTrackerUrl", u+"piwik.php"]);
570 _paq.push(["setSiteId", "5"]);
571 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
572 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
573 })();
574 </script>
575 <!-- End Piwik Code -->
576
577 </body>
578</html>