From owner-freebsd-questions@FreeBSD.ORG Mon Oct 12 15:12:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1737A106566B for ; Mon, 12 Oct 2009 15:12:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0498FC1C for ; Mon, 12 Oct 2009 15:11:59 +0000 (UTC) Received: from soth.ventu (151.51.27.177) by cp-out7.libero.it (8.5.107) id 4ACF3C910063346F; Mon, 12 Oct 2009 17:11:58 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.3/8.14.2) with ESMTP id n9CFBv0p058184; Mon, 12 Oct 2009 17:11:57 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4AD3473C.4000204@netfence.it> Date: Mon, 12 Oct 2009 17:11:56 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.23 (X11/20090828) MIME-Version: 1.0 To: Greg Morell References: <954220.56717.qm@web46415.mail.sp1.yahoo.com> In-Reply-To: <954220.56717.qm@web46415.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mountable encrypted file? What to use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2009 15:12:00 -0000 Greg Morell ha scritto: > Since TrueCrypt doesn't work on FreeBSD, I'm wondering what you'd recommend for this: > > I like to keep all of my sensitive stuff in a few encrypted mountable files. > > Something where I can copy the file to a USB key for backup, but not worry if I lose the USB key since it's just an encrypted file. But when on a computer, I can mount it as a volume. What about GELI? I've used it for a long time with no problems. Check the handbook for details. bye av.