wallet-core/node_modules/browserify-rsa
2017-05-03 15:35:00 +02:00
..
.travis.yml node_modules 2017-05-03 15:35:00 +02:00
index.js node_modules 2017-05-03 15:35:00 +02:00
LICENSE node_modules 2017-05-03 15:35:00 +02:00
package.json node_modules 2017-05-03 15:35:00 +02:00
readme.md node_modules 2017-05-03 15:35:00 +02:00
test.js node_modules 2017-05-03 15:35:00 +02: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.