Skip to content

gpg

Commands

# Encrypt file:
gpg -c filename
# Decrypt files:
gpg --decrypt-files filename.gpg
# Output the file contents to the terminal:
gpg --decrypt filename.gpg