選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3年前
..
node_modules/bn.js First Commit 3年前
.travis.yml First Commit 3年前
LICENSE First Commit 3年前
index.js First Commit 3年前
package.json First Commit 3年前
readme.md First Commit 3年前
test.js First Commit 3年前

readme.md

browserify-rsa

Build Status

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.