$ gpg -er [email protected] ~/.prn ([email protected] is the id of my key)
To use a symmetric key instead: $ gpg --symmetric ~/.prn To decrypt the file: $ gpg -d ~/.prn.gpg If ~/.prn is a directory, 'tar' it first (possibly with compression).
$ gpg -er [email protected] ~/.prn ([email protected] is the id of my key)
To use a symmetric key instead: $ gpg --symmetric ~/.prn To decrypt the file: $ gpg -d ~/.prn.gpg If ~/.prn is a directory, 'tar' it first (possibly with compression).