Twofish and CAST are broken together with DES and some of the others
under crypto options. There is no userspace program that allows their
use. Use the generic crypto driver and select one of the ciphers in the
crypto options block. It is the newer and the recommended way of doing
things. I personally use blowfish and serpent, YMMV.
> Is there any advantage (disadvantage) to using a raw device rather
> than a file for the physical storage, ie. losetup /dev/loop0 /dev/hdax
> rather than losetup /dev/loop0 /home/xxx/yyy?
<snip>
I don't know about speed, but I guess it is negligible. The advantage of
using a normal file over using a block device is IMO that you can
enlarge the crypted fs easily (see Encryption-Howto for how), whereas
you'd had to re-partition your disk to enlarge a crypted fs residing on
/dev/hda or so.
Marc
-- Marc Mutz <Marc@Mutz.com> http://marc.mutz.com/Encryption-HOWTO/ University of Bielefeld, Dep. of Mathematics / Dep. of PhysicsPGP-keyID's: 0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/