From: zoe1 Date: Tue, 6 Jul 2021 22:01:30 +0000 (+0200) Subject: update21 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7b83f7f9ac23ed7c08b7115d2a9612b66ec453c7;p=enc-live.git update21 --- diff --git a/en/index.html b/en/index.html index 1bb41eb..ea3cf92 100644 --- a/en/index.html +++ b/en/index.html @@ -5,7 +5,7 @@ Email Self-Defense - a guide to fighting surveillance with GnuPG encryption +email, security, GnuPG2" /> @@ -557,10 +557,10 @@ software (like Windows or Mac OS). Learn more about free software at fsf.org.

Most GNU/Linux operating systems come with GnuPG installed on them, -so you don't have to download it. Before configuring your encryption setup with this guide, though, you'll need a desktop email program based on Thunderbird installed on your computer. Many GNU/Linux distributions have Thunderbird installed already. If you're using a [fully free distribution of GNU/Linux](https://www.gnu.org/distros/free-distros.html), we recommend installing "Icedove" instead. Programs like these are another way to access the same email accounts you can access in a browser (like Gmail), but provide extra features.

+so you don't have to download it. Before configuring your encryption setup with this guide, though, you'll need a desktop email program based on Thunderbird installed on your computer. Many GNU/Linux distributions have Thunderbird installed already. If you're using a fully free distribution of GNU/Linux, we recommend installing "Icedove" instead. Programs like these are another way to access the same email accounts you can access in a browser (like Gmail), but provide extra features.

If you already have an email program, you can skip to Step 1.b.

+href="#section2">Step 2.

@@ -569,7 +569,7 @@ href="#step-1b">Step 1.b.

@@ -596,37 +596,6 @@ like "Add account" or "New/Existing email account."
Before searching the Web, we recommend you start by asking other people who use your email system, to figure out the correct settings.
-
Don't see a solution to your problem?
-
Please let us know on the feedback -page.
- - - - - - - -
- -
- - -
- -

Troubleshooting

- -
I can't find the menu.
In many new email programs, the main menu is represented by an image of three stacked horizontal bars.
@@ -639,16 +608,17 @@ page.
-
+ -
+

#2 Make your keys

+

A robot with a head shaped like a key holding a private and a public key

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 @@ -676,86 +646,76 @@ discuss this more in the next section.

Step 2.a Make a keypair

- +
Make your keypair

We will use the command line to create a keypair using the gnupg program. This should be installed on your Gnu/Linux operating system. -Open a terminal using ctrl + alt + t and use the following code to create your keypair:

+Open a terminal using ctrl + alt + t, or find it in your applications, and use the following code to create your keypair:

-

gpg --full-generate-key to start the process.

-

To answer what kind of key you would like to create, select the default option 1 RSA and RSA.

-

Enter the following keysize: 4096

-

Choose the expiration date, we suggest 2y.

+

# gpg --full-generate-key to start the process.

+

# To answer what kind of key you would like to create, select the default option 1 RSA and RSA.

+

# Enter the following keysize: 4096 for a strong key.

+

# Choose the expiration date, we suggest 2y (2 years).

Follow the prompts to continue setting up with your personal details.

