Re: [PATCH v6 02/12] luks2: Use more intuitive slot key instead of index in user messages.

2020-12-03 Thread Daniel Kiper
On Thu, Dec 03, 2020 at 01:24:18AM -0600, Glenn Washburn wrote: > On Wed, 2 Dec 2020 18:23:08 +0100 > Daniel Kiper wrote: > > > On Fri, Nov 27, 2020 at 03:03:34AM -0600, Glenn Washburn wrote: > > > Use the slot key name in the json array rather than the 0 based > > > index in the json array for ke

Re: [PATCH v6 02/12] luks2: Use more intuitive slot key instead of index in user messages.

2020-12-02 Thread Glenn Washburn
On Wed, 2 Dec 2020 18:23:08 +0100 Daniel Kiper wrote: > On Fri, Nov 27, 2020 at 03:03:34AM -0600, Glenn Washburn wrote: > > Use the slot key name in the json array rather than the 0 based > > index in the json array for keyslots, segments, and digests. This > > is less confusing for the end user.

Re: [PATCH v6 02/12] luks2: Use more intuitive slot key instead of index in user messages.

2020-12-02 Thread Daniel Kiper
On Fri, Nov 27, 2020 at 03:03:34AM -0600, Glenn Washburn wrote: > Use the slot key name in the json array rather than the 0 based index in the > json array for keyslots, segments, and digests. This is less confusing for > the end user. For example, say you have a LUKS2 device with a key in slot 1 >

[PATCH v6 02/12] luks2: Use more intuitive slot key instead of index in user messages.

2020-11-27 Thread Glenn Washburn
Use the slot key name in the json array rather than the 0 based index in the json array for keyslots, segments, and digests. This is less confusing for the end user. For example, say you have a LUKS2 device with a key in slot 1 and slot 4. When using the password for slot 4 to unlock the device, th