Skip to content
James Burns edited this page Aug 29, 2013 · 6 revisions

WebPG

Features

Browser/app support

  • Google Chrome/Chromium
  • Firefox
  • Thunderbird [very beta]
  • SeaMonkey

Operating system support

  • Linux
  • OS X
  • Windows

###Browser Extension Features

  • Inline Parsing of PGP Blocks
  • Key Manager
  • Decrypt/Sign/Verify
  • GMAIL© Integration [very beta]
  • Photo Support

###Thunderbird Features

  • Sign outgoing messages
  • Verify Signed messages
  • Encrypt outgoing messages

###NPAPI Plugin Features

  • Key Generation
  • Management of Signatures/Certificates
  • Public Key Export
  • GPGCONF/Option Support
  • Keyserver Search
  • User Photo Support

Planned features

Operating system support

  • ChromeOS

Browser support

  • Opera
  • Safari

###Browser Extension Features

  • select signing key (planned for 0.9.4)

Known bugs

version 0.9.3

  • Verify in Gmail doesn't work (fixed in 0.9.4 - development)

Install development build

As WebGP is in heavy development, some bugs might be already fixed in git. If you want to report a bug, please try this first before submitting an issue. Installing a development version is easy.

Chrome

  1. Deinstall the release version from the extensions menu ("Gear" > Tools > Extensions)
  2. Download and extract https://github.com/kylehuff/webpg-chrome/archive/master.zip (or clone this repo)
  3. Enable "developer mode" in the extensions menu
  4. Go back to the extensions menu and chose the "Load unpacked extension" option, select the extension folder in the extracted master folder.

Firefox/Thunderbird (OS X and Linux only)

Install development build XPI

http://webpg.org/download/webpg-firefox/webpg-firefox-devel.xpi

Install development from source

  1. Deinstall the release version from the Add-on menu (Firefox > Add-ons)
  2. Download and extract https://github.com/kylehuff/webpg-firefox/archive/master.zip
  3. Run ./config_build.sh && ./build.sh in the webpg-firefox-master folder.