Re: [PATCH v6 0/2] luks2: Fix decoding of digests and salts with escaped chars

2022-08-15 Thread Glenn Washburn
On Mon, 15 Aug 2022 17:52:45 +0200 Patrick Steinhardt wrote: > Hi, > > this is the sixth version of my patch series which fixes decoding of > digests and salts in LUKS2 headers in case they happen to contain > escaped characters. While modern cryptsetup versions in fact don't > escape any charac

[PATCH v6 0/2] luks2: Fix decoding of digests and salts with escaped chars

2022-08-15 Thread Patrick Steinhardt
Hi, this is the sixth version of my patch series which fixes decoding of digests and salts in LUKS2 headers in case they happen to contain escaped characters. While modern cryptsetup versions in fact don't escape any characters part of the Base64 alphabet, old versions of cryptsetup did this until