Reduced key size

This commit is contained in:
emad-salah 2020-01-31 15:02:55 +01:00
parent 2b043f5943
commit 1bb8d36006

View file

@ -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'