Reduced key size
This commit is contained in:
parent
2b043f5943
commit
1bb8d36006
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const Encryption = {
|
||||||
Crypto.generateKeyPair(
|
Crypto.generateKeyPair(
|
||||||
'rsa',
|
'rsa',
|
||||||
{
|
{
|
||||||
modulusLength: 4096,
|
modulusLength: 2048,
|
||||||
privateKeyEncoding: {
|
privateKeyEncoding: {
|
||||||
type: 'pkcs1',
|
type: 'pkcs1',
|
||||||
format: 'pem'
|
format: 'pem'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue