phpbb/phpBB/includes/crypto/driver
Marc Alexander 05a5ac282d [feature/passwords] Fix incorrect call to helper instead of $this
The driver helper method unique_id is called inside the helper. Therefore,
it shouldn't be called via $this->helper but rather via $this.

PHPBB3-11610
2013-09-14 13:55:06 +02:00
..
base.php [feature/passwords] Add driver helper class for additional functions 2013-09-14 13:52:25 +02:00
bcrypt.php [feature/passwords] Add method for obtaining the hash settings only 2013-09-14 13:53:19 +02:00
bcrypt_2y.php [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix 2013-09-14 13:51:24 +02:00
helper.php [feature/passwords] Fix incorrect call to helper instead of $this 2013-09-14 13:55:06 +02:00
interface.php [feature/passwords] Add method for obtaining the hash settings only 2013-09-14 13:53:19 +02:00
phpass.php [feature/passwords] Add salted md5 (phpBB3 default) and phpass drivers 2013-09-14 13:51:16 +02:00
salted_md5.php [feature/passwords] Use correct prefix for salt in salted_md5 2013-09-14 13:53:26 +02:00