[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multi-Key in Knoppix
gabriel wrote:
> I chose knoppix because it had support for loop-aes and now I find out its
> not the right support.
> Crap!
> Do you know of any good boot discs that are available for download that
> would do all I need to encrypt my hda?
Example how to encrypt partition-table-less file system using aespipe on
knoppix:
./losetup -o @32256 -s 1003451904 /dev/loop0 /dev/hda
dd if=/dev/loop0 bs=1024k | ./aespipe -e AES256 -K rootkey.gpg -G / | dd of=/dev/loop0 bs=1024k conv=notrunc
./losetup -d /dev/loop0
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/