browserify-rsa
RSA private decryption/signing using chinese remainder and blinding.
API
Give it a message as a buffer and a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and it returns encrypted data as a buffer.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
.travis.yml | 11 | |
LICENSE | 11 | |
index.js | 11 | |
package.json | 11 | |
readme.md | 11 | |
test.js | 11 |
RSA private decryption/signing using chinese remainder and blinding.
Give it a message as a buffer and a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and it returns encrypted data as a buffer.