Gazebo_simulation-Frontend/node_modules/browserify-rsa
Riddhi Dave c586e2ed33 session update with django backend 2021-02-25 10:57:52 -05:00
..
.travis.yml React files 2020-12-21 10:29:31 -05:00
LICENSE React files 2020-12-21 10:29:31 -05:00
index.js React files 2020-12-21 10:29:31 -05:00
package.json session update with django backend 2021-02-25 10:57:52 -05:00
readme.md React files 2020-12-21 10:29:31 -05:00
test.js React files 2020-12-21 10:29:31 -05: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.