1e7613dd49765ca641beae73a312f96164b7b4be68f587867b6381218e8262b17325149bb9322bac8619a82e8450db8058c881f7d9d46eacc3369b1242a3ce 714 B

123456789101112131415
  1. # browserify-rsa
  2. [![NPM Package](https://img.shields.io/npm/v/browserify-rsa.svg?style=flat-square)](https://www.npmjs.org/package/browserify-rsa)
  3. [![Build Status](https://img.shields.io/travis/crypto-browserify/browserify-rsa.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/browserify-rsa)
  4. [![Dependency status](https://img.shields.io/david/crypto-browserify/browserify-rsa.svg?style=flat-square)](https://david-dm.org/crypto-browserify/browserify-rsa#info=dependencies)
  5. RSA private decryption/signing using chinese remainder and blinding.
  6. ## API
  7. Give it a message as a Buffer and a private key (as decoded by `ASN.1`) and it returns encrypted data as a Buffer.
  8. ## LICENSE
  9. MIT