phpbb/phpBB/includes/crypto/driver
Marc Alexander 78a8369173 [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix
The $2a$ prefix is the basic implementation with the $2y$ prefix extending
that class. However, the default hashes for phpBB should be generated with
$2y$ unless the PHP version is older than 5.3.7.

PHPBB3-11610
2013-09-14 13:51:24 +02:00
..
base.php [feature/passwords] Add crypto driver base class and interface 2013-09-14 13:51:10 +02:00
bcrypt.php [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix 2013-09-14 13:51:24 +02:00
bcrypt_2y.php [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix 2013-09-14 13:51:24 +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