File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ # browserify-rsa
2
+
3
+ [ ![ NPM Package] ( https://img.shields.io/npm/v/browserify-rsa.svg?style=flat-square )] ( https://www.npmjs.org/package/browserify-rsa )
4
+ [ ![ 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 )
5
+ [ ![ 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 )
6
+
7
+ [ ![ js-standard-style] ( https://cdn.rawgit.com/feross/standard/master/badge.svg )] ( https://github.com/feross/standard )
8
+
9
+ RSA private decryption/signing using chinese remainder and blinding.
10
+
11
+ ## API
12
+
13
+ Give it a message as a Buffer and a private key (as decoded by ` ASN.1 ` ) and it returns encrypted data as a Buffer.
14
+
15
+ ## LICENSE
16
+
17
+ MIT
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments