diff --git a/utils/encryptionStore.js b/utils/encryptionStore.js index a661de65..60ebfc4d 100644 --- a/utils/encryptionStore.js +++ b/utils/encryptionStore.js @@ -87,7 +87,7 @@ const Encryption = { Crypto.generateKeyPair( 'rsa', { - modulusLength: 4096, + modulusLength: 2048, privateKeyEncoding: { type: 'pkcs1', format: 'pem'