tree: c79e78e567ce3648d447c8b30c683c4b643adefa [path history] [tgz]
  1. .travis.yml
  2. index.js
  3. LICENSE
  4. package.json
  5. readme.md
  6. test.js
node_modules/browserify-rsa/readme.md

browserify-rsa

NPM Package Build Status Dependency status

js-standard-style

RSA private decryption/signing using chinese remainder and blinding.

API

Give it a message as a Buffer and a private key (as decoded by ASN.1) and it returns encrypted data as a Buffer.

LICENSE

MIT