GPG Encryption & Signatures for GMail and Apple Mail

8:37 am in Programming, Technology by Gaz

firegpg.jpgI recently bemoaned the lack of PKI support in Google Mail, only to be proven wrong when I happened upon the FireGPG project this morning: A firefox extension that uses an external GPG binary to handle ASCII armoured email signatures and encryption. The embedded ASCII armoured signature flavour involves adding a block of text at the end of an email, and sometimes requires adding escape characters into the email itself which is kinda clunky and ugly. The developers are working on adding PGP/Mime signature attachments though — where all the GPG gunk is ferretted away into an attachment so that the body of the email is left untouched — providing the other missing part of my requirements for taking Google Mail seriously.

The FireGPG project seems to be very active and is releasing often, so I’m hoping that the PGP/MIME support will be available by the time Google has set a Gears enabled offline capable GMail loose.

Although I use Safari as my primary browser, I also keep a copy of Firefox around for occasional sites that don’t work in Safari (cough my bank! cough), and for web development, so I don’t lose anything by launching Firefox to read my email instead of Mail.app, where I currently have to install and configure the GPGMail bundle to get encryption and digital signature support. But more about that in another post…

Related Articles

  1. Google Gears