Re: [PHP-DEV] libsodium based Argon2i(d) password_hash()

2019-06-20 Thread Sara Golemon
On Thu, Jun 20, 2019 at 2:34 AM Nikita Popov wrote: > On Thu, Jun 20, 2019 at 12:54 AM Sara Golemon wrote: > > > I intend to move https://wiki.php.net/rfc/sodium.argon.hash into voti > > > > For "threads" (p=# in the hash output), the current PHP default is 2, > > while libsodium is hardcoded a

Re: [PHP-DEV] libsodium based Argon2i(d) password_hash()

2019-06-20 Thread Nikita Popov
On Thu, Jun 20, 2019 at 12:54 AM Sara Golemon wrote: > I intend to move https://wiki.php.net/rfc/sodium.argon.hash into voti > > For "threads" (p=# in the hash output), the current PHP default is 2, > while libsodium is hardcoded at 1, we can't override that. > ng on > Friday. > > Note that I ne

[PHP-DEV] libsodium based Argon2i(d) password_hash()

2019-06-19 Thread Sara Golemon
I intend to move https://wiki.php.net/rfc/sodium.argon.hash into voting on Friday. Note that I need to update the PR to reflect the decision to synchronize the time_cost and mem_limit defaults for libargon based hashing with libsodium. If you have any last minute issues with this RFC, please bri