From owner-freebsd-questions@FreeBSD.ORG Wed May 26 10:53:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F3C16A4CE for ; Wed, 26 May 2004 10:53:38 -0700 (PDT) Received: from bureau14.utcc.utoronto.ca (bureau14.utcc.utoronto.ca [128.100.132.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149DD43D31 for ; Wed, 26 May 2004 10:53:38 -0700 (PDT) (envelope-from simon.bates@utoronto.ca) Received: from seahorse.ic.utoronto.ca ([142.150.64.81] EHLO utoronto.ca ident: IDENT-NOT-QUERIED [port 2732]) by bureau14.utcc.utoronto.ca with ESMTP id <890059-17054>; Wed, 26 May 2004 13:52:29 -0400 Message-ID: <40B4D96F.8070405@utoronto.ca> Date: Wed, 26 May 2004 13:52:47 -0400 From: Simon Bates User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031008 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <40B4A372.5020506@utoronto.ca> <20040526152001.GK21801@gentoo-npk.bmp.ub> In-Reply-To: <20040526152001.GK21801@gentoo-npk.bmp.ub> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: File encryption: bdes or gpg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 17:53:38 -0000 Thank you very much for your reply and your advice. Best wishes, Simon Nathan Kinkade wrote: > On Wed, May 26, 2004 at 10:02:26AM -0400, Simon Bates wrote: > >>I am hoping someone can give me advice on file encryption. > > GPG would probably work well. You can encryt files symmetrically and > put a passphrase on the file. Public Key encryption could work also, as > long as you have a decent passphrase on your private key. If your > private key is passphraseless and someone gets physical access to your > machine they'll have not much problem decrypting your file. GPG also > had other useful applications, such as signing emails and various files. > > Nathan