= 5.5.0, PHP 7 語法 bool password_needs_rehash ( string $h" />

PHP 菜鳥教程

PHP 高級教程

PHP & MySQL

PHP 參考手冊

PHP password_needs_rehash() 函數(shù)用法及示例

PHP 密碼散列算法

password_hash() 函數(shù)用于檢測散列值是否匹配指定的選項。

PHP 版本要求: PHP 5 >= 5.5.0, PHP 7

語法

bool password_needs_rehash ( string $hash , int $algo [, array $options ] )

參數(shù)說明:

  • hash: 一個由 password_hash() 創(chuàng)建的散列值。
  • algo: 一個用來在散列密碼時指示算法的密碼算法常量。
  • options: 一個包含有選項的關(guān)聯(lián)數(shù)組。目前支持兩個選項:salt,在散列密碼時加的鹽(干擾字符串),以及cost,用來指明算法遞歸的層數(shù)。這兩個值的例子可在 crypt() 頁面找到。 省略后,將使用隨機鹽值與默認 cost。

返回值

此函數(shù)檢測指定的散列值是否實現(xiàn)了提供的算法和選項。 如果沒有,需要重新生成散列值。

在線示例

<?php
 
$password = 'rasmuslerdorf';
$hash = '$2y$10$YCFsG6elYca568hBi2pZ0.3LDL5wjgxct1N8w/oLR/jfHsiQwCqTS';
 
// 當硬件性能得到改善時,cost 參數(shù)可以再修改
$options = array('cost' => 11);
 
// 根據(jù)明文密碼驗證儲存的散列
if (password_verify($password, $hash)) {
    // 檢測是否有更新的可用散列算法
    // 或者 cost 發(fā)生變化
    if (password_needs_rehash($hash, PASSWORD_DEFAULT, $options)) {
        // 如果是這樣,則創(chuàng)建新散列,替換舊散列
        $newHash = password_hash($password, PASSWORD_DEFAULT, $options);
    }
 
    // 使用戶登錄
}
?>

PHP 密碼散列算法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清