Pasi Kärkkäinen wrote: > Is loop-aes compatible with the patch-int+loop-hvr crypted fs ? > > It's a little difficult to move all the data to some temp-hdd and then to > new crypto-fs .. Yes, on-disk formats are compatible. If you use loop-AES' loop.o module with mount+losetup from kerneli.org, no other change is needed. However, mount+losetup from loop-AES package use slightly different syntax and defaults: kerneli.org syntax: mount -t ext3 /dev/??? /mnt -o loop=/dev/loop0,encryption=aes,keybits=128 ^^^^^^^^^^^^^^^ loop-AES syntax: mount -t ext3 /dev/??? /mnt -o loop=/dev/loop0,encryption=AES128,phash=rmd160 ^^^^^^^^^^^^^^^^^^^ Regards, Jari Ruusu <jari.ruusu@xxxxxxxxxx> - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/