Git Product home page Git Product logo

webpg-npapi's Introduction

Description

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

This is a FireBreath NPAPI plugin project, and this repository includes a submodule of FireBreath 1.5

Documentation

Documentation and Class reference can be found here: http://webpg.org/docs/webpg-npapi/

Prerequisites

In order for this plugin to work, you must have a working GnuPG installation.

Linux

On Debian-based systems you can install GNUPG2 by running the command

sudo apt-get install gnupg2

Mac OSX

The easiest way to install on OS X is to use the GPGTools Installer.

Building Dependencies

Prep Build Environment

From the root of this repository, type one of the following - depending on your OS:

Linux

./firebreath/prepmake.sh . build

Mac OSX

Universal Build

firebreath/prepmac.sh . build

i386 Build

firebreath/prepmac.sh . build -DCMAKE_OSX_ARCHITECTURES=i386 -DCMAKE_BUILD_TYPE=MinSizeRel

x86_64 Build

firebreath/prepmac.sh . build -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_BUILD_TYPE=MinSizeRel

MS Windows

For visual studio 2008

firebreath\prep2008.cmd . build

For visual studio 2009

firebreath\prep2009.cmd . build

For visual studio 2010

firebreath\prep2010.cmd . build

Build the WebPG Plugin

cd ./build

Linux

make webpgPlugin

Mac OSX

xcodebuild -target webpgPlugin

MS Windows

cmake --build . --config MinSizeRel --target webpgPlugin

Move Copy the plugin file

Linux

The compiled so file can be found at:

build/bin/webpgPlugin/npwebpgPlugin.so

Mac OSX

The compiled .plugin file can be found at:

build/projects/webpgPlugin/MinSizeRel/webpgPlugin.plugin

MS Windows

The compiled .dll file can be found at:

build\bin\webpgPlugin\MinSizeRel\npwebpgPlugin.dll

webpg-npapi's People

Contributors

kylehuff avatar rca avatar darkpixel avatar

Watchers

James Cloos avatar Kewl Admin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.