Closed jasondowzell closed 7 months ago
Updated to PHP 7.4.33-4 this morning and crypt function "breaks"
Current code is:
$hashed_pass = crypt($password, $Blowfish_Pre . $unique_salt . $Blowfish_End); if ($hashed_pass==$stored_password) {
This return true in PHP 7.4.33-2 but in PHP 7.4.33-4 it returns false
Your $unique_salt contains $?
$unique_salt
$
Inactive, so closing
Updated to PHP 7.4.33-4 this morning and crypt function "breaks"
Current code is:
This return true in PHP 7.4.33-2 but in PHP 7.4.33-4 it returns false