Defindit Docs and Howto Home

This page last modified: Jul 09 2004
title:GPG use notes.

# encrypt, text armor
gpg -r twl8n -a -o file.txt.asc -e file.txt

# decrypt, output to file.txt?
gpg -o file.txt -d file.txt.asc

# decrypt, output to file.txt
gpg --decrypt-file file.txt.asc