Socket
Socket
Sign inDemoInstall

browserify-rsa

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-rsa - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "browserify-rsa",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

@@ -12,3 +12,3 @@ "main": "index.js",

"dependencies": {
"bn.js": "^1.0.0",
"bn.js": "^2.0.0",
"randombytes": "^2.0.1"

@@ -15,0 +15,0 @@ },

browserify-rsa
====
[![Build Status](https://travis-ci.org/calvinmetcalf/browserify-rsa.svg)](https://travis-ci.org/calvinmetcalf/browserify-rsa)
[![Build Status](https://travis-ci.org/crypto-browserify/browserify-rsa.svg)](https://travis-ci.org/crypto-browserify/browserify-rsa)

@@ -10,2 +10,2 @@ RSA private decryption/signing using chinese remainder and blinding.

Give it a message as a buffer, a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and a crypto object (aka `require('crypto')`, this is because we use it in browserify crypto and don't want to create a circular dependency)
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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc