[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: encrypted file system on cd
Tobias Walkowiak wrote:
> hi, anybody tried to build an encrypted FS via mkisofs? my goal is to make
> an encrypted image for burning on a cd and afterwards mount the crypted
> cd-FS via cryptoloop
Example #4 from aespipe README:
Create encrypted ISO9660 CD-ROM image that can be mounted using Linux
loop-AES crypto package:
mkisofs -r directory-tree | aespipe -e AES128 -T >image.iso
This image file can then be mounted under Linux like this:
mount -t iso9660 image.iso /cdrom -o loop=/dev/loop0,encryption=AES128
Or, after writing image.iso to CD-ROM, like this:
mount -t iso9660 /dev/cdrom /cdrom -o loop=/dev/loop0,encryption=AES128
aespipe is available here:
http://loop-aes.sourceforge.net/aespipe/aespipe-v2.1c.tar.bz2
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/