rsa-compat
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -57,3 +57,3 @@ 'use strict'; | ||
, generateKeypair: function (bitlen, exp, options, cb) { | ||
var fkeypair = forge.pki.rsa.generateKeyPair({ bits: bitlen || 1024, e: exp || 0x10001 }); | ||
var fkeypair = forge.pki.rsa.generateKeyPair({ bits: bitlen || 2048, e: exp || 0x10001 }); | ||
var result = { | ||
@@ -60,0 +60,0 @@ _forge: fkeypair.privateKey |
{ | ||
"name": "rsa-compat", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", | ||
@@ -5,0 +5,0 @@ "main": "node.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package