wp-password-bcrypt VS Password Compat

Compare wp-password-bcrypt vs Password Compat and see what are their differences.

wp-password-bcrypt

WordPress plugin to implement secure bcrypt hashed passwords (by roots)

Password Compat

Compatibility with the password_* functions that ship with PHP 5.5 (by ircmaxell)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wp-password-bcrypt Password Compat
2 1
610 2,149
0.5% -
2.7 0.0
3 months ago 3 months ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wp-password-bcrypt

Posts with mentions or reviews of wp-password-bcrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • Migrating/Mapping User Data from Rails to Wordpress
    1 project | /r/rails | 1 Sep 2023
    Another issue is about migrating passwords. Devise uses bcrypt while WP uses MD5 hash. So I think my options are changingWP to use bcrypt or simply generating new passwords and emailing users with a notification and reset password link. I'm using miniOrange from what I understand WP will be the main database for authentication. I'm guessing there won't be a need to update the Rails password?
  • WordPlate: WordPress on Composer with sensible defaults
    9 projects | news.ycombinator.com | 25 Feb 2023
    Wow, Wordpress still use MD5 hashes for passwords? That's really taking backward compatibility with old PHP versions too far!

    https://github.com/roots/wp-password-bcrypt#readme

Password Compat

Posts with mentions or reviews of Password Compat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • WordPlate: WordPress on Composer with sensible defaults
    9 projects | news.ycombinator.com | 25 Feb 2023
    > Same for WordPress.

    Not as much - WP favours backwards compatibility (or is it laziness?) even when doing so impacts security.

    Another problem is that the environments Wordpress targets are inherently vulnerable - while it's not WP's fault directly, they do nothing to warn people against using them nor outright stop supporting broken, insecure configurations.

    > There are multitudes of comments that specifically single out WP in the post's comment thread. Including this very thread that you are on.

    I was talking about publicized data breaches in general. But if we specifically talk about CMSes, I'm not sure anything else beats Wordpress and similar PHP-based CMSes of that era when it comes to not just the amount of vulnerabilities, but especially the nature of them - the same, dumb, basic problems resolved in every other language (including modern PHP with a framework such as Laravel) repeated over and over again.

    > WHERE is that objective study that compares WordPress with other software in regard to vulnerabilities

    Someone posted the following excerpt of the Wordpress codebase, which appears to be some custom attempt at simulating SQL query parameterization instead of using the actual, database-driver-provided function. If this is indeed the purpose of that function and it is indeed used, then I'm not sure there is any valid excuse for this in today's day and age.

    Someone else mentioned password hashing still relying on MD5 - if that is actually true, I'm not sure that is excusable either? I haven't done PHP for many years now, but surely even if the native functions aren't available, couldn't they use a "polyfill" such as https://github.com/ircmaxell/password_compat ?

    I'm sure there are many other issues but frankly the first one should be enough for any competent developer to run away.

    > No it doesnt. Dont make up falsities. PHP executes files how you configure it to.

    I was with you until this, but now I think you're arguing in bad faith.

    Yes, if you want to be pedantic, PHP and your web server execute files like how you configure them to. In practice, the environment where the vast majority of Wordpress sites are deployed (your typical shared hosting environment) will execute anything that ends with .php and is in the web root.

    This is inherently a legacy PHP problem (which WP encourages by supporting it) - no other language that I know of does this by default. If I accidentally store a malicious file in Python, Ruby, Node.js, etc applications, the worst that will happen is that I serve it back. At no point what so ever the server itself will execute that file.

    Yet in the PHP environments Wordpress targets, this is a massive issue which means every single feature handling file uploads (both in WP core and any plugins) should anticipate your server's misconfiguration (maybe it's not limited to .php files, but .html files too?) and try to protect against it, eventually failing and then you get yet another Wordpress vulnerability.

What are some alternatives?

When comparing wp-password-bcrypt and Password Compat you can also consider the following projects:

wordplate - WordPlate is a boilerplate for WordPress, built with Composer and designed with sensible defaults.

weakpass - Weakpass collection of tools for bruteforce and hashcracking

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

Zxcvbn PHP - Realistic PHP password strength estimate library based on Zxcvbn JS

elementor - The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

PHP Password Lib - A library for generating and validating passwords

PHPAuth - PHPAuth is a secure PHP Authentication class that easily integrates into any site.

Password Policy - A password policy enforcer for PHP and JavaScript

fresh - The next-gen web framework.

phpass - Python implementation of the portable PHP password hashing framework

Password-Generator - PHP Library to generate random passwords

GenPhrase - GenPhrase is a secure passphrase generator for PHP applications.