phpbb/phpBB/includes/crypto
Marc Alexander f8bcf99c7f [feature/passwords] Do not support 8-bit characters with $2a$ bcrypt
8-bit unicode characters might reduce the security of the password hash
when using the $2a$ bcrypt prefix. Those types of characters are usually
not used in passwords but we should prevent this possible issue anyway.

PHPBB3-11610
2013-09-14 13:52:09 +02:00
..
driver [feature/passwords] Correctly supply hash salt and settings to bcrypt 2013-09-14 13:51:44 +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] Do not support 8-bit characters with $2a$ bcrypt 2013-09-14 13:52:09 +02:00