From: Christophe Saout <christophe@saout.de>
To: Fruhwirth Clemens <clemens-dated-1061471465.e213@endorphin.org>
Cc: Pascal Brisset <pascal.brisset-ml@wanadoo.fr>,
linux-kernel@vger.kernel.org, mbligh@aracnet.com,
kernel@gozer.org, axboe@suse.de
Subject: Re: [PATCH] loop: fixing cryptoloop troubles.
Date: Mon, 11 Aug 2003 18:16:10 +0200 [thread overview]
Message-ID: <1060618570.4090.29.camel@chtephan.cs.pocnet.net> (raw)
In-Reply-To: <20030811131105.GA2040@ghanima.endorphin.org>
Am Mo, 2003-08-11 um 15.11 schrieb Fruhwirth Clemens:
> > The main problem with CBC is that you can't really do it. It only works
> > when you have a constant stream of data because you always need the
> > result from the previous encryption which you don't have when doing
> > something in the middle of the block device.
>
> That's partially correct. As most block cipher operate on blocks of 16 bytes
> size it perfectly makes sence to use CBC on a 512 byte block.
Ah, you're right, I didn't look at it enough to see that the loop in
cipher.c only handles bsize bytes at once.
> > The cryptoloop code is doing things correctly. In ecb mode, every bio
> > could get converted at once, or every bvec.
>
> ECB mode is broken in 2.6.0-test[12].
I was speaking theoretically ;)
> It's a quite conservative patch. ECB processing can be optimized.
Yes, you're not restricted to split the request into 512 byte chunks.
But I don't think it's too much of a performance loss. Or should it
better be handled differently? Because I'm not doing it either in my
code.
> Definitly. loop.c is anyway ugly :). It would be nice to rip out the
> block-backend stuff of loop.c and recommend to use device mapper instead.
> loop.c will benefit from that for sure since it doesn't have to handle two
> different case in such a schizophrenic manner.
That's right. I could also write a losetup-like user space utility that
sets up a linear mapped device with the full size of the block device
and optionally uses encryption.
What do you think of this passphrase thing? I could optionally link a
against openssl or such a library to offer password hashing.
> I'll give it a try, promised :)
That'd be nice. :)
--
Christophe Saout <christophe@saout.de>
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
next prev parent reply other threads:[~2003-08-11 16:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-10 2:36 Fruhwirth Clemens
2003-08-10 14:10 ` Pascal Brisset
2003-08-10 14:27 ` Christophe Saout
2003-08-10 21:03 ` Fruhwirth Clemens
2003-08-10 22:07 ` Christophe Saout
2003-08-11 13:11 ` Fruhwirth Clemens
2003-08-11 16:16 ` Christophe Saout [this message]
2003-08-12 3:30 ` David Wagner
2003-08-10 15:15 ` James Morris
2003-08-10 16:08 ` Pascal Brisset
2003-08-10 16:28 ` James Morris
2003-08-10 18:01 ` Ingo Oeser
2003-08-11 8:38 ` Pascal Brisset
2003-08-11 13:31 ` James Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1060618570.4090.29.camel@chtephan.cs.pocnet.net \
--to=christophe@saout.de \
--cc=axboe@suse.de \
--cc=clemens-dated-1061471465.e213@endorphin.org \
--cc=kernel@gozer.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
--cc=pascal.brisset-ml@wanadoo.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome