legendary-doc-site/apps/core/assets/node_modules/browserify-rsa
2020-07-03 21:41:01 -05:00
..
node_modules/bn.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.travis.yml chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
index.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
LICENSE chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
package.json chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
readme.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
test.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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.