Switching links to stylesheet and scripts.js so I can see the site locally.
[enc.git] / index.html
CommitLineData
bdf319c4
AIC
1<!DOCTYPE html>
2<html>
3 <head>
2cb815ae
AIC
4 <meta charset="utf-8">
5
bdf319c4 6 <title>Email Self-Defense</title>
2cb815ae
AIC
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
bdf319c4 11 <meta name="viewport" content="width=device-width, initial-scale=1">
ad76913c
AIC
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" />
bdf319c4
AIC
14 </head>
15 <body>
16 <nav class="nav">
17 <div>
18 <ul class="os">
6c495e2d 19 <li><a href="#" class="current">GNU/Linux</a></li>
bdf319c4
AIC
20 <li><a href="#">Mac OS</a></li>
21 <li><a href="#">Windows</a></li>
22 </ul>
23 <ul class="lang">
6c495e2d 24 <li><a href="/">English</a></li>
bdf319c4 25 </ul>
bdf319c4
AIC
26 </div>
27 </nav>
6c495e2d 28
2cb815ae
AIC
29<!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
30<!-- ~~~~~~~~~ Revision as of 18:53, 1 June 2014 by Zakkai ~~~~~~~~~ -->
6c495e2d 31 <header class="row" id="header">
bdf319c4 32 <div>
2378bdbf 33 <h1><a href="#">Email Self-Defense</a></h1>
bdf319c4 34 <div class="intro">
2378bdbf
AIC
35 <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>
36 <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>
37 <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>
38 <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>
bdf319c4 39 </div>
2378bdbf
AIC
40 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
41 <div id="fsf-intro">
1900b5cd 42 <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>
2378bdbf
AIC
43 <p>The Free Software Foundation is working to secure freedom for computer
44 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>
1900b5cd 45 <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>
2378bdbf
AIC
46 <div class="newsletter">
47 <h5>Sign up</h5>
48 <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>
49 <form method="post" action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31">
50 <input type="text" placeholder="Type your email..." name="email-Primary" id="frmEmail"><input type="submit" value="Subscribe me" name="_qf_Edit_next">
51 <div>
52 <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">
53 </div>
54 </form>
55 </div><!-- End .newsletter -->
56 </div><!-- End #fsf-intro -->
57
bdf319c4 58 </div>
6c495e2d
AIC
59 </header><!-- End #header -->
60
2cb815ae 61<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
6c495e2d 62 <section class="row" id="section1">
bdf319c4 63 <div>
2378bdbf
AIC
64 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
65 <div class="section-intro">
66 <div class="sidebar">
67 <h2><em>#1</em> Get the pieces</h2>
68 </div><!-- /.sidebar -->
69 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
70 <div class="main">
51e4bd25
ZR
71 <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>
72 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
2378bdbf
AIC
73 </div><!-- End .main -->
74 </div><!-- End .section-intro -->
dbd3bf12 75
2cb815ae 76 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 77 <div id="step-1a" class="step">
2cb815ae 78 <div class="sidebar">
1900b5cd 79 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
2cb815ae 80 </div><!-- /.sidebar -->
2378bdbf 81 <div class="main">
2cb815ae
AIC
82 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
83 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
bdf319c4 84
2cb815ae
AIC
85 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
86 <div class="troubleshooting">
87 <h4>Troubleshooting</h4>
88 <dl>
51e4bd25
ZR
89 <dt>What's a wizard?</dt>
90 <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>
2cb815ae 91 <dt>My email program can't find my account or isn't downloading my mail?</dt>
51e4bd25 92 <dd>Before Googling, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
2cb815ae
AIC
93 </dl>
94 </div><!-- /.troubleshooting -->
95
2378bdbf
AIC
96 </div><!-- End .main -->
97 </div><!-- End #step1-a .step -->
6c495e2d 98
2378bdbf
AIC
99 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
100 <div id="step-1c" class="step">
101 <div class="main">
51e4bd25 102 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
2378bdbf
AIC
103 <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>
104 <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>
105 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
106 <div class="troubleshooting">
107 <h4>Troubleshooting</h4>
108 <dl>
1e72473c
ZR
109 <dt>I can't find the menu.</dt>
110 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
2378bdbf
AIC
111 </dl>
112 </div><!-- /.troubleshooting -->
113 </div><!-- End .main -->
114 </div><!-- End #step-1c .step -->
bdf319c4 115 </div>
6c495e2d 116 </section><!-- End #section1 -->
bdf319c4 117
2cb815ae 118<!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
6c495e2d 119 <section class="row" id="section2">
bdf319c4 120 <div>
2378bdbf
AIC
121 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
122 <div class="section-intro">
123 <div class="sidebar">
bdf319c4 124 <h2><em>#2</em> Make your keys</h2>
2378bdbf
AIC
125 </div><!-- /.sidebar -->
126 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
127 <div class="main">
128 <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>
129 </div><!-- End .main -->
130 </div><!-- End .section-intro -->
6c495e2d 131
2cb815ae 132 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
133 <div id="step-2a" class="step">
134 <div class="sidebar">
1900b5cd 135 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
136 </div><!-- /.sidebar -->
137 <div class="main">
138 <h3><em>Step 2.a</em> Make a keypair</h3>
139 <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>
140 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
141 <p>Use the default options until you reach the screen titled "Create Key".</p>
142 <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>
143 <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>
144 <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>
145 <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>
6c495e2d 146
2378bdbf
AIC
147 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
148 <div class="troubleshooting">
149 <h4>Troubleshooting</h4>
150 <dl>
51e4bd25
ZR
151 <dt>I can't find the OpenPGP menu.</dt>
152 <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>
2378bdbf
AIC
153 </dl>
154 </div><!-- /.troubleshooting -->
155 </div><!-- End .main -->
156 </div><!-- End #step-2a .step -->
bdf319c4 157 </div>
6c495e2d 158 </section><!-- End #section2 -->
bdf319c4 159
2cb815ae 160<!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
6c495e2d 161 <section class="row" id="section3">
bdf319c4 162 <div>
2378bdbf
AIC
163 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
164 <div class="section-intro">
165 <div class="sidebar">
166 <h2><em>#3</em> Try it out!</h2>
167 </div><!-- /.sidebar -->
168 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
169 <div class="main">
170 <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>
171 </div><!-- End .main -->
172 </div><!-- End .section-intro -->
6c495e2d 173
2cb815ae 174 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
175 <div id="step-3a" class="step">
176 <div class="sidebar">
1900b5cd 177 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
178 </div><!-- /.sidebar -->
179 <div class="main">
180 <h3><em>Step 3.a</em> Download Adele's public key from a keyserver</h3>
181 <p>In your email program's menu, go to OpenPGP -> Key Management -> Keyserver -> Search for Keys.</p>
182 <p>In the "Search for keys" field, type adele-en@gnupp.de. That's Adele's email address.</p>
183 <p>Check the first result (Key ID starting with 9) and hit OK.</p>
184 </div><!-- End .main -->
185 </div><!-- End #step-3a .step -->
6c495e2d 186
2cb815ae 187 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
188 <div id="step-3b" class="step">
189 <div class="main">
190 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
191 <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.</p>
192 <p>Before sending the email, 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>
193 <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>
194 <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>
195 <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>
196 <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>
197 <p class="highlight">Notice the bar that Enigmail shows you with information about the status of Adele's key.</p>
198 </div><!-- End .main -->
199 </div><!-- End #step-3b .step -->
6c495e2d 200
2cb815ae 201 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
202 <div id="step-3c" class="step">
203 <div class="main">
204 <h3><em>Step 3.c</em> Send a test signed email to a friend</h3>
205 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
206 <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>
207 <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>
208 </div><!-- End .main -->
209 </div><!-- End #step-3c .step -->
bdf319c4 210 </div>
6c495e2d 211 </section><!-- End #section3 -->
bdf319c4 212
2cb815ae 213<!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
6c495e2d 214 <section class="row" id="section4">
bdf319c4 215 <div>
2378bdbf
AIC
216 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
217 <div class="section-intro">
218 <div class="sidebar">
219 <h2><em>#4</em> Learn the Web of Trust</h2>
220 </div><!-- /.sidebar -->
221 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
222 <div class="main">
223 <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>
224 <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>
225 </div><!-- End .main -->
226 </div><!-- End .section-intro -->
6c495e2d 227
2cb815ae 228 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
229 <div id="step-4a" class="step">
230 <div class="sidebar">
1900b5cd 231 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
232 </div><!-- /.sidebar -->
233 <div class="main">
234 <h3><em>Step 4.a</em> Sign a key</h3>
235 <p>In your email program's menu, go to OpenPGP -> Key Management.</p>
236 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
237 <p>In the window that pops up, select "I will not answer" and click OK.</p>
238 <p>In your email program's menu, go to OpenPGP -> Key Management -> Keyserver -> Upload Public Keys and hit OK.</p>
239 <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>
240 <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>
241 <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>
242 </div><!-- End .main -->
243 </div><!-- End #step-4a .step -->
bdf319c4 244 </div>
6c495e2d 245 </section><!-- End #section4 -->
bdf319c4 246
2cb815ae 247<!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
bdf319c4
AIC
248 <section class="row section5">
249 <div>
2378bdbf
AIC
250 <!-- ~~~~~~~~~ section title + graphics + intro ~~~~~~~~~ -->
251 <div class="section-intro">
252 <div class="sidebar">
253 <h2><em>#5</em> Use it well</h2>
254 </div><!-- /.sidebar -->
255 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
256 <div class="main">
257 <p>...</p>
258 </div><!-- End .main -->
259 </div><!-- End .section-intro -->
6c495e2d 260
2cb815ae 261 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
262 <div id="step-5a" class="step">
263 <div class="main">
264 <h3><em>Step 5a</em> When should I encrypt? When should I sign?</h3>
265 <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>
266 <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>
267 </div><!-- End .main -->
268 </div><!-- End #step-5a .step -->
269
270 <div id="step-5b" class="step">
271 <div class="main">
272 <h3><em>Step 5b</em> Be wary of invalid keys</h3>
273 <p>Coming soon</p>
274 </div><!-- End .main -->
275 </div><!-- End #step-5b .step -->
6c495e2d 276
2cb815ae 277 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
278 <div id="step-5c" class="step">
279 <div class="main">
280 <h3><em>Step 5c</em> Make it part of your online identity</h3>
281 <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>
282 <!-- ~~~~~~~~~ highlight ~~~~~~~~~ -->
283 <div class="highlight">
284 <h3>Important: act swiftly if you lose your key</h3>
285 <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>
286 </div><!-- End .highlight -->
287 </div><!-- End .main -->
288 </div><!-- End #step-5c .step-->
bdf319c4 289 </div>
6c495e2d 290 </section><!-- End #section5 -->
bdf319c4 291
2cb815ae 292<!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
6c495e2d 293 <section class="row" id="section6">
bdf319c4 294 <div>
2cb815ae 295 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
87588109
AIC
296 <div class="section-intro">
297 <div class="sidebar">
298 <h2><em>#6</em> Next steps</h2>
299 </div><!-- /.sidebar -->
300 </div><!-- End .section-intro -->
6c495e2d 301
1e72473c
ZR
302 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
303 <div id="step-gnulinux" class="step">
87588109
AIC
304 <div class="sidebar">
305 <p><img src="http://static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
306 </div><!-- /.sidebar -->
1e72473c
ZR
307 <div class="main">
308 <h3>Switch to GNU/Linux</h3>
309 <p>Coming soon</p>
310 </div><!-- End .main -->
311 </div><!-- End #step-gnulinux .step -->
312 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
313 <div id="step-keysigning_party" class="step">
314 <div class="main">
315 <h3>Go to a keysigning party</h3>
316 <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>
317 </div><!-- End .main -->
318 </div><!-- End #keysigning_party .step -->
319 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
320 <div id="step-programming" class="step">
321 <div class="main">
322 <h3>Make these tools even better</h3>
323 <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>
324 </div><!-- End .main -->
325 </div><!-- End #step-programming .step -->
326 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
327 <div id="step-more_technologies" class="step">
328 <div class="main">
329 <h3>Protect more of your digital life</h3>
330 <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>
331 </div><!-- End .main -->
332 </div><!-- End #step-more_technologies .step -->
333
334 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
335 <div id="step-learn_more" class="step">
336 <div class="main">
337 <h3>Learn more about GnuPG</h3>
338 <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>
339 </div><!-- End .main -->
340 </div><!-- End #step-learn_more .step -->
341
342
6c495e2d 343 </div><!-- End .step /.main -->
bdf319c4 344 </div>
6c495e2d 345 </section><!-- End #section6 -->
bdf319c4 346
2cb815ae 347<!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
6c495e2d 348 <section class="row" id="faq">
bdf319c4 349 <div>
2cb815ae 350 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
bdf319c4
AIC
351 <div class="sidebar">
352 <h2>FAQ</h2>
353 </div><!-- /.sidebar -->
6c495e2d 354
bdf319c4 355 <div class="main">
6c495e2d
AIC
356 <dl>
357 <dt>My key expired</dt>
358 <dd>Answer coming soon.</dd>
359
360 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
361 <dd>Answer coming soon.</dd>
362
363 <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>
364 <dd>Answer coming soon.</dd>
365 </dl>
bdf319c4
AIC
366 </div><!-- /.main -->
367 </div>
6c495e2d 368 </section><!-- End #faq -->
bdf319c4 369
2cb815ae 370<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
6c495e2d 371 <footer class="row" id="footer">
bdf319c4 372 <div>
bdf319c4 373 <div id="copyright">
1900b5cd 374 <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>
2378bdbf
AIC
375 <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>
376 <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>
6c495e2d 377 </div><!-- /#copyright -->
bdf319c4 378 </div>
6c495e2d
AIC
379 </footer><!-- End #footer -->
380
1900b5cd
AIC
381 <script src="http://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
382 <script src="http://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
ad76913c
AIC
383
384<!--
385 <script src="static/js/jquery-1.11.0.min.js"></script>
386 <script src="static/js/scripts.js"></script>-->
bdf319c4
AIC
387 </body>
388</html>
2378bdbf 389