180703 Alec Ten Harmsel wrote:
> On Tue, Jul 03, 2018 at 05:47:22AM -0400, Philip Webb wrote:
>> I have a couple of small files which need to be encrypted :
>> one is simple text ( .txt ), the other a spreadsheet ( .ods ).
>> I haven't used encryption like this before : what do others use ?
> I have used `gpg' to do this before:
>     # Encrypt with a passphrase
>     gpg -c <file>
>     # Decrypt
>     gpg -d <file>.gpg

Thanx for this : I've used it to do the encryption I want.

Thanx also to the others who replied : I will add the info to my notes.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca


Reply via email to