jenkins-bot has submitted this change and it was merged.

Change subject: Update default hash storage settings
......................................................................


Update default hash storage settings

Update the default hash settings to align output length and hash block
size.

Bug: T127445
Change-Id: I8419ec9db28eba5868d3a9ee9542d998bfde920b
---
M includes/DefaultSettings.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  Dpatrick: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index c04602c..4cf0c40 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -4496,9 +4496,9 @@
        ],
        'pbkdf2' => [
                'class' => 'Pbkdf2Password',
-               'algo' => 'sha256',
-               'cost' => '10000',
-               'length' => '128',
+               'algo' => 'sha512',
+               'cost' => '30000',
+               'length' => '64',
        ],
 ];
 

-- 
To view, visit https://gerrit.wikimedia.org/r/275868
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8419ec9db28eba5868d3a9ee9542d998bfde920b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: CSteipp <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Dpatrick <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to