Gnupg Mac Download

20 Sep 2017

Download the signature file; Note: the SHA-256 sum and the signature file were created on the device where the software was built, and do not stem from Sourceforge. Development ('modern') Version. The latest development version of GnuPG for OS X is 2.3.2 (released 2021/08/26).

NB: this post assumes a basic familiarity with PGP. I had almost none before starting, so if you follow the links I provide and spend a little while reading, you’ll be just as qualified to start hacking on this as I was.

I’ve recently become interested in using PGP for secure email communications. I run macOS 10.11 El Capitan, and I decided to install Enigmail, a simple PGP plugin for Thunderbird, to try it out.

Enigmail requires an existing installation of GnuPG. You can get it from the GPG Suite official installer, but I use Homebrew to install new packages whenever possible, to keep things centralized and streamline updates. Homebrew is smart about where it puts packages, and Enigmail is smart about where it looks for them, so this would be a seamless install (cue foreboding music). Step 1: brew install gnupg. Step 2: download and install Enigmail. Step 3: security!

Or so it seemed.

The Enigmail setup wizard successfully generated keys, but failed at the next step with: “The revocation certificate could not be created.” Revocation certificates are important, so this was a serious obstacle.

MacGnupg
  • The current version of GnuPG is 2.2.31. See the download page for other maintained versions. Gpg4win is a Windows version of GnuPG featuring a context menu tool, a crypto manager, and an Outlook plugin to send and receive standard PGP/MIME mails. The current version of Gpg4win is 3.1.16.
  • GnuPG 2.1 Packages for Mac OS X. Click on the (i) button at the right side of the download bar to get additional informations like SHA1 sum. Source: readme.textile, updated 2014-10-29.
  • Download: Graphviz.pkg. Security GnuPG 1.4.18. GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories. Download: GnuPG.pkg. Widget Toolkits PyGTK 2.24.0.

While I was able to find documentation of this error elsewhere, nobody expressly answered the question of “how do you fix this on a Mac without stepping outside the Homebrew ecosystem?” After some digging, I found the problem. Here are the dependencies Homebrew installs with gnupg:

GnupgGnupg mac download game

Here’s the problem: pinentry is a program for authenticating to gpg-agent (the program to which GnuPG farms out passphrase entry), but it only runs at the command prompt. Enigmail is looking for a GUI authentication program. Fortunately, the Homebrew package pinentry-mac seems to be exactly that – a GUIfied verison of pinentry.

So, brew install pinentry-mac. Then, in ~/.gnupg/gpg-agent.conf, add the line pinentry-program /usr/local/bin/pinentry-mac. This points gpg-agent to the right authentication program, so that when Enigmail asks for authentication, the user is prompted to enter the password used to encrypt their private key.

Enigmail recommends testing your setup with

However, if you’ve pointed gpg-agent at pinentry-mac, you should instead run

If you see a graphic dialog box pop up, you’ve done it right – pinentry-mac is now capable of asking for your password. Restart gpg-agent (or logout and back in), and you should be able to step through the Enigmail setup wizard without any problems!

I hope this post helps you save some time, and happy encrypting! Oh, and you can find my PGP public key here.

Why not tweet this and/or follow @harpojaeger?

Mac Download Folder

Please enable JavaScript to view the comments powered by Disqus.

GPA - The Gnu Privacy Assistant

The GNU Privacy Assistant (GPA) is a graphical user interface forthe GnuPG (GNU Privacy Guard).

GPA utilizes GTK+ (the GIMP Tool Kit) and compiles for variousplatforms. You can have a look at some screenshots . You can learnmore about GPA icons, as well.

Download

GPA is available at the GnuPG FTP server and its mirrors.

Gnupg Mac Download Free

Changes in version 0.10.0 (2018-10-16)

Gnupg Mac Download Torrent

  • Added key manager context menu items to copy the key fingerprintand the secret key to the clipboard.
  • Added 'Details' buttons to many error popups to show rawdiagnostic output from gpg.
  • Changed the 'Retrieve Key' dialog to first try the Web KeyDirectory if a mail address is given. Only if this lookup failsthe keyservers are searched.
  • Added a user-ID notebook page to show per user-ID info.
  • Made location of locale dir under Windows more flexible.
  • Fixed crash on filename conversion error. [#2185]
  • Fixed listing of key algos in the subkey windows. [#3405]
  • Removed lazy loading of the secret keyring. [#3748]

Gpg Mac

Changes in version 0.9.10 (2016-11-19)

Install Gnupg Mac

  • Added basic support for TOFU information.
  • Removed key-ID from some listings in favor of using thefingerprint.
  • Fixed deletion of X.509 keys.
  • Allow for saving to an alternate file name if the file alreadyexists.
  • Fixed several problems with key edit functions.
  • Fixed drag-and-drop.