Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
WordPress 6.8 will use bcrypt for password hashing (make.wordpress.org)
3 points by gslin 7 months ago | hide | past | favorite | 1 comment


> What about Argon2?

> 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!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: