Mailinglist Archive: opensuse (4570 mails)

< Previous Next >
Re: [SLE] sample command lines to encrypt/decrypt via gpg
  • From: Jorge Fábregas <fabregasj@xxxxxxxx>
  • Date: Sun, 13 Nov 2005 16:10:27 +0000 (UTC)
  • Message-id: <200511131210.14059.fabregasj@xxxxxxxx>
On Sunday 13 November 2005 1:43 am, John R. Sowden wrote:
> I am trying to create scripts to encrypt and decrypt text files, but the
> man pages, as most man pages do, take me about 80% of the way there.
> Is there a place on the net that explains these commands clearly, or is
> this part of the open source system to sell books?

Easy:

gpg -c file.txt (to encrypt file.txt)


gpg file.txt.gpg (to decrypt it)


HTH,
Jorge

< Previous Next >
References