Merge branch 'master' of vcs.fsf.org:enc
[enc-live.git] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5
6 <title>Email Self-Defense</title>
7 <meta name="keywords" content="GnuPG, GPG, privacy" />
8 <meta name="description" content="A guide by the FSF to safe and
9 private email through the use of GnuPG">
10
11 <meta name="viewport" content="width=device-width, initial-scale=1">
12 <link rel="stylesheet" href="http://static.fsf.org/nosvn/enc-dev0/css/main.css">
13 <link rel="shortcut icon" href="http://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
14
15 <!-- <link rel="stylesheet" href="http://static.fsf.org/nosvn/enc-dev0/css/main.css">
16 -->
17
18 </head>
19 <body>
20 <nav class="nav">
21 <div>
22 <ul class="os">
23 <li><a href="#" class="current">GNU/Linux</a></li>
24 <li><a href="#">Mac OS</a></li>
25 <li><a href="#">Windows</a></li>
26 </ul>
27 <ul class="lang">
28 <li><a href="/">English</a></li>
29 </ul>
30 </div>
31 </nav>
32
33 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
34 <!-- ~~~~~~~~~ Revision as of 18:53, 1 June 2014 by Zakkai ~~~~~~~~~ -->
35 <header class="row" id="header">
36 <div>
37 <h1><a href="#">Email Self-Defense</a></h1>
38 <div class="intro">
39 <p>The goal of this guide is to make it easy to set up email encryption on your computer. Once you've finished the guide, 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>
40 <p>This isn't something you'd do with every email, or even every day. Rather, it's a tool to have handy when you need to send something sensitive.</p>
41 <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>
42 <p>All you need is a computer with GNU/Linux or Windows and an Internet connection. You can use your existing email account for this without affecting it.</p>
43 </div>
44 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
45 <div id="fsf-intro">
46 <h3><a href="http://www.fsf.org/"><img alt="Free Software Foundation" src="http://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png"></a></h3>
47 <p>The Free Software Foundation is working to secure freedom for computer
48 users by promoting the development and use of free (as in freedom) software and documentation &mdash; particularly the <a href="http://gnu.org">GNU operating system</a> &mdash; and by <a href="/campaigns">campaigning</a> against threats to computer user freedom like Digital Restrictions Management (DRM) and software patents.</p>
49 <p><a href="http://fsf.org/jfb"><img alt="Join now" src="http://static.fsf.org/nosvn/enc-dev0/img/join.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 </div><!-- End .newsletter -->
60 </div><!-- End #fsf-intro -->
61
62 </div>
63 </header><!-- End #header -->
64
65 <!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
66 <section class="row" id="section1">
67 <div>
68 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
69 <div class="section-intro">
70 <div class="sidebar">
71 <h2><em>#1</em> Get the pieces</h2>
72 </div><!-- /.sidebar -->
73 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
74 <div class="main">
75 <p>Most GNU/Linux operating systems come with GnuPG installed on them, so you don't have to get it. Before starting 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>
76 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
77 </div><!-- End .main -->
78 </div><!-- End .section-intro -->
79
80 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
81 <div id="step-1a" class="step">
82 <div class="sidebar">
83 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
84 </div><!-- /.sidebar -->
85 <div class="main">
86 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
87 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
88
89 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
90 <div class="troubleshooting">
91 <h4>Troubleshooting</h4>
92 <dl>
93 <dt>What's a wizard?</dt>
94 <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>
95 <dt>My email program can't find my account or isn't downloading my mail?</dt>
96 <dd>Before Googling, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
97 </dl>
98 </div><!-- /.troubleshooting -->
99
100 </div><!-- End .main -->
101 </div><!-- End #step1-a .step -->
102
103 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
104 <div id="step-1c" class="step">
105 <div class="main">
106 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
107 <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>
108 <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>
109 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
110 <div class="troubleshooting">
111 <h4>Troubleshooting</h4>
112 <dl>
113 <dt>I can't find the menu.</dt>
114 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
115 </dl>
116 </div><!-- /.troubleshooting -->
117 </div><!-- End .main -->
118 </div><!-- End #step-1c .step -->
119 </div>
120 </section><!-- End #section1 -->
121
122 <!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
123 <section class="row" id="section2">
124 <div>
125 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
126 <div class="section-intro">
127 <div class="sidebar">
128 <h2><em>#2</em> Make your keys</h2>
129 </div><!-- /.sidebar -->
130 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
131 <div class="main">
132 <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>
133 </div><!-- End .main -->
134 </div><!-- End .section-intro -->
135
136 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
137 <div id="step-2a" class="step">
138 <div class="sidebar">
139 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
140 </div><!-- /.sidebar -->
141 <div class="main">
142 <h3><em>Step 2.a</em> Make a keypair</h3>
143 <p>In your email program's menu, select OpenPGP -> 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>
144 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
145 <p>Use the default options until you reach the screen titled "Create Key".</p>
146 <p>On the screen titled "Create Key," pick a strong password! Your password should be at least 8 characters and include at least one lower case and upper case letter and at least one punctuation mark. Don't forget it, or all this work will be wasted!</p>
147 <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>
148 <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 Section 5. The setup wizard will ask you to move it onto an external device, but that isn't necessary at this moment.</p>
149 <p class="highlight">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>
150
151 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
152 <div class="troubleshooting">
153 <h4>Troubleshooting</h4>
154 <dl>
155 <dt>I can't find the OpenPGP menu.</dt>
156 <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>
157 </dl>
158 </div><!-- /.troubleshooting -->
159 </div><!-- End .main -->
160 </div><!-- End #step-2a .step -->
161 </div>
162 </section><!-- End #section2 -->
163
164 <!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
165 <section class="row" id="section3">
166 <div>
167 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
168 <div class="section-intro">
169 <div class="sidebar">
170 <h2><em>#3</em> Try it out!</h2>
171 </div><!-- /.sidebar -->
172 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
173 <div class="main">
174 <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>
175 </div><!-- End .main -->
176
177 </div><!-- End .section-intro -->
178 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
179 <div id="step-3a" class="step">
180 <div class="sidebar">
181 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
182 </div><!-- /.sidebar -->
183 <div class="main">
184 <h3><em>Step 3.a</em> Send Adele your public key</h3>
185 <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 -> 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>
186
187 <p>Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
188
189 <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>
190
191 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
192 <div class="troubleshooting">
193 <h4>Troubleshooting</h4>
194 <dl>
195 <dt>PLACEHOLDER</dt>
196 <dd>PLACEHOLDER</dd>
197 </dl>
198 </div><!-- /.troubleshooting -->
199 </div><!-- End .main -->
200 </div><!-- End #step-3b .step -->
201
202
203 </div><!-- End .section-intro -->
204
205 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
206 <div id="step-3a" class="step">
207 <div class="main">
208 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
209 <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>
210 <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>
211 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
212
213 <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>
214
215 <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>
216 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
217 <div class="troubleshooting">
218 <h4>Troubleshooting</h4>
219 <dl>
220 <dt>Enigmail can't find Adele's key</dt>
221 <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>
222 </dl>
223 </div><!-- /.troubleshooting -->
224 </div><!-- End .main -->
225 </div><!-- End #step-3b .step -->
226
227 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
228 <div id="step-3c" class="step">
229 <div class="main">
230 <h3><em>Step 3.c</em> Receive a response</h3>
231 <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>
232 <p class="highlight">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>
233 <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>
234 <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>
235 <p class="highlight">Notice the bar that Enigmail shows you with information about the status of Adele's key.</p>
236 </div><!-- End .main -->
237 </div><!-- End #step-3c .step -->
238
239 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
240 <div id="step-3d" class="step">
241 <div class="main">
242 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
243 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
244 <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>
245 <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>
246 </div><!-- End .main -->
247 </div><!-- End #step-3d .step -->
248 </div>
249 </section><!-- End #section3 -->
250
251 <!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
252 <section class="row" id="section4">
253 <div>
254 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
255 <div class="section-intro">
256 <div class="sidebar">
257 <h2><em>#4</em> Learn the Web of Trust</h2>
258 </div><!-- /.sidebar -->
259 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
260 <div class="main">
261 <p>Email encryption is a powerful technology, but it has a weakness; it requires a way to verify that a person's keypair is actually theirs. Otherwise, there would be no way to stop an attacker from making an email address with your friends name, creating a keypair to go with it and impersonating your friend. They would then be able to impersonate your friend by signing messages with the private key they'd created, and decrypt messages intended for your friend with the public key.</p>
262 <p>That's why the programmers that developed email encryption created keysigning and the Web of Trust. Keysigning allows a person to publicly state that they trust that a public key belongs to a specific person. To sign someone's public key, you need to use your private key, so the world will know that it was you.</p>
263 </div><!-- End .main -->
264 </div><!-- End .section-intro -->
265
266 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
267 <div id="step-4a" class="step">
268 <div class="sidebar">
269 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
270 </div><!-- /.sidebar -->
271 <div class="main">
272 <h3><em>Step 4.a</em> Sign a key</h3>
273 <p>In your email program's menu, go to OpenPGP -> Key Management.</p>
274 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
275 <p>In the window that pops up, select "I will not answer" and click OK.</p>
276 <p>In your email program's menu, go to OpenPGP -> Key Management -> Keyserver -> Upload Public Keys and hit OK.</p>
277 <p class="highlight">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. 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?".</p>
278 <p class="highlight">It's important to take keysigning seriously because it will affect people beyond just you and the person who's key you are signing. If someone doubts that a key actually belongs to the person that is says it does, they can go on a keyserver and see the number of signatures that it has. The more it has, the more they are likely to trust it.</p>
279 <p class="highlight">The Web of Trust takes this concept to the next level. It is a network of key signatures that is saved in keyservers on the Internet. It builds chains of trust between individuals that do not know each other by passing through others, a bit like the famous <a href="http://en.wikipedia.org/wiki/Six_degrees_of_separation">"six degrees of separation" game</a>. You don't need to understand it in detail to use email encryption, but it will become a powerful tool if you become an advanced user.</p>
280 </div><!-- End .main -->
281 </div><!-- End #step-4a .step -->
282 </div>
283 </section><!-- End #section4 -->
284
285 <!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
286 <section class="row section5">
287 <div>
288 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
289 <div class="section-intro">
290 <div class="sidebar">
291 <h2><em>#5</em> Use it well</h2>
292 </div><!-- /.sidebar -->
293 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
294 <div class="main">
295 <p>...</p>
296 </div><!-- End .main -->
297 </div><!-- End .section-intro -->
298
299 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
300 <div id="step-5a" class="step">
301 <div class="main">
302 <h3><em>Step 5a</em> When should I encrypt? When should I sign?</h3>
303 <p>Everyone uses GnuPG a little differently. Encryption is most important for messages involving finances, personal information, politically sensitive conversations and anything else that you wouldn't want to fall into the wrong hands. Signing is best for when you think there might be concern about your identity, or as a way of demonstrating that you know how to use GnuPG and will be able to decrypt emails. If you're already encrypting, there's no reason not to sign as well, to give the recipient added assurance that the message is from you.</p>
304 <p>If you're using your email program (or wherever you have GnuPG set up) often, we recommend that you sign all outgoing messages because it turns you into an ambassador for GnuPG. Anyone can read a signed email, so it doesn't matter if the recipient doesn't yet know how to use email encryption. The more you encrypt the better, but you won't be able to do so unless the recipient has a public key. However, if you've set it up for an email program on your computer, but you primarily use email through your phone, then you'll only want to fire up the email program and use GnuPG for special occasions. If this describes you, we recommend you use </p>
305 </div><!-- End .main -->
306 </div><!-- End #step-5a .step -->
307
308 <div id="step-5b" class="step">
309 <div class="main">
310 <h3><em>Step 5b</em> Be wary of invalid keys</h3>
311 <p>Coming soon</p>
312 </div><!-- End .main -->
313 </div><!-- End #step-5b .step -->
314
315 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
316 <div id="step-5c" class="step">
317 <div class="main">
318 <h3><em>Step 5c</em> Make it part of your online identity</h3>
319 <p>Start writing your key ID anywhere someone would see your email address. Add it to your email signature, social media profile, blog, Website, or business card.</p>
320 <!-- ~~~~~~~~~ highlight ~~~~~~~~~ -->
321 <div class="highlight">
322 <h3>Important: act swiftly if you lose your key</h3>
323 <p>If you lose your private key or someone else gets ahold of it (say, by stealing 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>
324 </div><!-- End .highlight -->
325 </div><!-- End .main -->
326 </div><!-- End #step-5c .step-->
327 </div>
328 </section><!-- End #section5 -->
329
330 <!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
331 <section class="row" id="section6">
332 <div>
333 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
334 <div class="section-intro">
335 <div class="sidebar">
336 <h2><em>#6</em> Next steps</h2>
337 </div><!-- /.sidebar -->
338 </div><!-- End .section-intro -->
339
340 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
341 <div id="step-gnulinux" class="step">
342 <div class="sidebar">
343 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
344 </div><!-- /.sidebar -->
345 <div class="main">
346 <h3>Switch to GNU/Linux</h3>
347 <p>Coming soon</p>
348 </div><!-- End .main -->
349 </div><!-- End #step-gnulinux .step -->
350 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
351 <div id="step-keysigning_party" class="step">
352 <div class="main">
353 <h3>Go to a keysigning party</h3>
354 <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>
355 </div><!-- End .main -->
356 </div><!-- End #keysigning_party .step -->
357 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
358 <div id="step-programming" class="step">
359 <div class="main">
360 <h3>Make these tools even better</h3>
361 <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>.</p>
362 </div><!-- End .main -->
363 </div><!-- End #step-programming .step -->
364 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
365 <div id="step-more_technologies" class="step">
366 <div class="main">
367 <h3>Protect more of your digital life</h3>
368 <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>
369 </div><!-- End .main -->
370 </div><!-- End #step-more_technologies .step -->
371
372 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
373 <div id="step-learn_more" class="step">
374 <div class="main">
375 <h3>Learn more about GnuPG</h3>
376 <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>
377 </div><!-- End .main -->
378 </div><!-- End #step-learn_more .step -->
379
380
381 </div><!-- End .step /.main -->
382 </div>
383 </section><!-- End #section6 -->
384
385 <!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
386 <section class="row" id="faq">
387 <div>
388 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
389 <div class="sidebar">
390 <h2>FAQ</h2>
391 </div><!-- /.sidebar -->
392
393 <div class="main">
394 <dl>
395 <dt>My key expired</dt>
396 <dd>Answer coming soon.</dd>
397
398 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
399 <dd>Answer coming soon.</dd>
400
401 <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>
402 <dd>Answer coming soon.</dd>
403 </dl>
404 </div><!-- /.main -->
405 </div>
406 </section><!-- End #faq -->
407
408 <!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
409 <footer class="row" id="footer">
410 <div>
411 <div id="copyright">
412 <h4><a href="http://www.fsf.org/"><img alt="Free Software Foundation" src="http://static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png"></a></h4>
413 <p>Copyright &copy; 2014 <a href="https://fsf.org">Free Software Foundation</a>, Inc. <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>. <a href="https://fsf.org/jfb">Join.</a></p>
414 <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>
415 </div><!-- /#copyright -->
416 </div>
417 </footer><!-- End #footer -->
418
419 <script src="http://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
420 <script src="http://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
421
422 <!--
423 <script src="static/js/jquery-1.11.0.min.js"></script>
424 <script src="static/js/scripts.js"></script>-->
425 </body>
426 </html>
427