phpbb/phpBB/includes/crypto
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
..
driver [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix 2013-09-14 13:51:24 +02:00
helper.php [feature/passwords] Add helper functions, i.e. for combined hashes 2013-09-14 13:50:56 +02:00
manager.php [feature/passwords] Add basic implementation of passwords manager 2013-09-14 13:50:07 +02:00