Michael Janich wrote: > I want to create/burn encrypted CDs and DVDs. > > Do I do this with > > mkisofs ... | aespipe -k256 ... | cdwrite - > mount /dev/cdrom -o loop -e aes256 /cdrom > > Does someone have any experience with this? Example 4 from aespipe README file: 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 Latest version (v2.1a) of aespipe is here: http://loop-aes.sourceforge.net/aespipe-v2.1a.tar.bz2 http://loop-aes.sourceforge.net/aespipe-v2.1a.tar.bz2.sign 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/