- - -- What does RSA mean - -- Why the 4096 keysize - - -
  • On the screen titled "Passphrase," pick a strong password! You can +
    +
    Set your passphrase
    +

    On the screen titled "Passphrase," pick a strong password! You can do it manually, or you can use the Diceware method. Doing it manually is faster but not as secure. Using Diceware takes longer and requires dice, but creates a password that is much harder for attackers to figure out. To use it, read the section "Make a secure passphrase with Diceware" in -this article by Micah Lee.

  • - +this article by Micah Lee.

    + -

    If you'd like to pick a password manually, come up with something +

    If you'd like to pick a passphrase manually, come up with something you can remember which is at least twelve characters long, and includes at least one lower case and upper case letter and at least one number or punctuation symbol. Never pick a password you've used elsewhere. Don't use any recognizable patterns, such as birthdays, telephone numbers, pets' names, song lyrics, quotes from books, and so on.

    - - -

    When the "Key Generation Completed" 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). This step is essential for your -email self-defense, as you'll learn more about in Section -5.

    +

    Troubleshooting

    -
    GnuPG is not installed
    -

    -

    GPG is not installed. You can check if this is the case with -

    gnupg --version -

    If Gnupg is not installed, it would bring up the following result: -

    Command 'gpg' not found, but can be installed with: - sudo apt install gnupg -

    Then follow that command and install the program: - sudo apt install gnupg gnupg2

    - -
    I can't find the Enigmail menu.
    -
    In many new email programs, the main menu is represented by an image -of three stacked horizontal bars. Enigmail may be inside a section called -Tools.
    - -
    The wizard says that it cannot find GnuPG.
    -
    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 Enigmail → Setup Wizard.
    +
    +GPG is not installed. You can check if this is the case with the command gnupg --version +If Gnupg is not installed, it would bring up the following result: +Command 'gpg' not found, but can be installed with: + sudo apt install gnupg. Follow that command and install the program.
    + +
    I took too long to create my passphrase
    +
    That's ok. It's important to think about your passphrase, when you're ready, just follow the steps to create your key again.
    + +
    How can i see my key?
    +
    +Use the following command to see all keys gnupg --list-keys. Yours should be listed in there, and later, so will Edward's (step 3). If you want to see only your key, you can use gnupg --list-key [your@email] +You can also use gnupg --list-secret-key to see your own private key.
    More resources
    -
    If you're having trouble with our -instructions or just want to learn more, check out -Enigmail's wiki instructions for key generation.
    +
    For more information about this process, you can also refer to The GNU Privacy +Handbook. Make sure you stick with "RSA and RSA" (the default), +because it's newer and more secure than the algorithms the documentation +recommends. Also make sure your key is at least 2048 bits, or 4096 if you +want to be extra secure.

    Advanced

    -
    -
    Command line key generation
    -
    If you prefer using the command line for a higher -degree of control, you can follow the documentation from The GNU Privacy -Handbook. Make sure you stick with "RSA and RSA" (the default), -because it's newer and more secure than the algorithms the documentation -recommends. Also make sure your key is at least 2048 bits, or 4096 if you -want to be extra secure.
    -
    Advanced key pairs
    When GnuPG creates a new keypair, it compartmentalizes the encryption function from the signing function through subkeys. If you use -subkeys carefully, you can keep your GnuPG identity much more +subkeys carefully, you can keep your GnuPG identity more secure and recover from a compromised key much more quickly. Alex Cabal and the Debian wiki provide good guides for setting up a secure subkey configuration.
    -
    @@ -797,22 +746,45 @@ provide good guides for setting up a secure subkey configuration.
    -
    - -

    Step 2.b Upload your public key to a keyserver

    + +
    -

    Right click on your key and select Upload Public Keys to Keyserver. You -don't have to use the default keyserver. If, after research, you would like -to change to a different default keyserver, you can change that setting -manually in the Enigmail preferences.

    +

    Step 2.b Some important steps following creation

    -

    Now someone who wants to send you an encrypted message can -download your public key from the Internet. There are multiple keyservers +

    Upload your key to a keyserver
    +

    We will upload your key to a keyserver, so if someone wants to send you an encrypted message, they 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.

    +

    # Copy your keyID gnupg --list-key [your@email] will list your public ("pub") key information, including your keyID, which is a unique list of numbers and letters. Copy this keyID, so you can use it in the following command.

    +

    # Upload your key to a server: gpg --send-key [keyID]

    + +
    + +
    Generate a certificate
    +

    Just in case you lose your key, or it gets compromised, you want to generate a 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). This step is essential for your email self-defense, as you'll learn more about in Section +5.

    +

    # Copy your keyID gnupg --list-key [your@email] will list your public ("pub") key information, including your keyID, which is a unique list of numbers and letters. Copy this keyID, so you can use it in the following command.

    +

    # Upload your key to a server: gpg --output-revoke.asc [keyID]

    +

    # It will prompt you to give a reason for revocation, we recommend to use 1 "key has been compromised"

    +

    # You don't have to fill in a reason, but you can, then press enter for an empty line, and comfirm your selection.

    + +
    + +
    Export your key to a file
    +

    Use the following command to export your secret key so you can import it into your email client at the next step. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:

    + + +

    $ gpg --export-secret-keys -a keyid > my_secret_key.asc

    +

    $ gpg --export -a keyid > my_public_key.asc

    +
    + +
    @@ -820,20 +792,16 @@ takes a few hours for them to match each other when a new key is uploaded.

    Troubleshooting

    -
    The progress bar never finishes
    -
    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.
    +
    My key is doesn't seem to be working or i get a "permission denied".
    +
    Like everything other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys, you can follow the next steps to check, and update to the right permissions.

    -
    My key doesn't appear in the list
    -
    Try checking "Display All Keys by Default."
    - -
    More documentation
    -
    If you're having trouble with our -instructions or just want to learn more, check out -Enigmail's documentation.
    +# Check your permissions: ls -l ~/.gnupg/*

    +# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder, you can use the code +chmod 700 ~/.gnupg.

    +# Set permissions to read, write for only yourself, no others. This is the recommended permission for the keys inside your folder, you can use the code: chmod 600 ~/.gnupg/*.

    +

    If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out this detailed information guide.

    +

    Advanced

    -
    Uploading a key from the command line
    -
    You can also upload your keys to a keyserver through the command line. More about keyservers +
    You can find some more keyserver informationin this manual. The sks Web site maintains a list of highly interconnected keyservers. You can also directly export your key as a file on your computer.
    + +
    Transferring your keys
    +
    Use the following commands transfer your keys. To avoid getting your key compromised, store it in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Importing and exporting a key can be done with the following commands:

    + + +$ gpg --export-secret-keys -a keyid > my_private_key.asc

    +$ gpg --export -a keyid > my_public_key.asc

    +
    + + +$ gpg --import my_private_key.asc

    +$ gpg --import my_public_key.asc

    +
    + +Ensure that the Key ID printed is the correct one, and if so, then go ahead and add ultimate trust for it:

    + +$ gpg --edit-key [your@email]

    +
    + +Because this is your key, you should choose ultimate. You shouldn't trust anyone else's key ultimately. +
    @@ -865,26 +854,90 @@ your key as a file on your computer.
    -

    GnuPG, OpenPGP, what?

    +

    GnuPG,OpenPGP, what?

    In general, the terms GnuPG, GPG, GNU Privacy Guard, OpenPGP and PGP are used interchangeably. Technically, OpenPGP (Pretty Good Privacy) is the encryption standard, and GNU Privacy Guard (often shortened to GPG or GnuPG) -is the program that implements the standard. Enigmail is a plug-in program -for your email program that provides an interface for GnuPG.

    +is the program that implements the standard. Most email programs provide an interface for GnuPG. There is also a newer version of GnuPG, called GnuPG2.

    - -
    + +
    -

    #3 Try it out!

    +

    #3 Set up email encryption

    +

    Icedove and Thunderbird email programs have PGP functionality integrated, which makes it pretty easy to work with. We'll take you through the steps of integrating and using your key in these email clients.

    + +
    + + +
    + +
    + +

    Step 3.a Set up your email with encryption

    +Once you have set up your email with encryption, you can start contributing to encrypted traffic on the Internet. First we'll get your email client to import your secret key, and we will also learn how to get other people's public keys from servers so you can send and receive encrypted email. + +

    # Open your email client and use "Tools" → OpenPGP Manager

    +

    # Under "File" → Import Secret Key(s) From File

    +

    # Select the file you saved under the name [my_secret_key.asc] in step step 3.b when you exported your key

    +

    # Unlock with your passphrase

    +

    # You will receive a "OpenPGP keys successfully imported" window to confirm success

    +

    # Go to "Edit" (in Icedove) or "Tools" (in Thunderbird) → "Account settings" → "End-To-End Encryption", and make sure your key is imported and select Treat this key as a Personal Key

    . +
    + + + + +
    +
    +

    Troubleshooting

    +
    +
    I'm not sure the import worked correctly
    +
    +Under "Edit" (in Icedove) or "Tools" (in Thunderbird) look for "Account settings" → "End-To-End Encryption" you can see if your personal key associated with this email is found. If it is not, you can try again via the Add key option. Make sure you have the correct, active, secret key file. +
    + + + +
    + +
    +
    +
    +
    + + +
    + + +
    + +

    #4 Try it out!

    +

    Illustration of a person in a house with a cat connected to a server

    Now you'll try a test correspondence with a computer program named Edward, who knows how to use encryption. Except where noted, these are the same steps you'd follow when corresponding with a real, live person.

    @@ -896,85 +949,96 @@ testing with Edward.

    -->
    -
    +
    -

    Step 3.a Send Edward your public key

    +

    Step 4.a Send Edward your public key

    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 Enigmail → Key -Management. You should see your key in the list that pops up. Right click +with real people. In your email program's menu, go to "Tools" → "OpenPGP Key +Manager". 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.

    +draft message, as if you had just hit the Write button, but in the attachment you will find your public keyfile.

    Address the message to edward-en@fsf.org. Put at least one word (whatever you want) in the subject and body of the email. Don't send yet.

    -

    The lock icon in the top left should be yellow, meaning encryption is -turned on. We want this first special message to be unencrypted, so -click the icon once to turn it off. The lock should become grey, with a -blue dot on it (to alert you that the setting has been changed from the -default). Once encryption is off, hit Send.

    +

    We want Edward to be able to open the email with your keyfile, so we want this first special message to be unencrypted. Make sure encryption is turned off by using the drowpdown menu "Security" and select Do Not Encrypt. Once encryption is off, hit Send.

    It may take two or three minutes for Edward to respond. In the meantime, you might want to skip ahead and check out the Use it Well section of this guide. Once he's responded, +href="#section6">Use it Well 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.

    -

    When you open Edward's reply, GnuPG may prompt you for your password +

    When you open Edward's reply, GnuPG may prompt you for your passphrase before using your private key to decrypt it.

    -
    +
    -
    -
    - -

    Step 3.b Send a test encrypted email

    +
    + -

    The lock icon in the top left of the window should be yellow, meaning -encryption is on. This will be your default from now on.

    +
    -

    Next to the lock, you'll notice an icon of a pencil. We'll -get to this in a moment.

    +

    Step 4.b Send a test encrypted email

    +
    Get Edward's key
    +

    To encrypt an email to Edward, you need his public key, so now you'll have +to download it from a keyserver. You can do this in two different ways:

    +

    Option 1. In the email answer you received from Edward as a response to your first email, Edward's public key was included. On the right of the email, just above the writing area, you will find an "OpenPGP" button that has a lock and a little wheel next to it. Click that, and select Discover next to the text: "This message was sent with a key that you don't have yet." A popup with Edward's key details will follow. -

    Click Send. Enigmail will pop up a window that says "Recipients not valid, -not trusted or not found."

    +

    Option 2. Open your OpenPGP manager and under "Keyserver" choose Discover Keys Online. Here, fill in Edward's email address, and import Edward's key. -

    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.

    +

    The option Accepted (unverified) will add this key to your key manager, and now it can be used to send encrypted emails and to verify digital signatures from Edward.

    -

    Now you are back at the "Recipients not valid, not trusted or not found" -screen. Check the box in front of Edward's key and click Send.

    +

    Edward has many different emails associated with its key, you can safely import the key.

    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 can decrypt it.

    +
    +
    Send Edward an encrpyted email
    + +

    # 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.

    + +

    This time, make sure encryption is turned on by using the drowpdown menu "Security" and select Require Encryption. Once encryption is on, hit Send.

    + +
    +

    Troubleshooting

    -
    Enigmail can't find Edward's key
    +
    "Recipients not valid, not trusted or not found"
    +
    You may be trying to send an ecrypted email to someone when you do not have their public key yet. Make sure you follow the steps above to import the key to your key manager. Open OpenPGP Key Manager to make sure the recipient is listed there.
    + +
    Unable to send message
    +
    You could get the following message when trying to send your encrypted email: "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: edward-en@fsf.org." This usually means you imported the key with the "unaccepted (unverified) option, if you go to the "key properties" of this key by right clicking on the key in the OpenPGP Key Manager, you can select the option Yes, but I have not verified that this is the correct key. in the "Acceptance" option at the bottom of this window. Resend the email.
    + +
    I can't find Edward's key
    Close the pop-ups that have appeared since you clicked Send. 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.
    @@ -985,12 +1049,6 @@ your email program will automatically save a copy encrypted to your public key, which you'll be able to view from the Sent folder like a normal email. This is normal, and it doesn't mean that your email was not sent encrypted. -
    More resources
    -
    If you're still having trouble with our -instructions or just want to learn more, check out -Enigmail's wiki.
    -
    -
    +
    @@ -1027,7 +1085,7 @@ don't put private information there. The sending and receiving addresses aren't encrypted either, so a surveillance system can still figure out who you're communicating with. Also, surveillance agents will know that you're using GnuPG, even if they can't figure out what you're saying. When you -send attachments, Enigmail will give you the choice to encrypt them or not, +send attachments, you can choose to encrypt them or not, independent of the actual email.

    For greater security against potential attacks, you can turn off @@ -1039,26 +1097,38 @@ Text.

    -
    +
    + +
    -

    Step 3.c Receive a response

    +

    Step 4.c Receive a response

    When Edward receives your email, he will use his private key to decrypt it, then reply to you.

    It may take two or three minutes for Edward to respond. In the meantime, you might want to skip ahead and check out the Use it Well section of this guide.

    +href="#section6">Use it Well section of this guide.

    + +

    Edward will send you an encrypted email back saying your email was received and decypted. Your email client will automatically decrypt Edward's message.

    + +

    The OpenPGP button in the email will show a little green v over the lock symbol to show the message is encypted, and a little orange warning sign which means that you have accepted the key, but not verified it. When you have not yet accepted the key, you will see a little question mark there. Clicking the prompts in this button will lead you to key properties as well.

    -
    +
    -
    +
    -

    Step 3.d Send a test signed email

    +

    Step 4.d Send a test signed email

    GnuPG includes a way for you to sign messages and files, verifying that they came from you and that they weren't tampered with along the way. These @@ -1077,17 +1147,16 @@ pencil icon next to the lock icon so that it turns gold. If you sign a message, GnuPG may ask you for your password before it sends the message, because it needs to unlock your private key for signing.

    -

    With the lock and pencil icons, you can choose whether each message will -be encrypted, signed, both, or neither.

    +

    In "Account Settings" → "End-To-End-Encryption" you can opt to add digital signature by default.

    -
    -
    +
    +
    -
    +
    -

    Step 3.e Receive a response

    +

    Step 4.e Receive a response

    When Edward receives your email, he will use your public key (which you sent him in Step 3.A) to verify the message @@ -1095,31 +1164,29 @@ you sent has not been tampered with and to encrypt his reply to you.

    It may take two or three minutes for Edward to respond. In the meantime, you might want to skip ahead and check out the Use it Well section of this guide.

    +href="#section6">Use it Well section of this guide.

    Edward's reply will arrive encrypted, because he prefers to use encryption whenever possible. If everything goes according to plan, it should say "Your signature was verified." If your test signed email was also encrypted, he will mention that first.

    -

    When you receive Edward's email and open it, Enigmail will +

    When you receive Edward's email and open it, your email client will automatically detect that it is encrypted with your public key, and then it will use your private key to decrypt it.

    -

    Notice the bar that Enigmail shows you above the message, with -information about the status of Edward's key.

    -
    -
    +
    - -
    + +
    -

    #4 Learn the Web of Trust

    +

    #5 Learn the Web of Trust

    +

    Illustration of keys all interconnected with a web of lines

    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 @@ -1145,31 +1212,25 @@ connected to each other by chains of trust expressed through signatures.

    -
    +
    -

    Step 4.a Sign a key

    - -

    In your email program's menu, go to Enigmail → Key Management.

    +

    Step 5.a Sign a key

    -

    Right click on Edward's public key and select Sign Key from the context -menu.

    +

    In your email program's menu, go to OpenPGP Key Manager and select Key properties by right clicking on Edward's key.

    -

    In the window that pops up, select "I will not answer" and click ok.

    - -

    Now you should be back at the Key Management menu. Select Keyserver → -Upload Public Keys and hit ok.

    +

    Under "Your Acceptance", you can select Yes, I've verified in person this key has the correct fingerprint"

    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.

    +a real person, but it's good practice, and for real people it is important. You can read more about signing a person's key in the check IDs before signing section

    -
    +
    @@ -1199,7 +1260,7 @@ type="reset" value="reset" name=".reset">

    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 Enigmail → Key +other public keys saved on your computer, by going to OpenPGP 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 @@ -1231,10 +1292,7 @@ time, and witnessing interactions between them and others. Whenever signing a key, ask to see the full public key fingerprint, and not just the shorter key ID. If you feel it's important to sign the key of someone you've just met, also ask them to show you their government identification, and make -sure the name on the ID matches the name on the public key. 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?"

    +sure the name on the ID matches the name on the public key.

    @@ -1248,27 +1306,20 @@ href="http://fennetic.net/irc/finney.org/~hal/web_of_trust.html">many people think. One of best ways to strengthen the GnuPG community is to deeply understand the Web of Trust and to carefully sign as many people's keys as circumstances permit. - -
    Set ownertrust
    -
    If you trust someone enough to validate other people's keys, you can assign -them an ownertrust level through Enigmails's key management window. Right -click on the other person's key, go to the "Select Owner Trust" menu option, -select the trustlevel and click OK. Only do this once you feel you have a -deep understanding of the Web of Trust.
    -
    +
    - -
    + +
    -

    #5 Use it well

    +

    #6 Use it well

    Everyone uses GnuPG a little differently, but it's important to follow some basic practices to keep your email secure. Not following them, you @@ -1278,12 +1329,12 @@ and damage the Web of Trust.

    -
    +
    @@ -1307,15 +1358,15 @@ nice to also include a link to this guide in your standard email signature (the text kind, not the cryptographic kind).

    -
    +
    -
    +
    @@ -1328,18 +1379,17 @@ invalid keys might be readable by surveillance programs.

    In your email program, go back to the first encrypted email that Edward sent you. Because Edward encrypted it with your public key, it will have a -message from Enigmail at the top, which most likely says "Enigmail: Part of -this message encrypted."

    +green v a at the top "OpenPGP" button.

    -

    When using GnuPG, make a habit of glancing at that bar. The program +

    When using GnuPG, make a habit of glancing at that button. The program will warn you there if you get an email signed with a key that can't be trusted.

    -
    +
    -
    +

    Copy your revocation certificate to somewhere safe

    @@ -1354,7 +1404,7 @@ you regularly.

    file to let people know that you are no longer using that keypair.

    -
    +
    @@ -1375,24 +1425,7 @@ of your new key.

    - - - - + -
    +
    End #step-6d .step--> +
    - +
    @@ -1440,7 +1473,7 @@ email address without a public key fingerprint.

    -
    +