From owner-cvs-all Sun May 26 11:14:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6043F37B407; Sun, 26 May 2002 11:14:39 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4QIEdg85920; Sun, 26 May 2002 11:14:39 -0700 (PDT) (envelope-from phk) Message-Id: <200205261814.g4QIEdg85920@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 May 2002 11:14:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/geom geom_aes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/26 11:14:38 PDT Modified files: sys/conf files Added files: sys/geom geom_aes.c Log: Add a proof-of-concept encryption class. "The only hard problem in cryptography is key-management." All sectors are encrypted with AES in CBC mode using a constant key, currently compiled in and all zero. To activate this module, write the magic header on the partition: echo "<>" | dd conv=sync of=/dev/md98 The encrypted device will be one sector shorter and have ".aes" appended to its name. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.636 +1 -0 src/sys/conf/files 1.1 +274 -0 src/sys/geom/geom_aes.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message