smart-power-ui/node_modules/browserify-rsa
23688nl 7a6d58607a 提交代码 2021-05-14 17:26:11 +08:00
..
node_modules/bn.js 提交代码 2021-05-14 17:26:11 +08:00
LICENSE 提交代码 2021-05-14 17:26:11 +08:00
README.md 提交代码 2021-05-14 17:26:11 +08:00
index.js 提交代码 2021-05-14 17:26:11 +08:00
package.json 提交代码 2021-05-14 17:26:11 +08:00

README.md

browserify-rsa

NPM Package Build Status Dependency status

js-standard-style

RSA private decryption/signing using chinese remainder and blinding.

API

Give it a message as a Buffer and a private key (as decoded by ASN.1) and it returns encrypted data as a Buffer.

LICENSE

MIT