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