Feature Request - RSA 8192
I would like to request that support for RSA 8192 keys be included by default. Plenty of people argue that increasing the RSA key does not meaningfully increase security. I think that those people are overlooking the benefit of using larger session keys with RSA 8192. Session keys may be brute-forced. One does not have to try every possible session key combination. If one were to try half of all possible combinations, one would have a fifty percent chance of trying the correct session key.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Steve on 20 Mar, 2023 03:13 PM
Hi JustAnotherGPGFan,
thanks for reaching out and asking about RSA 8192 keys.
While we do not offer a UI option for RSA keys of that length, key creation is possible via Terminal app.
However more likely than offering UI support for 8192 bit RSA keys, will be the move to ECC keys as default option.
For now GPG Suite doesn't officially support elliptic curve keys, but it is possible to generate an ECC key using Terminal:
gpg --expert --full-generate-key
or import ECC keys usinggpg --expert --import path/to/file
.We already have an open feature request to add support for ECC as well as RSA 8192 keys and I've connected your discussion with both tickets. The number of votes is one factor that helps us to determine what feature to add next.
This discussion will be updated, when the requested feature is available.
Best,
Steve