From owner-freebsd-current@FreeBSD.ORG Fri Jul 29 06:31:20 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1504216A41F for ; Fri, 29 Jul 2005 06:31:20 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id B042043D45 for ; Fri, 29 Jul 2005 06:31:19 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 1FECFBC66; Fri, 29 Jul 2005 06:31:17 +0000 (UTC) To: Benjamin Lutz From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 29 Jul 2005 03:09:13 +0200." <42E981B9.5060500@datacomm.ch> Date: Fri, 29 Jul 2005 08:31:17 +0200 Message-ID: <92911.1122618677@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: current@freebsd.org Subject: Re: GELI - disk encryption GEOM class committed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 06:31:20 -0000 In message <42E981B9.5060500@datacomm.ch>, Benjamin Lutz writes: >Encryption Strength: > GBDE - Uses AES128 for data encryption, with a different key per > sector. Master key is encrypted using AES256 and stored on > 4 random locations on the disk. Access key is SHA2/512bit > hashed. Just a clarification: GBDE uses PRNG one-time-use per sector keys. >Speed: > GBDE - Runs in software. I actually have a version which uses crypto(9) hardware but the gain is a lot less than one would expect so I havn't completed it yet. >Booting from Encrypted Root: > GBDE - Doesn't say, probably doesn't work Correct doesn't work without some special handling. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.