Go to file
Brian Bloniarz a2f343995a fix array index in verify() with multiple pubkeys.
The log message was showing the Ith userId of the Ith pubkey,
which may not exist. All other code paths use the 0th userid
of the Ith pubkey, do that too.
2013-02-06 08:31:06 -08:00
Dependencies added sjcl as dependency 2012-01-17 11:32:24 +01:00
doc Updates to documentation. Most all classes should now be jsdoc compliant. 2012-09-11 21:54:42 -04:00
plugins/chrome Chrome plugin import cleanup. 2012-06-25 20:48:46 -04:00
resources fix array index in verify() with multiple pubkeys. 2013-02-06 08:31:06 -08:00
scripts Added major versioning to build process. 2012-08-21 23:22:15 -04:00
src fix array index in verify() with multiple pubkeys. 2013-02-06 08:31:06 -08:00
test Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
webmail/googlemail.com - removing executable flag from files 2011-12-09 18:29:47 +01:00
.gitattributes Merge branch 'refactor'. Also marking resources/openpgp*.js files as 2013-01-14 20:44:58 -05:00
.gitignore added os x file 2012-01-16 02:05:16 +01:00
.gitmodules added sjcl as dependency 2012-01-17 11:32:24 +01:00
LICENSE adding restructured GPG4Browsers code 2011-12-09 18:25:41 +01:00
Makefile renamed file 2012-01-18 11:07:00 +01:00
README testing gh-pages again 2011-12-16 15:20:25 +01:00

OpenPGP-JS

Common OpenPGP implementation for JavaScript. Based on:

* http://www.hanewin.net/encrypt/
* https://github.com/seancolyer/gmail-crypt
* https://github.com/mete0r/openpgp-js
* http://fitblip.github.com/JSPGP-Stuffs/
* http://qooxdoo.org/contrib/project/crypto
* https://github.com/GPGTools/Mobile/wiki/Introduction
* http://gpg4browsers.recurity.com/