Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default). #2385

Closed
akwala opened this issue Jun 28, 2023 · 0 comments · Fixed by #2434
Closed

Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default). #2385

akwala opened this issue Jun 28, 2023 · 0 comments · Fixed by #2434
Labels
feature New feature request

Comments

@akwala
Copy link
Contributor

akwala commented Jun 28, 2023

Is your feature request related to a problem? Please describe.
The current size of 2048 for RSA keys is not considered adequate.

Describe the solution you'd like
AFAICT, the change needs to be made here. This might be a quick/easy change, only affecting new key creation and encryption, as long as

  • it won't break existing encryption functionality
  • and won't require users to replace their keys.

Anyone who wishes to use the larger key size can then manually remove encryption, replace their key and re-encrypt.

I don't see a way to replace the encryption keys in either the GUI or the scripting/plugin API. This would need to be implemented and documented, including the re-encryption (with the new key) of any encrypted items/tabs.

@akwala akwala added the feature New feature request label Jun 28, 2023
@akwala akwala changed the title Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default) and replace the keys. Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default) ~~and replace the keys~~. Jul 28, 2023
@akwala akwala changed the title Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default) ~~and replace the keys~~. Increase PGP encryption key size to 4096 (or at least 3072 which is GPG's default). Jul 28, 2023
hluk added a commit that referenced this issue Aug 22, 2023
hluk added a commit that referenced this issue Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant