Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-rsa

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rsa - npm Package Compare versions

Comparing version 0.1.31 to 0.1.32

10

package.json
{
"name": "node-rsa",
"version": "0.1.31",
"version": "0.1.32",
"description": "Node.js RSA library",

@@ -14,4 +14,8 @@ "main": "src/NodeRSA.js",

"keywords": [
"node.js",
"rsa"
"node",
"rsa",
"crypto",
"assymetric",
"encryption",
"decryption"
],

@@ -18,0 +22,0 @@ "author": "rzcoder",

@@ -62,5 +62,4 @@ # Node-RSA

key.toPrivatePEM();
key.toPublicPEM([strict]);
key.toPublicPEM();
```
**strict** - if true method will return false if key pair have private exponent. Default *false*.

@@ -70,4 +69,5 @@ ### Test key

key.isPrivate();
key.isPublic();
key.isPublic([strict]);
```
**strict** - if true method will return false if key pair have private exponent. Default *false*.

@@ -74,0 +74,0 @@ ### Encrypting/decrypting

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