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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user