An overview of the current state of GnuPG for e-mail encryption and signing:
https://infosec-handbook.eu/blog/gpg-for-emails/
TL;DR: Use ECC-based keys (Ed25519, Curve25519) as they are the future-default of GPG, smaller and faster than RSA, and Curve25519 is widely used by many different projects. If you use modern E2EE instant messengers for personal communication, there is likely no need to switch to GPG.
#gpg #gnupg #metadata #encryption #ecc #curve25519 #privacy #security #infosec
I don't understand how can you recommend Ed25519, Curve25519 against RSA for emails encryption when it is weaker than RSA against Quantum computer.
Could you please explain me why?
I disagree with you. ECC-based ciphers and RSA are not at the same level against quantum computer.
From the read I did, the key length matter and a 4096 RSA bits key required a stronger quantum computer than a 256-512 ECC bits key.
That is why I think RSA with a key of 4096 bits is more future proof than ECC 256 bits for GPG.