2015 MS Windows GPG Info

Back

General GnuPG info: www.gnupg.org

Integrated Installer for OS 10.6 -10.10- http://gpgtools.org/

It is available at https://www.gpgtools.org/installer/index.html   This was easy to install, and works smoothly (OSX 10.6 - 10.10 and Thunderbird 17.0.2).

For Firefox / Thunderbird Email Program (Recommended)

Enigmail is a plugin to Firefox / Thunderbird  that adds integrated encryption/decryption support using OpenPGP (e.g., GnuPG). The Enigmail plugin will work with many different browsers.

    http://www.enigmail.org

You must create a key, and a keyring (database) to hold your keys, and the public keys of the recipients. This can be done with Enigmail (Manage Keys) or with gnupg -

       http://www.dewinter.com/gnupg_howto/english/GPGMiniHowto.html

You cab also encrypt and sign a plain text file with just gnupg, and then cut and paste resulting .asc file into a plaintext email using Zimbra.

    https://www.gnupg.org/

gpg -e jacopeland3@nctv.com -s -a  your_plain_text.txt     # output is your_plain_text.asc

You have to know how to keep applications from turning the plaintext message into HTML or RTF.   If you are using Windows, download “notepad++” from the Internet.

Check http://www.gpg4win.org/ to find the latest version.

For Microsoft Internet Explorer

Gpg4win is a installer package for Windows (2000/XP/2003/Vista) with computer programs and handbooks for Email and file encryption. Both relevant cryptography standards are supported, OpenPGP and S/MIME (the latter is in progress and currently works with GnuPG2 and Claws Mail). Gpg4win and the software included with Gpg4win are Free Software.

Look at GPG for Novices.  You need to install GnuPG, WinPT, and GPGee (a plugin for MS IE).  There is an integrated installer at http://www.gpg4win.org/

Screen shots showing how to use "GPGee" Windows interface to GnuPG (included in the above install).

File the notepad file in a directory window ("Explorer") and Right-Click it.  From the drop-down menu select "GPGee".  Select "Sign & Encrypt" to be done in one operation.


You next get to choose the recipients from the list of Public Keys in your Public Key Ring.  It will automatically add your Public Key as well, the one that matches the Private "Signing Key" shown below, so you can decrypt the message later.



You can check your message by decrypting it.  Choose "Decrypt & Verify" (the only option for files whose extension is "asc", "gpg", or "pgp".  You will see a list of recipients and key identifiers.  Your Public Key is also present but not shown (except in the "Signing Key" box.


 

With a successful decryption, you should see the results and the new plaintext file's name in another pop up.


 


Other programs that are available (WinPT and the GPG Shell program are in the above installer).  Use WinPT to generate your personal Public/Private Key pair.

  1. GPG Shell -- First install GPG and then install the GPG Shell. This software is produced by a guy named Roger Sondermann.  Open the Utility "Command Prompt".

  2. Nullify -- Easiest. It's a Windows installer and it includes GnuPG and the shell, so the install is one step.

  3. WinPT -- This package is a tad more difficult to use, but it works on the clipboard so it is compatible with ALL mail or text programs.

  4. Wikipedia article on GnuPG - http://en.wikipedia.org/wiki/GNU_Privacy_Guard


Another interface program, "GNU Privacy Assistant" has a check box only called "Armor" which leads to a ".asc" file rather than a binary ".gpg" file.


 

Back