webpg-npapi icon indicating copy to clipboard operation
webpg-npapi copied to clipboard

webpg-npapi is an NPAPI plugin project that provides GnuPG related Public/Private Key operations for use in major browsers

Results 7 webpg-npapi issues
Sort by recently updated
recently updated
newest added

Hello. I built the library according to https://webpg.org/docs/webpg-npapi/. After I had added extention to chrome I got "WebPG NPAPI Plugin valid: undefined; version undefined". Code, which uses the extention below:...

Google has discontinued NPAPI support, WebPG is not working on latest Chrome browser in our Linux boxes. Are you planning to implement PPAPI for Chrome compatibility? thanks in advance

Hello, I built webpg-npapi in Win 7 64. "gpgImportExternalKey" works well in Win 7 32 but returns error in Win 7 64. ![image](https://f.cloud.github.com/assets/3829955/1350365/79441fee-3709-11e3-9479-b4774adad671.png)

The build instructions for windows are incorrect, or perhaps there is something else wrong. In step 2, you say to use: ``` cmake --build . --config MinSizeRel --target webpgPlugin ```...

Hello, Kyle I see [here](https://github.com/kylehuff/webpg-npapi/tree/master/webpgPlugin/libs/libgpg-error/WINNT_x86-msvc) compiled binaries of liberror, libassuan, ligpgme. My question is how did you get them compiled on Windows? My goal is to update gpgme with custom...

I see two option: 1. developer have to install GnuPG in order to compile webpg 2. each user that installs webpg have to install GnuPG on his PC. Which option...

Hi, After signing a piece of text with gpgSignText([signing_key]), _message, 1); I want to verify that signature. So, I run gpgVerify(_message_signed);. But that function always returns { data: "-----BEGIN PGP...

New Feature
Fix Comitted