Resources for Pretty Good Privacy
Based on information from respected researchers and raw information about PGP clients, here are the best public keytypes for most users:
RSA-3072 or RSA-4096,
RSA is a longly-held standard to the point where it is supported by any modern PGP client. 3000+ is the current recommended keysize for that. However, most systems use mutliples of 1024, so that really means 3072 or 4096 in practice.
Regarding ECC, the Edwards curve
NIST and BSI (German Government) each have their own standard curves, so if you're using PGP in a situation like that, the choices for type and perhaps size has already been made for you. There are some concerns raised by
Daniel J. Bernstein about the NIST curves and the smaller Brainpool curves. The largest Brainpool curve, BrainpoolP512r1, is more for individuals who actually need a reliable 512-bit ECC curve which allows for a public key security margin equivalent to AES-256. However there are compatibility issues with ProtonMail (which a large population uses), which means you might not want to use it.
Finally, if you're really concerned about quantum computing, then RSA is a better hedge against it compared to ECC. Then again, GPG just supported Kyber+ECC in its newest stable version, 2.5.16. My position is that I'm more concerned about ID theft than major governments potentially reading my emails via a quantum computer, so ECC is better for my use case (I use BrainpoolP512r1.). Why is AES preferred? AES was standardized via an open competiton near the turn of the last century -- just like Kyber in recent years -- and most cryptographers prefer it to this day over other symmetric encryption schemes. In particular, AES-256 is the "gold standard" of encryption. SHA-1 will be not be allowed by NIST (for US Govenment use) as of 2030. RIPEMD-160 is the same size as SHA-1. The newer, safe generations of hash algorithms are SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512) and SHA-3. SHA-224 is not as safe as it used to be due to quantum computing risks. Phil Zimmermann on PGP
Email Self-Defense webpage
Thunderbird Mail Client (PGP client built-in)
ProtonMail GPG4Win
Glossary of GPG FAQ GPG Options LibrePGP
OpenPGP
A Review Paper on Cryptography
Ed448-Goldilocks, a new elliptic curve
NIST Post-Quantum Cryptography Standards