Skip to content

Commit

Permalink
itemencrypt: Use larger/safer keys (#2434)
Browse files Browse the repository at this point in the history
Fixes #2385
  • Loading branch information
hluk committed Aug 22, 2023
1 parent 3dd47af commit 83da385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/itemencrypted/itemencrypted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void startGenerateKeysProcess(QProcess *process, bool useTransientPasswordlessKe
startGpgProcess(process, args, QIODevice::ReadWrite);
process->write( "\nKey-Type: RSA"
"\nKey-Usage: encrypt"
"\nKey-Length: 2048"
"\nKey-Length: 4096"
"\nName-Real: copyq"
+ transientOptions +
"\n%secring " + keys.sec.toUtf8() +
Expand Down

0 comments on commit 83da385

Please sign in to comment.