From 087ea48bfe966e367e03de27e77dcc87c7482f4d Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Sun, 4 Feb 2018 16:40:51 +0100 Subject: [PATCH] Update RSA-PSS publicExponent --- lib/make/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/crypto.js b/lib/make/crypto.js index 2915cc1..d254c60 100644 --- a/lib/make/crypto.js +++ b/lib/make/crypto.js @@ -227,7 +227,7 @@ make.crypto = { name: 'SHA-${this.length(len)}' }, modulusLength: ${random.item([1024, 2048, 4096])}, - publicExponent: new Uint8Array([0x01, 0x00, 0x00]), + publicExponent: new Uint8Array([0x01, 0x00, 0x01]), saltLength: 8 }`) },