Go to file
Brian Bloniarz 4a99ed0dfa Add support for GnuPG type 1001 s2k extension
This is a Gnu extension for private keys with stripped secrets, which
can be created by GnuPG's --export-secret-subkeys mode.

Before this patch, "ERROR:  unknown s2k type! 101" would be logged as an
error (though other than that, things seemed to function normally).
2013-02-06 08:36:56 -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 Add support for GnuPG type 1001 s2k extension 2013-02-06 08:36:56 -08:00
scripts Added major versioning to build process. 2012-08-21 23:22:15 -04:00
src Add support for GnuPG type 1001 s2k extension 2013-02-06 08:36:56 -08:00
test Add support for GnuPG type 1001 s2k extension 2013-02-06 08:36:56 -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/