phpbb/phpBB/includes/crypto/driver
Marc Alexander 3f70699aa3 [feature/passwords] Use common salt generation function for all types
We will be using the same method inside the driver helper class for all hash
types. This is the same function that has been used for the salted md5 hash
of phpBB 3.0.

PHPBB3-11610
2013-09-14 13:52:43 +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] Use common salt generation function for all types 2013-09-14 13:52:43 +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] Use common salt generation function for all types 2013-09-14 13:52:43 +02:00
interface.php [feature/passwords] Add crypto driver base class and interface 2013-09-14 13:51:10 +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 common salt generation function for all types 2013-09-14 13:52:43 +02:00