Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
714 B
Markdown
Executable File
16 lines
714 B
Markdown
Executable File
# 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)
|
|
|
|
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
|