Karel Zak wrote: > On Wed, Aug 29, 2007 at 01:23:42PM -0600, LaMont Jones wrote: > > Subject: [PATCH] losetup: support password hashing and specifying the key length > > > > * add support for password hashing (sha512, sha384, sha256, rmd160). > > * add support for loop-AES style strings like "twofish256" for > ^^^^^^^^^^^^ > > specifying the encryption algorithm and key length. > > Is all stuff in this patch supported by official Linus's kernels? It > means without any extra (AES loop.ko) module or patch? The patch just enhances the way keys are computed in userspace but otherwise uses the same kernel interfaces that are used just now. I haven't used a vanilla kernel for quite some time but cryptoloop, aes, twofish etc are present there so I'd assume that it works with upstream kernels. What I've called "loop-AES style" just means that one can specify algorithm and key length in one parameter (-e twofish256) instead of two (-e twofish -k 256). cu Ludwig -- (o_ Ludwig Nussel //\ V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html