kiruthiga 55473b7e7c initial push 6 dní pred
..
node_modules 55473b7e7c initial push 6 dní pred
.travis.yml 55473b7e7c initial push 6 dní pred
LICENSE 55473b7e7c initial push 6 dní pred
index.js 55473b7e7c initial push 6 dní pred
package.json 55473b7e7c initial push 6 dní pred
readme.md 55473b7e7c initial push 6 dní pred
test.js 55473b7e7c initial push 6 dní pred

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.