TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WordPress 6.8 will use bcrypt for password hashing

3 pointsby gslin3 months ago

1 comment

theandrewbailey3 months ago
&gt; What about Argon2?<p>&gt; Servers that support Argon2 can enable its usage with this single line of code in WordPress 6.8 and later:<p>&gt; add_filter( &#x27;wp_hash_password_algorithm&#x27;, fn() =&gt; PASSWORD_ARGON2ID );<p>bcrypt is probably better than phpass, but it&#x27;s great to have argon2 available, too!