Poul-Henning Kamp 291daf5735 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-26 18:14:38 +00:00
2002-05-13 07:53:22 +00:00
2002-05-16 21:28:32 +00:00
2002-05-16 21:28:32 +00:00
2002-05-19 13:18:10 +00:00