phpbb/phpBB/includes/captcha
Andreas Fischer c2b29c317f [ticket/9612] Introduce new function gen_rand_string_friendly().
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
2010-05-17 09:44:48 +02:00
..
plugins [ticket/9612] Introduce new function gen_rand_string_friendly(). 2010-05-17 09:44:48 +02:00
captcha_factory.php #52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy. 2009-10-15 10:52:41 +00:00
captcha_gd.php Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles 2009-06-17 13:29:26 +00:00
captcha_gd_wave.php some corrections, only very minor things. 2009-06-07 11:34:01 +00:00
captcha_non_gd.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00