Home » BLOG » Transitioning to bcrypt for password hashing

Transitioning to bcrypt for password hashing

WordPress 6.8 will introduce a major update to password security. The way passwords are stored will be improved, making sites more resilient to attacks.

Transitioning to bcrypt for password hashing

Prior to this update, WordPress stored rich people database passwords using the Portable PHP Password Hashing Framework (phpass). This method relied on multiple rounds of MD5 hashing, which is now considered weak against modern attacks.

With WordPress 6.8, bcrypt will be the default password hashing algorithm. bcrypt is stronger because it uses a built-in “work factor.” This makes it harder for attackers to crack passwords, even with advanced hardware.

Note: This change will be applied automatically, and there is no action required from users. However, you may also want to check out our complete WordPress security guide to further harden your site.

Internal changes in WordPress 6.8

WordPress 6.8 also includes several principles of customer focus behind-the-scenes updates to improve performance and make WordPress more accessible:

  • More efficient block type registration: A new function wp_register_block_types_from_metadata_collection()will allow plugins to register multiple block types with a single call. (Details)
  • Internationalization improvements: WordPress will now correctly localize PHPMailer error messages and ensure that plugin update emails are sent in the admin language. (Details)
  • Accessibility improvements: Redundant title attributes will be removed from different elements to improve screen reader compatibility and provide a better experience for visually impaired users. (#24766)
  • Block hooks enabled for synchronized patterns: Block Hooks will now be applied to synchronized patterns (i.e. blocks de núcleo/bloco). This will ensure consistent behavior across templates, template parts, patterns, navigation menus, and post content. (#62704)

Overall, WordPress 6.8 includes over 370 improvements and 520 bug fixes for the editor, and over 230 tickets have been resolved for WordPress 6.8 Core.

We hope this article has helped burkina faso business directory you understand what’s coming in WordPress 6.8 and what new features you’d like to try out. We’re especially excited about the built-in speculative loading and improved design tools for WordPress users.

If you’re exploring the next version of WordPress, you might also be interested in learning how to fix common WordPress errors . Or maybe you’d like to explore how you can get involved and contribute to WordPress .

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook .

Scroll to Top