From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 00:13:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE45516A401 for ; Wed, 21 Mar 2007 00:13:25 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8579513C457 for ; Wed, 21 Mar 2007 00:13:25 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4B93F51943 for ; Tue, 20 Mar 2007 20:13:24 -0400 (EDT) Date: Wed, 21 Mar 2007 00:13:21 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070321001321.5dea258f@gumby.homeunix.com> In-Reply-To: <20070320231504.GB38069@slackbox.xs4all.nl> References: <20070320190305.O29971@chylonia.3miasto.net> <20070320223619.6c18cd08@gumby.homeunix.com> <20070320231504.GB38069@slackbox.xs4all.nl> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: gbde and geli - differences 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: Wed, 21 Mar 2007 00:13:25 -0000 On Wed, 21 Mar 2007 00:15:04 +0100 Roland Smith wrote: > On Tue, Mar 20, 2007 at 10:36:19PM +0000, RW wrote: > > On Tue, 20 Mar 2007 19:06:28 +0100 (CET) > > Wojciech Puchar wrote: > > > > > what they are. both works, both works right. > > > geli has more options. > > > > > > why there are both? what should i use to have better chance i > > > will be able to recover data after say 10 years knowing password? > > > > I presume it's to do with geli using OpenSSL libraries and so > > picking-up hardware acceleration where available. I think gdbe is > > being sidelined. > > geli uses the crypto(9) framework. Not sure about the OpenSSL > libraries. I'm probably mixing up crypto(9) and crypto(3) > > > > i need both encrypted partition and encrypted copies/DVDs. > > > > I'd be interested if anyone has a method for creating encrypted DVDs > > that still works. > > You can use a UFS filesystem on a DVD. In short: > - create an file with random characters the size of a DVD. > - use that as a vnode backed memory disk with mdconfig. > - initialize and attach that with geli. > - create a new filesystem on the geli device > - mount it. But how do you put that on a DVD-R or DVD+R?