hz-zhhq-web/node_modules/browserify-rsa
zzyuan f626f57dea 前端提交 2025-02-25 13:43:48 +08:00
..
node_modules/safe-buffer 前端提交 2025-02-25 13:43:48 +08:00
CHANGELOG.md 前端提交 2025-02-25 13:43:48 +08:00
LICENSE 前端提交 2025-02-25 13:43:48 +08:00
README.md 前端提交 2025-02-25 13:43:48 +08:00
index.js 前端提交 2025-02-25 13:43:48 +08:00
package.json 前端提交 2025-02-25 13:43:48 +08:00

README.md

browserify-rsa

NPM Package Build Status Dependency 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 ASN.1) and it returns encrypted data as a Buffer.

LICENSE

MIT