backoffice/node_modules/browserify-rsa
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
.travis.yml first commit 2020-02-06 10:09:39 +00:00
LICENSE first commit 2020-02-06 10:09:39 +00:00
index.js first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00
readme.md first commit 2020-02-06 10:09:39 +00:00
test.js first commit 2020-02-06 10:09:39 +00:00

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.