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