mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Introduce new function gen_rand_string_friendly() for user friendly random strings like passwords and captcha codes. Strings generated by gen_rand_string_friendly() will not contain the characters 0 and O. By adding a new function we can increase the entropy of strings generated by gen_rand_string() by putting 0 and O back in. PHPBB3-9612 |
||
---|---|---|
.. | ||
captcha_abstract.php | ||
phpbb_captcha_gd_plugin.php | ||
phpbb_captcha_gd_wave_plugin.php | ||
phpbb_captcha_nogd_plugin.php | ||
phpbb_captcha_qa_plugin.php | ||
phpbb_recaptcha_plugin.php |