gpg
Verified for current stable LTS
Gpg Commands
Gpg command syntax with verified terminal examples.
Commands
14 commands for Gpg
gpg Operations
Gpg Command: Create Gpg Key
gpg --full-gen-key gpg Operations
Gpg Command: Create Gpg Key Interactive
gpg --full-gen-key gpg Operations
Gpg Command: Decrypt Encrypted File
gpg -d <doc.txt.gpg> gpg Operations
Gpg Command: Decrypt File
gpg -d <doc.txt.gpg> gpg Operations
Gpg Command: Encrypt And Sign File
gpg -es -r <alice@example.com> -r <bob@example.com> <doc.txt> gpg Operations
Gpg Command: Encrypt And Sign File For Recipients
gpg -es -r <alice@example.com> -r <bob@example.com> <doc.txt> gpg Operations
Gpg Command: Encrypt File With Passphrase
gpg -c <doc.txt> gpg Operations
Gpg Command: Export Key
gpg --export -a <alice@example.com> gpg Operations
Gpg Command: Export Public Private Key For Recipient
gpg --export -a <alice@example.com> gpg Operations
Gpg Command: Import Public Key
gpg --import <public.gpg> gpg Operations
Gpg Command: List Keys Public Keyring
gpg -k gpg Operations
Gpg Command: List Public Keys
gpg -k gpg Operations
Gpg Command: Sign File
gpg --clearsign <doc.txt> gpg Operations
Gpg Command: Sign File Without Encryption
gpg --clearsign <doc.txt> Suggest a Gpg Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gpg workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.