https://github.com/browserify/browserify-rsa
https://github.com/browserify/browserify-rsa
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/browserify/browserify-rsa
- Owner: browserify
- License: mit
- Created: 2014-12-22T15:01:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T10:01:02.000Z (about 1 year ago)
- Last Synced: 2025-06-05T09:07:15.915Z (8 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 19
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# 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