[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question loop-aes and older loop compatibility
info@xxxxxxxxxxxx wrote:
> I have already installed the ciphers since I need twofish-256 for it.
> The original loop only asks for password, not keysize (which is given as -e
> twofish-256) and it uses no gpg-keyfile or therelike.
Examples for twofish cipher that you may want to try.
Kerneli.org compatible mode:
losetup -e twofish256 -H rmd160 /dev/loop0 /dev/hda99
^^^^^^^^^
Old SUSE compatible mode:
losetup -e twofish160 -H rmd160 -I 1 /dev/loop0 /dev/hda99
^^^ ^^^^^^^^^ ^^^^
Mainline util-linux compatible mode:
losetup -e twofish256 -H unhashed2 /dev/loop0 /dev/hda99
^^^^^^^^^^^^
Binary key compatible mode (IIRC, Gentoo used this):
cat filename | losetup -p 0 -e twofish256 -H unhashed3 /dev/loop0 /dev/hda99
^^^^ ^^^^^^^^^^^^
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/