Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Hübleitner 615619e6e7 start werk il y a 5 ans
..
.travis.yml start werk il y a 5 ans
LICENSE start werk il y a 5 ans
index.js start werk il y a 5 ans
package.json start werk il y a 5 ans
readme.md start werk il y a 5 ans
test.js start werk il y a 5 ans

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.