PHP Interface phpbb\passwords\driver\rehashable_driver_interface

Inheritance: extends phpbb\passwords\driver\driver_interface
Datei anzeigen Open project: phpbb/phpbb

Public Methods

Method Description
needs_rehash ( string $hash ) : boolean Check if password needs to be rehashed

Method Details

needs_rehash() public method

Check if password needs to be rehashed
public needs_rehash ( string $hash ) : boolean
$hash string Hash to check for rehash
return boolean True if password needs to be rehashed, false if not