Comment on Encryption with Gnu Privacy Guard (GPG)parentComments−reedalex0112yIn this case it will just prompt you for for the recipient. This command is too verbose though. You can type:gpg -e fileThe output will be file.gpg. It will ask you for a recipient unless you have "default-recipient" or "default-recipient-selt" set in gpg.conf.
Comments
In this case it will just prompt you for for the recipient. This command is too verbose though. You can type:
gpg -e file
The output will be file.gpg. It will ask you for a recipient unless you have "default-recipient" or "default-recipient-selt" set in gpg.conf.