provider/node_modules/browserify-rsa
Nik Dement'ev b2743b6469
fix: update lint
2020-11-06 14:38:38 +03:00
..
.travis.yml fix: update lint 2020-11-06 14:38:38 +03:00
LICENSE fix: update lint 2020-11-06 14:38:38 +03:00
index.js fix: update lint 2020-11-06 14:38:38 +03:00
package.json fix: update lint 2020-11-06 14:38:38 +03:00
readme.md fix: update lint 2020-11-06 14:38:38 +03:00
test.js fix: update lint 2020-11-06 14:38:38 +03: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.