2024-01-16 21:26:16 +08:00
|
|
|
# browserify-rsa
|
|
|
|
|
|
|
|
[](https://www.npmjs.org/package/browserify-rsa)
|
|
|
|
[](https://travis-ci.org/crypto-browserify/browserify-rsa)
|
|
|
|
[](https://david-dm.org/crypto-browserify/browserify-rsa#info=dependencies)
|
|
|
|
|
|
|
|
[](https://github.com/feross/standard)
|
2023-12-18 13:12:25 +08:00
|
|
|
|
|
|
|
RSA private decryption/signing using chinese remainder and blinding.
|
|
|
|
|
2024-01-16 21:26:16 +08:00
|
|
|
## 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
|
2023-12-18 13:12:25 +08:00
|
|
|
|
2024-01-16 21:26:16 +08:00
|
|
|
MIT
|