No posts

WordPress Password Hashing Changed: What Bcrypt in Core Means for Site Security and Hosting Checks

WordPress 6.8 changed core password handling: user passwords now use bcrypt, while application passwords use BLAKE2b. For most sites, this is a quiet security improvement. For custom auth code, WooCommerce flows, and integrations that touch…