Update RSA-PSS publicExponent
This commit is contained in:
parent
3fc92abc8c
commit
087ea48bfe
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ make.crypto = {
|
||||||
name: 'SHA-${this.length(len)}'
|
name: 'SHA-${this.length(len)}'
|
||||||
},
|
},
|
||||||
modulusLength: ${random.item([1024, 2048, 4096])},
|
modulusLength: ${random.item([1024, 2048, 4096])},
|
||||||
publicExponent: new Uint8Array([0x01, 0x00, 0x00]),
|
publicExponent: new Uint8Array([0x01, 0x00, 0x01]),
|
||||||
saltLength: 8
|
saltLength: 8
|
||||||
}`)
|
}`)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue