phpbb/phpBB/includes/crypto/driver
Marc Alexander 31d2a8ef05 [feature/passwords] Add salted md5 (phpBB3 default) and phpass drivers
The phpass driver extends the standard salted md5 driver of phpBB3. It will
only support the $P$ prefix that phpass uses.

PHPBB3-11610
2013-09-14 13:51:16 +02:00
..
base.php [feature/passwords] Add crypto driver base class and interface 2013-09-14 13:51:10 +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] Add salted md5 (phpBB3 default) and phpass drivers 2013-09-14 13:51:16 +02:00