kiruthiga 55473b7e7c initial push il y a 5 jours
..
node_modules 55473b7e7c initial push il y a 5 jours
.travis.yml 55473b7e7c initial push il y a 5 jours
LICENSE 55473b7e7c initial push il y a 5 jours
index.js 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours
readme.md 55473b7e7c initial push il y a 5 jours
test.js 55473b7e7c initial push il y a 5 jours

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.