huanggang 03a863fb53 add node_modules 7 년 전
..
.travis.yml 03a863fb53 add node_modules 7 년 전
LICENSE 03a863fb53 add node_modules 7 년 전
index.js 03a863fb53 add node_modules 7 년 전
package.json 03a863fb53 add node_modules 7 년 전
readme.md 03a863fb53 add node_modules 7 년 전
test.js 03a863fb53 add node_modules 7 년 전

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.