Source: libjs-jsencrypt
XB-Private-Mcp-Spec-Sha: 8ffc2e36237786282e03c6493b3395201a7a3e3c
Section: javascript
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 curl,
 debhelper (>= 10),
# gulp,
# node-gulp-concat,
 yui-compressor,
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-jsencrypt.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-jsencrypt.git
Homepage: http://travistidwell.com/jsencrypt/

Package: libjs-jsencrypt
Architecture: all
Depends:
 ${misc:Depends},
Recommends:
 javascript-common,
Description: RSA Encryption in JavaScript
 JSEncrypt provides a simple wrapper around the fantastic work done by Tom Wu
 for RSA Encryption in JavaScript (ie: the jsbn Javascript library). JSEncrypt
 works hand-in-hand with openssl.
 .
 With JSEncrypt, you can generate private and public keypairs, then use them to
 encrypt and decrypt.
