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
2a09d1a4
–
添加宜春 天水 宣化
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.