1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-03 16:34:55 +02:00
Files
php-phpbb/phpBB
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
..