Date: Sun, 26 May 2002 11:14:38 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/geom geom_aes.c Message-ID: <200205261814.g4QIEdg85920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 "<<FreeBSD-GEOM-AES>>" | 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205261814.g4QIEdg85920>