On Sat, 2 Oct 2021 at 23:22, Andreas Karlsson wrote:
> Please add your patch to the current open commitfest.
>
Done. https://commitfest.postgresql.org/35/3338/
Thanks for the guidance.
Daniel
Hi Andreas,
> On 1/10/2021, at 12:17 AM, Andreas Karlsson wrote:
>
> On 9/28/21 11:58 PM, Daniel Fone wrote:
>>> On 29/09/2021, at 2:33 AM, Daniel Gustafsson wrote:
>>> I don't see why not, the best first patches are those scratching an itch.
>>> If
> On 29/09/2021, at 2:33 AM, Daniel Gustafsson wrote:
>
>> On 28 Sep 2021, at 05:15, Daniel Fone wrote:
>>
>>> On 26/09/2021, at 12:09 AM, Daniel Gustafsson wrote:
>>>
>>> Upgrading our crypt_blowfish.c to the upstream 1.3 version would be the
Hi Daniel,
Thanks for the feedback.
> On 26/09/2021, at 12:09 AM, Daniel Gustafsson wrote:
>
> But 2b and 2a hashes aren't equal, although very similar. 2a should have the
> many-buggy to one-correct collision safety and 2b hashes shouldn't. The fact
> that your hashes work isn't conclusive e
Hello,
I've recently been working with a database containing bcrypt hashes generated
by a 3rd-party which use the $2b$ prefix. This prefix was introduced in 2014
and has since been recognised by a number of bcrypt implementations.
[1][2][3][4]
At the moment, pgcrypto’s `crypt` doesn’t recognis