25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 yıl önce
..
node_modules/bn.js First Commit 3 yıl önce
.travis.yml First Commit 3 yıl önce
LICENSE First Commit 3 yıl önce
index.js First Commit 3 yıl önce
package.json First Commit 3 yıl önce
readme.md First Commit 3 yıl önce
test.js First Commit 3 yıl önce

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.