Pgp
2025
-
Create Your GPG Key In Minutes
Step 1 - Create Your Public/Private Key Pair and Revocation Certificate
gpg --expert --full-gen-keyNOTE: If you are on a console without GUI use this instead:
gpg --expert --pinentry-mode=loopback --full-gen-keyWhen asked what kind of key you want you will be presented with 14 options. Choose the 9th option which should be ECC (Elliptic Curve Cryptography) public/private keypair and an ECC signing key. In most cases the default option will be the best choice.