1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/14733] Support increasing hashing cost factor

PHPBB3-14733
This commit is contained in:
Marc Alexander
2016-08-09 21:07:49 +02:00
parent 7bb4e88acd
commit 1d40c0f43b
7 changed files with 75 additions and 6 deletions

View File

@@ -52,6 +52,14 @@ abstract class base implements driver_interface
return false;
}
/**
* {@inheritdoc}
*/
public function needs_rehash($hash)
{
return false;
}
/**
* {@inheritdoc}
*/