codeql-action/node_modules/browserify-rsa
2020-08-11 12:43:27 +01:00
..
node_modules/bn.js commit node_modules and generated files 2020-08-11 12:43:27 +01:00
.travis.yml commit node_modules and generated files 2020-08-11 12:43:27 +01:00
index.js commit node_modules and generated files 2020-08-11 12:43:27 +01:00
LICENSE commit node_modules and generated files 2020-08-11 12:43:27 +01:00
package.json commit node_modules and generated files 2020-08-11 12:43:27 +01:00
readme.md commit node_modules and generated files 2020-08-11 12:43:27 +01:00
test.js commit node_modules and generated files 2020-08-11 12:43:27 +01: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.