Trying adding the gnusocial image to the page.
[enc-live.git] / en / index.html
CommitLineData
bdf319c4
AIC
1<!DOCTYPE html>
2<html>
3 <head>
c1ea5176 4 <meta charset="utf-8" />
0a225228 5
614e3bf4 6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG encryption</title>
e4a684cf 7 <meta name="keywords" content="GnuPG, GPG, openpgp, surveillance, privacy, email, Enigmail" />
c1ea5176 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
c1ea5176
TG
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" />
f65fbc20 12 <link rel="shortcut icon" href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
05bfcb9e 13
bdf319c4
AIC
14 </head>
15 <body>
6c495e2d 16
2cb815ae 17<!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
9176cae7 18
b9b57d1a 19 <header class="row" id="header">
bdf319c4 20 <div>
b3ec2c8d 21 <h1>Email Self-Defense</h1>
5a426655 22
b3ec2c8d
DT
23 <!-- Language list for browsers that do not have JS enabled -->
24 <ul id="languages" class="os">
25 <li><a class="current" href="/en">english</a></li>
8fd4a69a 26 <!--<li><a href="/es">español</a></li>-->
b3ec2c8d
DT
27 <li><a href="/fr">français</a></li>
28 <li><a href="/de">deutsch</a></li>
989d24e8 29 <!--<li><a href="/it">italiano</a></li>-->
b3ec2c8d
DT
30 <li><a href="/pt-br">português do Brasil</a></li>
31 <li><a href="/tr">türkçe</a></li>
89647b8f 32 <!--<li><a href="/ro">română</a></li>-->
b3ec2c8d 33 <li><a href="/ru">русский</a></li>
8fd4a69a 34 <!--<li><a href="/ml">മലയാളം</a></li>-->
d27e43aa 35 <!--<li><a href="/ko">한국어</a></li>-->
b3ec2c8d 36 <li><a href="/ja">日本語</a></li>
3085b76a 37 <!--<li><a href="/el">ελληνικά</a></li>-->
8f538927 38 <!--<li><a href="/ar">العربية</a></li>-->
b3ec2c8d 39 </ul>
5a426655 40
b3ec2c8d
DT
41 <ul id="menu" class="os">
42 <li class="spacer">
43 <a href="index.html" class="current">GNU/Linux</a>
44 </li>
45 <li>
46 <a href="mac.html">Mac OS</a>
47 </li>
48 <li>
49 <a href="windows.html">Windows</a>
50 </li>
51 <li class="spacer">
52 <a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
d8ced2c3 53 Share
ae5aaaee
ZR
54 </a>
55 </li>
56 <li>
bcd5bb84 57 <img src="//static.fsf.org/nosvn/enc-dev0/img/gnusocial.png" style="height:.8em">
b3ec2c8d
DT
58 </li>
59 </ul>
6b62e8bb 60
2378bdbf 61 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
c919b2d2 62 <div id="fsf-intro">
06d022ce
DT
63 <h3>
64 <a href="http://u.fsf.org/ys">
65 <img alt="Free Software Foundation"
c1ea5176 66 src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" />
06d022ce
DT
67 </a>
68 </h3>
69 <div class="fsf-emphasis">
70 <p>
b3d5c595 71 We fight for computer users' rights, and promote the development of free (as in freedom) software. Resisting bulk surveillance is very important to us.
06d022ce
DT
72 </p>
73 <p>
74 <strong>
d8ced2c3 75 We want to translate this guide into more languages, and make a version for encryption on mobile devices. Please donate, and help people around the world take the first step towards protecting their privacy with free software.
06d022ce
DT
76 </strong>
77 </p>
78 </div>
36e7b21f 79
59a52134 80 <p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;pk_campaign=esd&amp;pk_kwd=guide_donate"><img alt="Donate" src="//static.fsf.org/nosvn/enc-dev0/img/en/donate.png" /></a> </p>
06d022ce 81
2378bdbf
AIC
82 </div><!-- End #fsf-intro -->
83
399c9783
AIC
84 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
85 <div class="intro">
bf4eb540 86 <p>
de0ab142 87 <a id="infographic" href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/en/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a>
66a99343 88 Bulk surveillance violates our fundamental rights and makes free speech risky. This guide will teach you a basic surveillance self-defense skill: email encryption. Once you've finished, you'll be able to send and receive emails that are coded to make sure a surveillance agent or thief intercepting your email can't read it. All you need is a computer with an Internet connection, an email account, and about half an hour.</p>
0fe6e02e
ZR
89
90<p>Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you're in good company; these are the same tools that Edward Snowden used to share his famous secrets about the NSA.</p>
91
8015decf 92<p>In addition to using encryption, standing up to surveillance requires fighting politically for a <a href="http://gnu.org/philosophy/surveillance-vs-democracy.html">reduction in the amount of data collected on us</a>, but the essential first step is to protect yourself and make surveillance of your communication as difficult as possible. Let's get started!</p>
f56da436 93
946f0ee1 94 </div><!-- End .intro -->
0a225228 95
bdf319c4 96 </div>
6c495e2d
AIC
97 </header><!-- End #header -->
98
2cb815ae 99<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
6c495e2d 100 <section class="row" id="section1">
bdf319c4 101 <div>
5c207a4d 102 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 103 <div class="section-intro">
2378bdbf 104 <h2><em>#1</em> Get the pieces</h2>
1b319a0f 105<p class="notes">This guide relies on software which is freely licensed; it's completely transparent and anyone can copy it or make their own version. This makes it safer from surveillance than proprietary software (like Windows). Learn more about free software at <a href="https://u.fsf.org/ys">fsf.org</a>.</p>
8015decf 106
66a99343 107<p>Most GNU/Linux operating systems come with GnuPG installed on them, so you don't have to download it. Before configuring GnuPG though, you'll need a desktop email program installed on your computer. Most GNU/Linux distributions have a free software version of the Thunderbird email program available to install. This guide will work with them, in addition to Thunderbird itself. Email programs are another way to access the same email accounts you can access in a browser (like Gmail), but provide extra features.</p>
45be35ad 108 <p>If you already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
2378bdbf 109 </div><!-- End .section-intro -->
dbd3bf12 110
2cb815ae 111 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 112 <div id="step-1a" class="step">
2cb815ae 113 <div class="sidebar">
de0ab142 114 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
2cb815ae 115 </div><!-- /.sidebar -->
2378bdbf 116 <div class="main">
66a99343 117 <h3><em>Step 1.a</em> Setup your email program with your email account (if it isn't already)</h3>
2cb815ae 118 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
0a225228 119
2cb815ae
AIC
120 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
121 <div class="troubleshooting">
122 <h4>Troubleshooting</h4>
123 <dl>
51e4bd25
ZR
124 <dt>What's a wizard?</dt>
125 <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>
a60a6e36
ZR
126 <dt>My email program can't find my account or isn't downloading my mail</dt>
127 <dd>Before searching the Web, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
ba2db35a
AIC
128 <dt class="feedback">Don't see a solution to your problem?</dt>
129 <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
130 </dl>
131 </div><!-- /.troubleshooting -->
132
2378bdbf
AIC
133 </div><!-- End .main -->
134 </div><!-- End #step1-a .step -->
6c495e2d 135
2378bdbf 136 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
f44dd62f 137 <div id="step-1b" class="step">
b7e5df33 138 <div class="sidebar">
f44dd62f 139 <ul class="images">
de0ab142
DT
140 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-01-tools-addons.png" alt="Step 1.B: Tools -> Add-ons" /></li>
141 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-02-search.png" alt="Step 1.B: Search Add-ons" /></li>
142 <li><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step1b-03-install.png" alt="Step 1.B: Install Add-ons" /></li>
f44dd62f 143 </ul>
f584fc69
AIC
144 </div><!-- /.sidebar -->
145 <div class="main">
146 <h3><em>Step 1.b</em> Install the Enigmail plugin for your email program</h3>
147 <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>
2378bdbf
AIC
148 <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>
149 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
150 <div class="troubleshooting">
151 <h4>Troubleshooting</h4>
152 <dl>
1e72473c
ZR
153 <dt>I can't find the menu.</dt>
154 <dd>In many new email programs, the main menu is represented by an image of three stacked horizontal bars.</dd>
61bbfa91 155
ba2db35a
AIC
156 <dt class="feedback">Don't see a solution to your problem?</dt>
157 <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
158 </dl>
159 </div><!-- /.troubleshooting -->
160 </div><!-- End .main -->
f44dd62f 161 </div><!-- End #step-1b .step -->
bdf319c4 162 </div>
6c495e2d 163 </section><!-- End #section1 -->
bdf319c4 164
2cb815ae 165<!-- ~~~~~~~~~ Section 2: Make your keys ~~~~~~~~~ -->
6c495e2d 166 <section class="row" id="section2">
bdf319c4 167 <div>
5c207a4d 168 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 169 <div class="section-intro">
bdf319c4 170 <h2><em>#2</em> Make your keys</h2>
bbfaa44d 171 <p>To use the GnuPG system, you'll need a public key and a private key (known together as a keypair). Each is a long string of randomly generated numbers and letters that are unique to you. Your public and private keys are linked together by a special mathematical function.</p>
f56da436
ZR
172
173<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>
174
175<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>
2378bdbf 176 </div><!-- End .section-intro -->
6c495e2d 177
2cb815ae 178 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
179 <div id="step-2a" class="step">
180 <div class="sidebar">
de0ab142 181 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/step2a-01-make-keypair.png" alt="Step 2.A: Make a Keypair" /></p>
2378bdbf
AIC
182 </div><!-- /.sidebar -->
183 <div class="main">
184 <h3><em>Step 2.a</em> Make a keypair</h3>
1a7754f4 185 <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>
2378bdbf
AIC
186 <p>On the second screen, titled "Signing," select "No, I want to create per-recipient rules for emails that need to be signed."</p>
187 <p>Use the default options until you reach the screen titled "Create Key".</p>
f56da436 188 <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>
034f3546 189 <p class="notes">The program will take a little while to finish the next step, the "Key Creation" screen. While you wait, do something else with your computer, like watching a movie or browsing the Web. The more you use the computer at this point, the faster the key creation will go.</p>
d325c924 190 <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>
6c495e2d 191
2378bdbf
AIC
192 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
193 <div class="troubleshooting">
194 <h4>Troubleshooting</h4>
195 <dl>
51e4bd25
ZR
196 <dt>I can't find the OpenPGP menu.</dt>
197 <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>
61bbfa91
ZR
198 <dt>The wizard says that it cannot find GnuPG.</dt>
199
089cc280 200 <dd>Open whatever program you usually use for installing software, and search for GnuPG, then install it. Then restart the Enigmail setup wizard by going to OpenPGP &rarr; Setup Wizard.</dd>
0a225228 201
ba2db35a
AIC
202 <dt class="feedback">Don't see a solution to your problem?</dt>
203 <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
204 </dl>
205 </div><!-- /.troubleshooting -->
206 </div><!-- End .main -->
207 </div><!-- End #step-2a .step -->
548ae59b
ZR
208
209 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
8bd50444
ZR
210 <div id="step-2b" class="step">
211 <div class="main">
212 <h3><em>Step 2.b</em> Upload your public key to a keyserver</h3>
213 <p>In your email program's menu, select OpenPGP &rarr; Key Management.</p>
214<p>Right click on your key and select Upload Public Keys to Keyserver. Use the default keyserver in the popup.</p>
7a3d8912 215<p class="notes">Now someone who wants to send you an encrypted message can download your public key from the Internet. There are multiple keyservers that you can select from the menu when you upload, but they are all copies of each other, so it doesn't matter which one you use. However, it sometimes takes a few hours for them to match each other when a new key is uploaded.</p>
8bd50444
ZR
216 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
217 <div class="troubleshooting">
218 <h4>Troubleshooting</h4>
219 <dl>
b3d5c595 220 <dt>The progress bar never finis</dt>
66a99343 221 <dd>Close the upload popup, make sure you are connected to the Internet, and try again. If that doesn't work, try again, selecting a different keyserver.</dd>
f0264d3e
ZR
222<dt>My key doesnt appear in the list</dt>
223 <dd>Try checking Show Default Keys.</dd>
a60a6e36 224
8bd50444
ZR
225 <dt class="feedback">Don't see a solution to your problem?</dt>
226 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
601e0398 227
8bd50444
ZR
228 </dl>
229 </div><!-- /.troubleshooting -->
8bd50444 230 </div><!-- End .main -->
d8b88fc2 231 </div><!-- End #step-2b .step -->
e155c686 232
548ae59b
ZR
233 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
234 <div id="terminology" class="step">
235 <div class="main">
236 <h3>GnuPG, OpenPGP, what?</h3>
237 <p>You're using a program called GnuPG, but the menu in your email program is called OpenPGP. Confusing, right? In general, the terms GnuPG, GPG, GNU Privacy Guard, OpenPGP and PGP are used interchangeably, though they all have slightly different meanings.</p>
238 </div><!-- End .main -->
239 </div><!-- End #terminology.step-->
240
8bd50444 241
bdf319c4 242 </div>
6c495e2d 243 </section><!-- End #section2 -->
bdf319c4 244
2cb815ae 245<!-- ~~~~~~~~~ Section 3: Try it out ~~~~~~~~~ -->
6c495e2d 246 <section class="row" id="section3">
bdf319c4 247 <div>
5c207a4d 248 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 249 <div class="section-intro">
2378bdbf 250 <h2><em>#3</em> Try it out!</h2>
b3d5c595 251 <p>Now you'll try a test correspondence with a computer program named Edward, which knows how to use encryption. Except where noted, these are the same steps you'd follow when corresponding with a real, live person.</p>
3568a584 252 </div><!-- End .section-intro -->
5c207a4d 253
2cb815ae 254 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
255 <div id="step-3a" class="step">
256 <div class="sidebar">
de0ab142 257 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section3-try-it-out.png" alt="Try it out." /></p>
2378bdbf
AIC
258 </div><!-- /.sidebar -->
259 <div class="main">
b3d5c595 260 <h3><em>Step 3.a</em> Send Edward your public key</h3>
3fe46e6b 261 <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>
43bd32d7 262
fd188212 263<p>Address the message to edward-en@fsf.org. Put at least one word (whatever you want) in the subject and body of the email, then hit send.</p>
43bd32d7 264
b3d5c595 265<p class="notes">It may take two or three minutes for Edward to respond. In the meantime, you might want to skip ahead and check out the <a href="#section5">Use it Well</a> section of this guide. Once he's responded, head to the next step. From here on, you'll be doing just the same thing as when corresponding with a real person.</p>
2378bdbf 266 </div><!-- End .main -->
d8b88fc2 267 </div><!-- End #step-3a .step -->
6c495e2d 268
2cb815ae 269 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
5c207a4d
AIC
270 <div id="step-3b" class="step">
271 <div class="main">
272 <h3><em>Step 3.b</em> Send a test encrypted email</h3>
b3d5c595 273 <p>Write a new email in your email program, addressed to edward-en@fsf.org. Make the subject "Encryption test" or something similar and write something in the body. Don't send it yet.</p>
941218c0 274 <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.</p>
d325c924 275 <p class="notes">Next to the key, you'll notice an icon of a pencil. Clicking this tells Enigmail to add a special, unique signature to your message, generated using your private key. This is a separate feature from encryption, and you don't have to use it for this guide.</p>
5c207a4d
AIC
276 <p>Click Send. Enigmail will pop up a window that says "Recipients not valid, not trusted or not found."</p>
277
357dc69d 278 <p>To encrypt an email to Edward, you need his public key, 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 C), then select ok. Select ok in the next pop-up.</p>
5c207a4d 279
b3d5c595 280 <p>Now you are back at the "Recipients not valid, not trusted or not found" screen. Select Edward's key from the list and click Ok. If the message doesn't send automatically, you can hit send now.</p>
5c207a4d
AIC
281 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
282 <div class="troubleshooting">
283 <h4>Troubleshooting</h4>
284 <dl>
b3d5c595 285 <dt>Enigmail can't find Edward's key</dt>
5c207a4d 286 <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
287 <dt class="feedback">Don't see a solution to your problem?</dt>
288 <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
289 </dl>
290 </div><!-- /.troubleshooting -->
291 </div><!-- End .main -->
292 </div><!-- End #step-3b .step -->
43bd32d7 293
8bd50444
ZR
294 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
295 <div id="step-headers_unencrypted" class="step">
296 <div class="main">
6e1b0fa2 297 <h3><em>Important:</em> Security tips</h3>
81e841e8 298 <p>Even if you encrypted your email, the subject line is not encrypted, so don't put private information there. The sending and receiving addresses aren't encrypted either, so they could be read by a surveillance system. When you send attachments, Enigmail will give you an option of whether you want to encrypt them.</p>
6e1b0fa2 299<p>It's also good practice to click the key icon in your email composition window <strong>before</strong> you start to write. Otherwise, your email client could save an unencrypted draft on the mail server, potentially exposing it to snooping.</p>
8bd50444
ZR
300 </div><!-- End .main -->
301 </div><!-- End #step-headers_unencrypted .step-->
302
303
43bd32d7
ZR
304 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
305 <div id="step-3c" class="step">
306 <div class="main">
307 <h3><em>Step 3.c</em> Receive a response</h3>
b3d5c595
ZR
308 <p>When Edward receives your email, he will use his private key to decrypt it, then fetch your public key from a keyserver and use it to encrypt a response to you.</p>
309 <p class="notes">Since you encrypted this email with Edward's public key, Edward's private key is required to decrypt it. Edward is the only one with his private key, so no one except him &mdash; not even you &mdash; can decrypt it.</p>
310 <p class="notes">It may take two or three minutes for Edward to respond. In the meantime, you might want to skip ahead and check out the <a href="#section5">Use it Well</a> section of this guide.</p>
311 <p>When you receive Edward'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>
312 <p>Notice the bar that Enigmail shows you above the message, with information about the status of Edward's key.</p>
2378bdbf 313 </div><!-- End .main -->
43bd32d7 314 </div><!-- End #step-3c .step -->
6c495e2d 315
61bbfa91 316<!-- STEP 3D IS COMMENTED OUT UNTIL WE FIND A WAY TO VALIDATE SIGNATURES
43bd32d7 317 <div id="step-3d" class="step">
2378bdbf 318 <div class="main">
43bd32d7 319 <h3><em>Step 3.d</em> Send a test signed email to a friend</h3>
2378bdbf
AIC
320 <p>Write a new email in your email program, addressed to a friend. If you want, tell them about this guide!</p>
321 <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>
322 <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>
d351e1bf
AIC
323 </div>
324 </div>-->
bdf319c4 325 </div>
d351e1bf 326 </section><!-- End #section3 -->
61bbfa91 327
bdf319c4 328
2cb815ae 329<!-- ~~~~~~~~~ Section 4: Learn the Web of Trust ~~~~~~~~~ -->
6c495e2d 330 <section class="row" id="section4">
bdf319c4 331 <div>
5c207a4d 332 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 333 <div class="section-intro">
2378bdbf 334 <h2><em>#4</em> Learn the Web of Trust</h2>
b0ce405b 335 <p>Email encryption is a powerful technology, but it has a weakness; it requires a way to verify that a person's public key is actually theirs. Otherwise, there would be no way to stop an attacker from making an email address with your friend's name, creating keys to go with it and impersonating your friend. That's why the free software programmers that developed email encryption created keysigning and the Web of Trust.</p>
eacb2880 336
66a99343 337<p>When you sign someone's key, you are publicly saying that you trust that it does belong to them and not an impostor. People who use your public key can see the number of signatures it has. Once you've used GnuPG for a long time, you may have hundreds of signatures. The Web of Trust is the constellation of all GnuPG users, connected to each other by chains of trust expressed through signatures, forming a giant network. The more signatures a key has, and the more signatures its signers' keys have, the more trustworthy that key is.</p>
eacb2880 338
2334cfdb 339<p>People's public keys are usually identified by their key fingerprint, which is a string of digits like F357AA1A5B1FA42CFD9FE52A9FF2194CC09A61E8 (for Edward's key). You can see the fingerprint for your public key, and other public keys saved on your computer, by going to OpenPGP &rarr; Key Management in your email program's menu, then right clicking on the key and choosing Key Properties. It's good practice to share your fingerprint wherever you share your email address, so that people can double-check that they have the correct public key when they download yours from a keyserver.</p>
6ce3ff70 340
2334cfdb 341<p class="notes">You may also see public keys referred to by their key ID, which is simply the last 8 digits of the fingerprint, like C09A61E8 for Edward. The key ID is visible directly from the Key Management Window. This key ID is like a person's first name (it is a useful shorthand but may not be unique to a given key), whereas the fingerprint actually identifies the key uniquely without the possibility of confusion. If you only have the key ID, you can still look up the key (as well as its fingerprint), like you did in Step 3, but if multiple options appear, you'll need the fingerprint of the person to whom are trying to communicate to verify which one to use.</p>
6ce3ff70 342
eacb2880 343
2378bdbf 344 </div><!-- End .section-intro -->
6c495e2d 345
2cb815ae 346 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
347 <div id="step-4a" class="step">
348 <div class="sidebar">
de0ab142 349 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section4-web-of-trust.png" alt="Section 4: Web of Trust" /></p>
2378bdbf
AIC
350 </div><!-- /.sidebar -->
351 <div class="main">
352 <h3><em>Step 4.a</em> Sign a key</h3>
1a7754f4 353 <p>In your email program's menu, go to OpenPGP &rarr; Key Management.</p>
b3d5c595 354 <p>Right click on Edward's public key and select Sign Key from the context menu.</p>
66a99343
ZR
355 <p>In the window that pops up, select "I will not answer" and click ok.</p>
356 <p>In your email program's menu, go to OpenPGP &rarr; Key Management &rarr; Keyserver &rarr; Upload Public Keys and hit ok.</p>
b3d5c595 357 <p class="notes">You've just effectively said "I trust that Edward's public key actually belongs to Edward." This doesn't mean much because Edward isn't a real person, but it's good practice.</p>
eacb2880 358
399c9783 359
0fe6e02e 360 <!--<div id="pgp-pathfinder">
399c9783 361 <form enctype="application/x-www-form-urlencoded" action="/mk_path.cgi" method="get">
20304456
AIC
362 <p><strong>From:</strong> <input type="text" placeholder="xD41A008" name="FROM"></p>
363 <p><strong>To:</strong> <input type="text" placeholder="50BD01x4" name="TO"></p>
399c9783
AIC
364 <p class="buttons"><input type="submit" value="trust paths" name="PATHS"> <input type="reset" value="reset" name=".reset"></p>
365 </form>
366 </div><!-- End #pgp-pathfinder -->
367
2378bdbf
AIC
368 </div><!-- End .main -->
369 </div><!-- End #step-4a .step -->
e155c686 370
a7991993
ZR
371 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
372 <div id="step-sign_real_keys" class="step">
373 <div class="main">
374 <h3><em>Important:</em> check people's identification before signing their keys</h3>
19d4fe06 375 <p>Before signing a real person's key, always make sure it actually belongs to them, and that they are who they say they are. Ask them to show you their ID (unless you trust them very highly) and their public key fingerprint -- not just the shorter public key ID, which could refer to another key as well. In Enigmail, answer honestly in the window that pops up and asks "How carefully have you verified that the key you are about to sign actually belongs to the person(s) named above?".</p>
a7991993
ZR
376 </div><!-- End .main -->
377 </div><!-- End #step-sign_real_keys .step-->
378
379
380
bdf319c4 381 </div>
6c495e2d 382 </section><!-- End #section4 -->
bdf319c4 383
2cb815ae 384<!-- ~~~~~~~~~ Section 5: Use it well ~~~~~~~~~ -->
5c207a4d 385 <section id="section5" class="row">
bdf319c4 386 <div>
5c207a4d 387 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
2378bdbf 388 <div class="section-intro">
2378bdbf 389 <h2><em>#5</em> Use it well</h2>
19e80165 390<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>
2378bdbf 391 </div><!-- End .section-intro -->
6c495e2d 392
2cb815ae 393 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 394 <div id="step-5a" class="step">
3fe46e6b 395 <div class="sidebar">
de0ab142 396 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section5-01-use-it-well.png" alt="Section 5: Use it Well" /></p>
3fe46e6b 397 </div><!-- /.sidebar -->
2378bdbf 398 <div class="main">
19e80165
ZR
399 <h3>When should I encrypt?</h3>
400
66a99343 401 <p>The more you can encrypt your messages, the better. 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>
19e80165 402
acd2fb80 403<p>That's not to say that only encrypting some of your email isn't helpful -- it's a great start and it makes bulk surveillance more difficult.</p>
0a225228 404
2378bdbf
AIC
405 </div><!-- End .main -->
406 </div><!-- End #step-5a .step -->
407
7e60af07 408 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf 409 <div id="step-5b" class="step">
7e60af07 410 <div class="sidebar">
de0ab142 411 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/en/screenshots/section5-02-use-it-well.png" alt="Section 5: Use it Well" /></p>
7e60af07 412 </div><!-- /.sidebar -->
2378bdbf 413 <div class="main">
034f3546 414 <h3><em>Important:</em> Be wary of invalid keys</h3>
40e65992 415 <p>GnuPG makes email safer, but it's still important to watch out for invalid keys, which might have fallen into the wrong hands. Email encrypted with invalid keys might be readable by surveillance programs.</p>
b3d5c595 416 <p>In your email program, go back to the second email that Edward sent you. Because Edward encrypted it with your public key, it will have a message from OpenPGP at the top, which most likely says "OpenPGP: Part of this message encrypted."</p>
023d4279 417<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>
2378bdbf
AIC
418 </div><!-- End .main -->
419 </div><!-- End #step-5b .step -->
6c495e2d 420
7e60af07 421 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
2378bdbf
AIC
422 <div id="step-5c" class="step">
423 <div class="main">
19e80165 424 <h3>Copy your revocation certificate to somewhere safe</h3>
66a99343
ZR
425 <p>Remember when you created your keys and saved the revocation certificate that GnuPG made? It's time to copy that certificate onto the safest digital storage that you have -- the ideal thing is a flash drive, disk, or hard drive stored in a safe place in your home.</p>
426<p>If your private key ever gets lost or stolen, you'll need this certificate file to let people know that you are no longer using that keypair.</p>
2378bdbf 427 </div><!-- End .main -->
19e80165 428 </div><!-- End #step-5c .step -->
f44dd62f
AIC
429
430 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
431 <div id="step-lost_key" class="step">
432 <div class="main">
19e80165 433 <h3><em>Important:</em> act swiftly if someone gets your private key</h3>
034f3546 434 <p>If you lose your private key or someone else gets ahold of it (say, by stealing or cracking your computer), it's important to revoke it immediately before someone else uses it to read your encrypted email. This guide doesn't cover how to revoke a key, but you can follow the <a href="https://www.gnupg.org/gph/en/manual.html#AEN305">instructions on the GnuPG site</a>. After you're done revoking, send an email to everyone with whom you usually use your key to make sure they know.</p>
f44dd62f
AIC
435 </div><!-- End .main -->
436 </div><!-- End #step-lost_key .step-->
437
0a225228 438 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~
19e80165
ZR
439 <div id="step-5d" class="step">
440 <div class="main">
b0ce405b 441 <h3>Make your public key part of your online identity</h3>
be23bf7b 442 <p> First add your public key fingerprint to your email signature, then compose an email to at least five of your friends, telling them you just set up GnuPG and mentioning your public key fingerprint. Link to this guide and ask them to join you. Don't forget that there's also an awesome <a href="infographic.html">infographic to share.</a></p>
b0ce405b 443
be23bf7b 444<p class="notes">Start writing your public key fingerprint anywhere someone would see your email address: your social media profiles, blog, Website, or business card. (At the Free Software Foundation, we put ours on our <a href="https://fsf.org/about/staff">staff page</a>.) We need to get our culture to the point that we feel like something is missing when we see an email address without a public key fingerprint.</p>
0a225228 445 </div><!-- End .main
bbfaa44d 446 </div> End #step-5d .step-->
19e80165
ZR
447
448
bdf319c4 449 </div>
6c495e2d 450 </section><!-- End #section5 -->
bdf319c4 451
d85363e7
ZR
452
453
2cb815ae 454<!-- ~~~~~~~~~ Section 6: Next steps ~~~~~~~~~ -->
6c495e2d 455 <section class="row" id="section6">
d85363e7
ZR
456 <div id="step-click_here" class="step">
457 <div class="main">
c6345aa7 458 <h2><a href="next_steps.html">Great job! Check out the next steps.</a></h2>
0a225228 459
d85363e7
ZR
460 </div><!-- End .main -->
461 </div><!-- End #step-click_here .step-->
bb28ee32 462
6c495e2d 463 </section><!-- End #section6 -->
bdf319c4 464
2cb815ae 465<!-- ~~~~~~~~~ FAQ ~~~~~~~~~ -->
f44dd62f
AIC
466<!-- When un-commenting this section go to main.css and search
467 for /* Guide Sections Background */ then add #faq to the desired color
0a225228 468
6c495e2d 469 <section class="row" id="faq">
bdf319c4
AIC
470 <div>
471 <div class="sidebar">
472 <h2>FAQ</h2>
f44dd62f 473 </div>
6c495e2d 474
bdf319c4 475 <div class="main">
6c495e2d
AIC
476 <dl>
477 <dt>My key expired</dt>
478 <dd>Answer coming soon.</dd>
479
480 <dt>Who can read encrypted messages? Who can read signed ones?</dt>
481 <dd>Answer coming soon.</dd>
482
483 <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>
484 <dd>Answer coming soon.</dd>
485 </dl>
f44dd62f 486 </div>
bdf319c4 487 </div>
f44dd62f 488 </section> --><!-- End #faq -->
bdf319c4 489
2cb815ae 490<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
6c495e2d 491 <footer class="row" id="footer">
bdf319c4 492 <div>
bdf319c4 493 <div id="copyright">
c1ea5176 494 <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>
6aec3aeb 495 <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>
d8ced2c3 496 <p><em><a href="http://agpl.fsf.org/emailselfdefense.fsf.org/edward/CURRENT/edward.tar.gz">Version 2.1. Source code of Edward reply bot by Josh Drake &lt;zamnedix@gnu.org&gt; available under the GNU General Public License.</a></em></p>
0db2fdd1 497<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>
d325c924 498 <p>Download the source package for <a href="emailselfdefense_source.zip">this guide</a>. Fonts used in the guide &amp; infographic: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> by Pablo Impallari, <a href="http://www.google.com/fonts/specimen/Signika">Signika</a> by Anna Giedry&#347;, <a href="http://www.google.com/fonts/specimen/Archivo+Narrow">Archivo Narrow</a> by Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> by Florian Cramer.</p>
ab272e66
DT
499 <p>
500 <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/"
501 rel="jslicense">
502 JavaScript license information
503 </a>
504 </p>
6c495e2d 505 </div><!-- /#copyright -->
7e60af07 506 <p class="credits">
2013b270 507 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>
7e60af07 508 </p><!-- /.credits -->
bdf319c4 509 </div>
6c495e2d
AIC
510 </footer><!-- End #footer -->
511
f65fbc20
LMM
512 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
513 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
ad76913c 514
7e3f9dfa
DT
515 <!-- Piwik -->
516 <script type="text/javascript">
517 /*
518 @licstart The following is the entire license notice for the
519 JavaScript code in this page.
520
521 Copyright 2014 Matthieu Aubry
522
523 This program is free software: you can redistribute it and/or modify
524 it under the terms of the GNU General Public License as published by
525 the Free Software Foundation, either version 3 of the License, or
526 (at your option) any later version.
527
528 This program is distributed in the hope that it will be useful,
529 but WITHOUT ANY WARRANTY; without even the implied warranty of
530 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
531 GNU General Public License for more details.
532
533 You should have received a copy of the GNU General Public License
534 along with this program. If not, see http://www.gnu.org/licenses/.
535
536 @licend The above is the entire license notice
537 for the JavaScript code in this page.
538 */
539 var _paq = _paq || [];
540 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
541 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
542 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
543 _paq.push(["trackPageView"]);
544 _paq.push(["enableLinkTracking"]);
545
546 (function() {
547 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
548 _paq.push(["setTrackerUrl", u+"piwik.php"]);
549 _paq.push(["setSiteId", "5"]);
550 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
551 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
552 })();
553 </script>
554 <!-- End Piwik Code -->
bdf319c4
AIC
555 </body>
556</html>