From owner-freebsd-geom@FreeBSD.ORG Mon Sep 24 00:10:03 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6E016A417 for ; Mon, 24 Sep 2007 00:10:03 +0000 (UTC) (envelope-from fbsd06+OT=5f7b9a72@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3132B13C458 for ; Mon, 24 Sep 2007 00:10:03 +0000 (UTC) (envelope-from fbsd06+OT=5f7b9a72@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id D701410546 for ; Sun, 23 Sep 2007 19:49:51 -0400 (EDT) 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 DEF655190F for ; Sun, 23 Sep 2007 19:49:49 -0400 (EDT) Date: Mon, 24 Sep 2007 00:49:46 +0100 From: RW To: freebsd-geom@freebsd.org Message-ID: <20070924004946.0825d90b@gumby.homeunix.com.> In-Reply-To: References: <200709222256.17692.yarodin@gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Pipes password from kdialog to geli attach X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 00:10:03 -0000 On Sun, 23 Sep 2007 15:27:35 +0200 (CEST) Christian Baer wrote: > Blowfish". Blowfish is much faster than AES, especially with these > short keylengths. Is it? Blowfish is very fast when you use it to encrypt a whole file, but it deliberately has a high initialization cost to prevent its speed aiding a brute force attacks against beginning of the ciphertext. Presumably geli encrypts a sector at a time, so it's not obvious whether Blowfish is all that fast. Do you know of any Benchmarks for Blowfish verses AES?