Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
node_modules/bn.js First Commit há 3 anos
.travis.yml First Commit há 3 anos
LICENSE First Commit há 3 anos
index.js First Commit há 3 anos
package.json First Commit há 3 anos
readme.md First Commit há 3 anos
test.js First Commit há 3 anos

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.