in reply to Re: use Crypt::Eksblowfish::Bcrypt to create a password the same as password_hash in PHP
in thread use Crypt::Eksblowfish::Bcrypt to create a password the same as password_hash in PHP

According to https://www.php.net/manual/en/password.constants.php, it uses a random salt. I'm looking to do this for Apache basic authentication.
  • Comment on Re^2: use Crypt::Eksblowfish::Bcrypt to create a password the same as password_hash in PHP