Update RSA-PSS publicExponent

This commit is contained in:
Christoph Diehl 2018-02-04 16:40:51 +01:00
parent 3fc92abc8c
commit 087ea48bfe
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 1 additions and 1 deletions

View File

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