> > I tried to make an encrypted dvd this way (using cryptsetup > > 1.0.3-0ubuntu1) > > > > $ mkisofs -r -J path/to/stuff/ |aespipe -H sha256 -e aes256 -T >foo.iso Do these aespipe options... > > $ dvdrecord -v -dao dev=/dev/dvdrw foo.iso > > > > $ eject > > [pushed the button on the drive to suck the dvd back in] > > > > $ sudo cryptsetup -c aes -s 256 -h sha256 create cd /dev/dvdrw ...and these cryptsetup options match? (cipher and hashing especially, I think) > you should be able to test this by mounting the > .iso file via losetup. Would save you the dvd writing. Good idea, will try again this week. thanks --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx