Does wp-password-bcrypt truncate passwords?

PHP’s password_hash with PASSWORD_BCRYPT or PASSWORD_DEFAULT truncates passwords to a maximum length of 72 characters.

Does wp-password-bcrypt subject to this limitation?

1 Like

The plugin uses password_hash so I guess it does.