kbpgp.js
Concurrent PGP in JavaScript
kbpgp is Keybase's implementation of PGP in JavaScript. It's easy to use, designed for concurrency, and stable in both Node.js and the browser. It's actively maintained and yours forever under a BSD license. This page begins a brief tutorial.
Getting it
Zip file (for the browser)
For Node.js with NPM
npm install kbpgp
Source from github
git clone https://github.com/keybase/kbpgp
Getting started
Browser
<script src="kbpgp-2.1.0.js"></script>
Node.js
var kbpgp = require('kbpgp');
We're just getting started with this tutorial and examples. Hit us up on github if anything is missing.