From: Robert Nichols <rnicholsNOSPAM@comcast.net>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Why is it necessary to "wipe" an authenticated luks2 device when creating it?
Date: Thu, 26 Sep 2019 16:27:27 -0500 [thread overview]
Message-ID: <qmjag0$39d1$1@blaine.gmane.org> (raw)
In-Reply-To: <e69bf2d4-b2db-badb-f179-84f2499ae1ca@redhat.com>
On 9/26/19 9:29 AM, Ondrej Kozina wrote:
> On 9/26/19 3:38 PM, Robert Nichols wrote:
>>
>> On 9/26/19 2:41 AM, Milan Broz wrote:
>>> On 25/09/2019 21:40, .. ink .. wrote:
>>>> I just added an ability to create an authenticated luks2 device in
>>>> zuluCrypt[1] and i am
>>>> wondering why these volumes need to be wiped when created. I made it work by
>>>> looking at how cryptsetup does it but i don't understand why because i
>>>> have so far
>>>> failed to find any documentation about it.
>>>
>>> I think it is explained in the referenced paper, we should add a FAQ about it.
>>>
>>> Initial wipe recalculates integrity tags - so you can read the device afterward.
>>>
>>> If you skip initialization (wipe), integrity tags for all sectors is incorrect
>>> and read will return integrity failure (EILSEQ errno).
>>>
>>> In theory, it is not a problem ("do not read what you did not write").
>>>
>>> But it reality it cases many programs to fail because it can access device
>>> through page cache. If the *write* is not aligned to a page, page cache tries
>>> to first read content, then update content, and write it back to the device.
>>>
>>> But as said above, all read fails because integrity tags are not initialized,
>>> thus even page-unaligned writes can fail.
>>> (I have seen this problem even in programs like mkfs, where it is apparent bug.)
>>
>> So, LUKS2 is incompatible with LVM thin provisioning or other sparse storage
>> formats like QCOW2. Good to know.
>>
>
> That is not correct.
>
> First, LUKS2 does not enforce use of authenticated encryption in any way. It's optional choice and definitely not default (it's still considered experimental feature, unlike LUKS2 format that is new upstream default).
>
> Contrary, if you prefer discards (trim) pass-through via dm-crypt you may use --persistent --allow-discards option so that it's automatically enabled during every following LUKS2 device activation. So it's more thin provisioning friendly if that is important for you (for others it may not be so).
>
> Yes, authenticated encryption with dm-integrity in interleave mode does require device initialization for reason Milan described and moreover dm-integrity does not allow discards pass-through so thin provisioning does not make sense with it because you won't be able to reclaim free space from it.
I wasn't even thinking of trim pass-through. I routinely set up VMs with space allocations that, in total, exceed the space available on the host. Such VMs cannot use authenticated encryption since they would have to immediately use all of their allocated space. I also routinely save system images with partclone or clonezilla, specifically to avoid saving the content of the free space in the filesystems. Such an image would fail authentication when restored. These are fairly common practices. LUKS2 authenticated encryption should come with huge warnings.
--
Bob Nichols "NOSPAM" is really part of my email address.
Do NOT delete it.
next prev parent reply other threads:[~2019-09-26 21:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-25 19:40 [dm-crypt] Why is it necessary to "wipe" an authenticated luks2 device when creating it? .. ink ..
2019-09-26 7:41 ` Milan Broz
2019-09-26 9:36 ` Christoph Anton Mitterer
2019-09-26 13:38 ` Robert Nichols
2019-09-26 14:29 ` Ondrej Kozina
2019-09-26 21:27 ` Robert Nichols [this message]
2019-09-26 22:20 ` Arno Wagner
2019-09-27 8:52 ` Milan Broz
2019-09-26 14:23 ` Arno Wagner
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='qmjag0$39d1$1@blaine.gmane.org' \
--to=rnicholsnospam@comcast.net \
--cc=dm-crypt@saout.de \
/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