hensei-web/node_modules/browserify-rsa
2020-09-11 06:44:42 -07:00
..
node_modules/bn.js First commit 2020-09-11 06:44:42 -07:00
.travis.yml First commit 2020-09-11 06:44:42 -07:00
index.js First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
readme.md First commit 2020-09-11 06:44:42 -07:00
test.js First commit 2020-09-11 06:44:42 -07:00

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.