Re: [Catalyst] The optimal captcha

2012-12-17 Thread Derek Wueppelmann
On 12-12-17 1:19 AM, Octavian Rasnita wrote: So, I would recommend using reCaptcha only if it is absolutely necessary, for example if you work for a site that will probably have very very many users, and if you think the spammers would make the effort to create a scraper specially designed for

Re: [Catalyst] The optimal captcha

2012-12-16 Thread Octavian Rasnita
There is no optimal Captcha. All of them block the access for some human users, so Captcha can't make the distinction between humans and non-humans, but only the distinction between sighted humans and anything else. reCaptcha offers an audio alternative for the blind but it is almost uninteligi

Re: [Catalyst] The optimal captcha

2012-12-14 Thread Dimitar Petrov
Hello Peter, There is a trait ( https://metacpan.org/module/Catalyst::TraitFor::Controller::reCAPTCHA) for reCAPTCHA (http://www.google.com/recaptcha) already. I would probably start from there. On Fri, Dec 14, 2012 at 10:33 AM, peterp...@bk.ru wrote: > Hi! > Needed the captcha for project. Ma

RE: [Catalyst] The optimal captcha

2012-12-14 Thread Craig Chant
http://www.captcha.net/ -Original Message- From: peterp...@bk.ru [mailto:peterp...@bk.ru] Sent: 14 December 2012 09:34 To: The elegant MVC web framework Subject: [Catalyst] The optimal captcha Hi! Needed the captcha for project. May some one recommend something about? ___