How To Wiki
Line 5: Line 5:
 
<!---descr="A 2-4 sentence overview that gets the reader excited about your article."--->
 
<!---descr="A 2-4 sentence overview that gets the reader excited about your article."--->
   
What you need to know is that you can sign using your '''private key''', but you can't encrypt without the recipient's '''public key'''; you cannot verify signature without knowing the sender's '''public key''', but you can decrypt it with your '''private key''' and sender's '''public key''' if the sender encrypted it using your '''public key''' and his/her '''private key'''.
+
What you need to know is that you can sign using your '''private key''', but you can't encrypt without the recipient's '''public key'''; you cannot verify signature without knowing the sender's '''public key''', but you can decrypt it with your '''private key''' if the sender encrypted it using your '''public key'''.
   
 
==Steps==
 
==Steps==

Revision as of 13:50, 26 July 2010


Introduction

What you need to know is that you can sign using your private key, but you can't encrypt without the recipient's public key; you cannot verify signature without knowing the sender's public key, but you can decrypt it with your private key if the sender encrypted it using your public key.

Steps

Follow instructions here, but if you want a quicker way:

  1. Download and install gnupg-w32cli-1.4.9.exe from ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe
  2. Install Thunderbird 3.x, and open Tools -> Add-ons -> Get Addons -> choose Enigmail to "Add to Thunderbird". (Would you will be asked to restart Thunderbird, do so.)
  3. Click Key Management
    1. Click Generate key
    2. Choose email
    3. Enter new password twice and rember it well, write down somewhere on paper safely.
    4. Generate revocation key.
    5. Select your e-mail in the Key Manager, and File->Explort your keys to a file.

Tips

  • When saving your private key, and revocation key, save them to an encrypted volume.