Changing paragraphs in the fsf box and adding tracking links.
[enc-live.git] / index.html
CommitLineData
bdf319c4
AIC
1<!DOCTYPE html>
2<html>
3 <head>
2cb815ae
AIC
4 <meta charset="utf-8">
5
85947c90 6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG</title>
b7e5df33 7 <meta name="keywords" content="GnuPG, GPG, privacy, email, Enigmail" />
85947c90 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.">
2cb815ae 9
bdf319c4 10 <meta name="viewport" content="width=device-width, initial-scale=1">
ad76913c
AIC
11 <link rel="stylesheet" href="http://static.fsf.org/nosvn/enc-dev0/css/main.css">
12 <link rel="shortcut icon" href="http://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
05bfcb9e 13
b7e5df33 14<!-- our local static folder url --> <link rel="stylesheet" href="static/css/main.css">
5c207a4d 15
05bfcb9e 16
bdf319c4
AIC
17 </head>
18 <body>
19 <nav class="nav">
20 <div>
21 <ul class="os">
5c207a4d
AIC
22 <li><a href="index.html" class="current">GNU/Linux</a></li>
23 <li><a href="mac.html">Mac OS</a></li>
24 <li><a href="windows.html">Windows</a></li>
bdf319c4
AIC
25 </ul>
26 <ul class="lang">
5c207a4d 27 <li class="help"><a href="/">Translate this guide!</a></li>
bdf319c4 28 </ul>
bdf319c4
AIC
29 </div>
30 </nav>
6c495e2d 31
2cb815ae
AIC
32<!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
33<!-- ~~~~~~~~~ Revision as of 18:53, 1 June 2014 by Zakkai ~~~~~~~~~ -->
6c495e2d 34 <header class="row" id="header">
bdf319c4 35 <div>
5c207a4d 36 <h1>Email Self-Defense</h1>
bdf319c4 37 <div class="intro">
2378bdbf
AIC
38 <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>
39 <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>
40 <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>
41 <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 42 </div>
2378bdbf
AIC
43 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
44 <div id="fsf-intro">
5bf128a4
ZR
45 <h3><a href="http://u.fsf.org/ys"><img alt="Free Software Foundation" src="http://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>For our next step, we want to set up events to teach Email Self-Defense all over the world. Can you pitch in to help?</p>
36e7b21f 47
5bf128a4
ZR
48 <!--<p><a href="https://u.fsf.org/yr"><img alt="Join now" src="http://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>
2378bdbf
AIC
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>
ba2db35a 59 <p><small>Read our <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a></small></p>
2378bdbf
AIC
60 </div><!-- End .newsletter -->
61 </div><!-- End #fsf-intro -->
62
bdf319c4 63 </div>
6c495e2d
AIC
64 </header><!-- End #header -->
65
2cb815ae 66<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
6c495e2d 67 <section class="row" id="section1">
bdf319c4 68 <div>
5c207a4d 69 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 70 <div class="section-intro">
2378bdbf 71 <h2><em>#1</em> Get the pieces</h2>
5bf128a4 72 <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>
51e4bd25 73 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
2378bdbf 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">
ba2db35a 79 <p><img src="//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>
ba2db35a
AIC
93 <dt class="feedback">Don't see a solution to your problem?</dt>
94 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2cb815ae
AIC
95 </dl>
96 </div><!-- /.troubleshooting -->
97
2378bdbf
AIC
98 </div><!-- End .main -->
99 </div><!-- End #step1-a .step -->
6c495e2d 100
2378bdbf
AIC
101 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
102 <div id="step-1c" class="step">
b7e5df33 103 <div class="sidebar">
ba2db35a 104 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1b-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></p>
b7e5df33 105 </div><!-- /.sidebar -->
2378bdbf 106 <div class="main">
51e4bd25 107 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
2378bdbf
AIC
108 <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>
109 <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>
110 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
111 <div class="troubleshooting">
112 <h4>Troubleshooting</h4>
113 <dl>
1e72473c
ZR
114 <dt>I can't find the menu.</dt>
115 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
ba2db35a
AIC
116 <dt class="feedback">Don't see a solution to your problem?</dt>
117 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2378bdbf
AIC
118 </dl>
119 </div><!-- /.troubleshooting -->
120 </div><!-- End .main -->
121 </div><!-- End #step-1c .step -->
bdf319c4 122 </div>
6c495e2d 123 </section><!-- End #section1 -->
bdf319c4 124
2cb815ae 125<!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
6c495e2d 126 <section class="row" id="section2">
bdf319c4 127 <div>
5c207a4d 128 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 129 <div class="section-intro">
bdf319c4 130 <h2><em>#2</em> Make your keys</h2>
2378bdbf 131 <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>
2378bdbf 132 </div><!-- End .section-intro -->
6c495e2d 133
2cb815ae 134 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
135 <div id="step-2a" class="step">
136 <div class="sidebar">
ba2db35a 137 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
138 </div><!-- /.sidebar -->
139 <div class="main">
140 <h3><em>Step 2.a</em> Make a keypair</h3>
141 <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>
142 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
143 <p>Use the default options until you reach the screen titled "Create Key".</p>
144 <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>
145 <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>
146 <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>
147 <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 148
2378bdbf
AIC
149 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
150 <div class="troubleshooting">
151 <h4>Troubleshooting</h4>
152 <dl>
51e4bd25
ZR
153 <dt>I can't find the OpenPGP menu.</dt>
154 <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>
ba2db35a
AIC
155 <dt class="feedback">Don't see a solution to your problem?</dt>
156 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
2378bdbf
AIC
157 </dl>
158 </div><!-- /.troubleshooting -->
159 </div><!-- End .main -->
160 </div><!-- End #step-2a .step -->
bdf319c4 161 </div>
6c495e2d 162 </section><!-- End #section2 -->
bdf319c4 163
2cb815ae 164<!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
6c495e2d 165 <section class="row" id="section3">
bdf319c4 166 <div>
5c207a4d 167 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 168 <div class="section-intro">
2378bdbf 169 <h2><em>#3</em> Try it out!</h2>
2378bdbf 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>
3568a584 171 </div><!-- End .section-intro -->
5c207a4d 172
2cb815ae 173 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
174 <div id="step-3a" class="step">
175 <div class="sidebar">
ba2db35a 176 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
177 </div><!-- /.sidebar -->
178 <div class="main">
43bd32d7 179 <h3><em>Step 3.a</em> Send Adele your public key</h3>
f2e49dc1 180 <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>
43bd32d7
ZR
181
182<p>Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
183
f2e49dc1 184<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>
43bd32d7
ZR
185
186 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
187 <div class="troubleshooting">
188 <h4>Troubleshooting</h4>
189 <dl>
190 <dt>PLACEHOLDER</dt>
191 <dd>PLACEHOLDER</dd>
ba2db35a
AIC
192 <dt class="feedback">Don't see a solution to your problem?</dt>
193 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
43bd32d7
ZR
194 </dl>
195 </div><!-- /.troubleshooting -->
2378bdbf 196 </div><!-- End .main -->
43bd32d7 197 </div><!-- End #step-3b .step -->
6c495e2d 198
2cb815ae 199 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
5c207a4d
AIC
200 <div id="step-3b" class="step">
201 <div class="main">
202 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
203 <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>
204 <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>
205 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
206
207 <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>
208
209 <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>
210 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
211 <div class="troubleshooting">
212 <h4>Troubleshooting</h4>
213 <dl>
214 <dt>Enigmail can't find Adele's key</dt>
215 <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>
ba2db35a
AIC
216 <dt class="feedback">Don't see a solution to your problem?</dt>
217 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
5c207a4d
AIC
218 </dl>
219 </div><!-- /.troubleshooting -->
220 </div><!-- End .main -->
221 </div><!-- End #step-3b .step -->
43bd32d7
ZR
222
223 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
224 <div id="step-3c" class="step">
225 <div class="main">
226 <h3><em>Step 3.c</em> Receive a response</h3>
2378bdbf
AIC
227 <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>
228 <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>
229 <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>
230 <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>
231 <p class="highlight">Notice the bar that Enigmail shows you with information about the status of Adele's key.</p>
232 </div><!-- End .main -->
43bd32d7 233 </div><!-- End #step-3c .step -->
6c495e2d 234
9eed4351 235 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~
43bd32d7 236 <div id="step-3d" class="step">
2378bdbf 237 <div class="main">
43bd32d7 238 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
2378bdbf
AIC
239 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
240 <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>
241 <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>
9eed4351 242 </div><!-- End .main
43bd32d7 243 </div><!-- End #step-3d .step -->
bdf319c4 244 </div>
6c495e2d 245 </section><!-- End #section3 -->
bdf319c4 246
2cb815ae 247<!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
6c495e2d 248 <section class="row" id="section4">
bdf319c4 249 <div>
5c207a4d 250 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 251 <div class="section-intro">
2378bdbf 252 <h2><em>#4</em> Learn the Web of Trust</h2>
2378bdbf
AIC
253 <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>
254 <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>
2378bdbf 255 </div><!-- End .section-intro -->
6c495e2d 256
2cb815ae 257 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
258 <div id="step-4a" class="step">
259 <div class="sidebar">
ba2db35a 260 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
2378bdbf
AIC
261 </div><!-- /.sidebar -->
262 <div class="main">
263 <h3><em>Step 4.a</em> Sign a key</h3>
264 <p>In your email program's menu, go to OpenPGP -> Key Management.</p>
265 <p>Right click on Adele's public key and select Sign Key from the context menu.</p>
266 <p>In the window that pops up, select "I will not answer" and click OK.</p>
267 <p>In your email program's menu, go to OpenPGP -> Key Management -> Keyserver -> Upload Public Keys and hit OK.</p>
268 <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>
269 <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>
270 <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>
271 </div><!-- End .main -->
272 </div><!-- End #step-4a .step -->
bdf319c4 273 </div>
6c495e2d 274 </section><!-- End #section4 -->
bdf319c4 275
2cb815ae 276<!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
5c207a4d 277 <section id="section5" class="row">
bdf319c4 278 <div>
5c207a4d 279 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 280 <div class="section-intro">
2378bdbf 281 <h2><em>#5</em> Use it well</h2>
2378bdbf 282 </div><!-- End .section-intro -->
6c495e2d 283
2cb815ae 284 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
285 <div id="step-5a" class="step">
286 <div class="main">
287 <h3><em>Step 5a</em> When should I encrypt? When should I sign?</h3>
288 <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>
289 <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>
290 </div><!-- End .main -->
291 </div><!-- End #step-5a .step -->
292
293 <div id="step-5b" class="step">
294 <div class="main">
295 <h3><em>Step 5b</em> Be wary of invalid keys</h3>
296 <p>Coming soon</p>
297 </div><!-- End .main -->
298 </div><!-- End #step-5b .step -->
6c495e2d 299
2cb815ae 300 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
301 <div id="step-5c" class="step">
302 <div class="main">
303 <h3><em>Step 5c</em> Make it part of your online identity</h3>
304 <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>
305 <!-- ~~~~~~~~~ highlight ~~~~~~~~~ -->
5c207a4d
AIC
306 <div class="highlight">
307 <h4>Important: act swiftly if you lose your key</h4>
308 <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>
309 </div><!-- End .highlight -->
2378bdbf
AIC
310 </div><!-- End .main -->
311 </div><!-- End #step-5c .step-->
bdf319c4 312 </div>
6c495e2d 313 </section><!-- End #section5 -->
bdf319c4 314
2cb815ae 315<!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
6c495e2d 316 <section class="row" id="section6">
bdf319c4 317 <div>
2cb815ae 318 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
87588109 319 <div class="section-intro">
87588109 320 <h2><em>#6</em> Next steps</h2>
87588109 321 </div><!-- End .section-intro -->
6c495e2d 322
1e72473c
ZR
323 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
324 <div id="step-gnulinux" class="step">
87588109 325 <div class="sidebar">
ba2db35a 326 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/placeholders/placeholder.png" alt="Placeholder" /></p>
87588109 327 </div><!-- /.sidebar -->
1e72473c
ZR
328 <div class="main">
329 <h3>Switch to GNU/Linux</h3>
330 <p>Coming soon</p>
331 </div><!-- End .main -->
332 </div><!-- End #step-gnulinux .step -->
5c207a4d 333
1e72473c
ZR
334 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
335 <div id="step-keysigning_party" class="step">
336 <div class="main">
337 <h3>Go to a keysigning party</h3>
338 <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>
339 </div><!-- End .main -->
340 </div><!-- End #keysigning_party .step -->
5c207a4d 341
1e72473c
ZR
342 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
343 <div id="step-programming" class="step">
344 <div class="main">
345 <h3>Make these tools even better</h3>
346 <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>
347 </div><!-- End .main -->
348 </div><!-- End #step-programming .step -->
5c207a4d 349
1e72473c
ZR
350 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
351 <div id="step-more_technologies" class="step">
352 <div class="main">
353 <h3>Protect more of your digital life</h3>
354 <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>
355 </div><!-- End .main -->
356 </div><!-- End #step-more_technologies .step -->
357
358 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
359 <div id="step-learn_more" class="step">
360 <div class="main">
361 <h3>Learn more about GnuPG</h3>
362 <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>
363 </div><!-- End .main -->
364 </div><!-- End #step-learn_more .step -->
365
bdf319c4 366 </div>
6c495e2d 367 </section><!-- End #section6 -->
bdf319c4 368
2cb815ae 369<!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
6c495e2d 370 <section class="row" id="faq">
bdf319c4 371 <div>
2cb815ae 372 <!-- ~~~~~~~~~ section title + graphics ~~~~~~~~~ -->
bdf319c4
AIC
373 <div class="sidebar">
374 <h2>FAQ</h2>
375 </div><!-- /.sidebar -->
6c495e2d 376
bdf319c4 377 <div class="main">
6c495e2d
AIC
378 <dl>
379 <dt>My key expired</dt>
380 <dd>Answer coming soon.</dd>
381
382 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
383 <dd>Answer coming soon.</dd>
384
385 <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>
386 <dd>Answer coming soon.</dd>
387 </dl>
bdf319c4
AIC
388 </div><!-- /.main -->
389 </div>
6c495e2d 390 </section><!-- End #faq -->
bdf319c4 391
2cb815ae 392<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
6c495e2d 393 <footer class="row" id="footer">
bdf319c4 394 <div>
b7e5df33
AIC
395 <div id="contribute">
396 <h4>Contribute to this guide</h4>
397 <ul>
398 <li><a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">Leave Feedback</a></li>
399 <li><a href="http://libreplanet.org/wiki/GPG_guide/Textual_Draft">Help maintain these instructions up to date</a></li>
400 <li><a href="http://libreplanet.org/wiki/GPG_guide">Help translate this guide to other languages</a></li>
401 </div><!-- /#contribute -->
bdf319c4 402 <div id="copyright">
5bf128a4
ZR
403 <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>
404 <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>
2378bdbf 405 <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 406 </div><!-- /#copyright -->
bdf319c4 407 </div>
6c495e2d
AIC
408 </footer><!-- End #footer -->
409
1900b5cd
AIC
410 <script src="http://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
411 <script src="http://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
ad76913c 412
bdf319c4
AIC
413 </body>
414</html>
2378bdbf 415