readme.md
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 Update |
Last Commit
a6301da7
–
去掉丹阳
History
|
---|---|---|
.. | ||
.travis.yml | Loading commit data... | |
LICENSE | Loading commit data... | |
index.js | Loading commit data... | |
package.json | Loading commit data... | |
readme.md | Loading commit data... | |
test.js | Loading commit data... |
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.