aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/bcrypt.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14733] Use default cost factor in bcrypt constructorMarc Alexander2016-10-031-1/+2
| | | | PHPBB3-14733
* [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-031-1/+30
| | | | PHPBB3-14733
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-1/+1
| | | | PHPBB3-13203
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-4/+4
| | | | PHPBB3-12715
* [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-011-1/+1
| | | | | | | This will ensure that legacy hash types that might need the user row can properly check if the supplied password is correct. PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [feature/passwords] Undo simplification to bcrypt driverMarc Alexander2013-12-291-2/+3
| | | | | | By simplifying, a needed part was removed that is actually required. PHPBB3-11610
* [feature/passwords] Get rid of unneeded code complexityMarc Alexander2013-12-291-3/+2
| | | | | | Simplified a little bit of code as pointed out by imkingdavid on github. PHPBB3-11610
* [feature/passwords] Remove unnecessary specification of namespace in driversMarc Alexander2013-12-291-1/+1
| | | | PHPBB3-11610
* [feature/passwords] Remove IN_PHPBB check from passwords filesMarc Alexander2013-12-291-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Move check for 8-bit characters to bcrypt driverMarc Alexander2013-10-071-0/+10
| | | | PHPBB3-11610
* [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-271-1/+3
| | | | PHPBB3-11610
* [feature/passwords] Do not pass phpbb_container to passwords managerMarc Alexander2013-09-201-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-141-0/+108
PHPBB3-11610