Just to make sure -- did you killall gpg-agent or reboot after changing gpg-agent.conf? – Jens Erat Sep 30 '16 at 18:50. When Mozilla Thunderbird launches for the first time, Mac OS X will ask you if you are sure you want to open it. Mozilla Thunderbird was downloaded from mozilla.org and should be safe, click the “Open” button. Mozilla Thunderbird can integrate with the Mac OS X address book, we leave this choice to you. If you don’t have an existing GPG key, you can generate a new GPG key to use for signing commits and 20 Feb 2015 Full credit goes to MLP_is_my_OPSEC for writing this tutorial Head on over to and download ‘GPG Suite Beta 5’ UAQo3Ca[1]. So I’m trying to figure out if I should do this on my mac or not can 12 Mar 2014.
I installed gnupg
under macOS 10.12.6 via brew install gnupg
(gpg --version
correctly works). When I tried to generate a 4096bit RSA key via gpg2 --full-generate-key
, it hangs at 'We need to generate a lot of random bytes. It is a good idea to performsome other action (type on the keyboard, move the mouse, utilize thedisks) during the prime generation; this gives the random numbergenerator a better chance to gain enough entropy.
' No +
appears, although I heavily used the disks for 15min. Is this a bug? This used to work (but my last working version I tried was gpg 1.4.19).
There are various posts addressing Linux (e.g., CentOS or this), but nothing which immediately carries over to macOS.
My ~/.gnupg looks quite differently than under 1.4.19: it contains the empty files S.gpg-agent
, S.gpg-agent.browser
, S.gpg-agent.extra
and S.gpg-agent.ssh
, a file named pubring.kbx
and an empty folder named private-keys-v1.d
. Under 1.4.19, it used to contain the files gpg.conf
, pubring.gpg
, random_seed
, secring.gpg
.
1 Answer
The 'hanging' came from the 4096bit. Once I went to the (default) 2048bit, there was no problem. Further issues arose thereafter and were due to the changes from gnupg 1.x.x to 2.x.x. They are explained here.
댓글