Eric Foster 35b96bc934 initial commit пре 8 година
..
.travis.yml initial commit пре 8 година
LICENSE initial commit пре 8 година
index.js initial commit пре 8 година
package.json initial commit пре 8 година
readme.md initial commit пре 8 година
test.js initial commit пре 8 година

readme.md

browserify-rsa

Build Status

RSA private decryption/signing using chinese remainder and blinding.

API

Give it a message as a buffer and a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and it returns encrypted data as a buffer.