On 14.04.2018 at 23:53, Alice Wonder wrote:
> In this RFC
>
> https://wiki.php.net/rfc/argon2_password_hash
>
> It looks like Argon2i is now implemented in PHP with the password_*
> functions (though requires a compile flag ???)
Indeed, the password_*() API supports Argon2i is as of PHP 7.2.0,
In this RFC
https://wiki.php.net/rfc/argon2_password_hash
It looks like Argon2i is now implemented in PHP with the password_*
functions (though requires a compile flag ???)
Since the sodium extensions used the Argon2id variant by default, would
it be prudent to make sure the php password_* f
On Friday, 13 April 2018 08:16:24 CEST Heinz Wiesinger wrote:
> On Thursday, 12 April 2018 22:34:52 CEST Nikita Popov wrote:
> > On Thu, Apr 12, 2018 at 9:53 PM, Heinz Wiesinger
> >
> > wrote:
> > > Hi everyone!
> > >
> > > I ventured into writing my first PHP extension and did pretty well so
>