Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-20 Thread Patrick Steinhardt
On Wed, Feb 12, 2020 at 08:18:32AM +0100, Milan Broz wrote: > On 11/02/2020 22:53, Daniel Kiper wrote: > > On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote: > >> - The import of Argon2 itself. I've imported code from the > >> cryptsetup project, but I've modified it quit

Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-20 Thread Patrick Steinhardt
On Thu, Feb 13, 2020 at 12:42:59PM +0100, Daniel Kiper wrote: > On Wed, Feb 12, 2020 at 08:47:49AM +0100, Patrick Steinhardt wrote: > > On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote: > > > > GRUB's codebase. This included both stripping off unneeded > > > > functionality

Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-13 Thread Daniel Kiper
On Wed, Feb 12, 2020 at 08:47:49AM +0100, Patrick Steinhardt wrote: > On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote: > > > GRUB's codebase. This included both stripping off unneeded > > > functionality as well as converting the code to use our own coding > > > > Stripping

Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-11 Thread Patrick Steinhardt
On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote: > > GRUB's codebase. This included both stripping off unneeded > > functionality as well as converting the code to use our own coding > > Stripping unneeded functionality is OK. However, I think that it does > not make sense

Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-11 Thread Milan Broz
On 11/02/2020 22:53, Daniel Kiper wrote: > Adding Milan, Leif, Alex, Peter, Mathew and Vladimir. > > On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote: >> Hi, >> >> as promised back when LUKS2 support was merged, here's the code that >> enables decrypting LUKS2 partitions that use

Re: [PATCH 0/5] Support Argon2 KDF in LUKS2

2020-02-11 Thread Daniel Kiper
Adding Milan, Leif, Alex, Peter, Mathew and Vladimir. On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote: > Hi, > > as promised back when LUKS2 support was merged, here's the code that > enables decrypting LUKS2 partitions that use Argon2 as their key derival > function. Most of th