phk d41562720e 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.
2002-05-26 18:14:38 +00:00
..
2002-05-16 21:28:32 +00:00
2002-05-24 07:26:17 +00:00
2002-05-26 09:57:59 +00:00
2002-05-24 00:44:44 +00:00
2002-05-24 17:38:01 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-24 05:40:51 +00:00
2002-03-20 10:12:07 +00:00
2002-05-14 12:31:47 +00:00