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 }`) },