[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with migration from SuSE's loop_twofish to loop-AES
On Thu, Jan 16, 2003 at 09:46:03PM +0200, Jari Ruusu wrote:
> Waldemar la Tendresse wrote:
> > reiserfs complains that it does not find it's superblock, which is one
> > more evidence that the device is still crypted. I also checked the
> > reiserfs versions, they are both the same.
>
> Can you test with this additional patch to util-linux, and specify
> encryption type as twofish160
>
> Regards,
> Jari Ruusu <jari.ruusu@pp.inet.fi>
>
>
> --- util-linux-2.11y-AES/mount/lomount.c.old Thu Jan 16 21:31:52 2003
> +++ util-linux-2.11y-AES/mount/lomount.c Thu Jan 16 21:36:36 2003
> @@ -70,6 +70,7 @@
> { LO_CRYPT_NONE, "none", 0 },
> { LO_CRYPT_XOR, "xor", 0 },
> { 3, "twofish128", 16 },
> + { 3, "twofish160", 20 },
> { 3, "twofish192", 24 },
> { 3, "twofish256", 32 },
> { 4, "blowfish128", 16 },
Well, what should I say, it works perfectly with the patch. But this way
on can not use losetup, one has to do it the mount-way. But that is
no problem for me, I just wanna access the data. And probably it's easy
to patch losetup accordingly, I didn't have any look yet.
Thank you very much.
Regards,
W. la Tendresse
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/