1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

migration84: Improve phrasing for BCrypt cost change (#3918)

This commit is contained in:
Tim Düsterhus
2024-10-24 15:03:12 +02:00
committed by GitHub
parent 4309102ef2
commit ea61eef42b

View File

@@ -413,8 +413,9 @@
<simpara>
<constant>PASSWORD_BCRYPT</constant> for <function>password_hash</function>
has been increased from <literal>10</literal> to <literal>12</literal>.
The default <literal>'cost'</literal> value for the <constant>PASSWORD_BCRYPT</constant>
hashing algorithm for <function>password_hash</function> has been increased from
<literal>10</literal> to <literal>12</literal>.
<!-- RFC: https://wiki.php.net/rfc/bcrypt_cost_2023 -->
</simpara>