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