Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Replacing reCAPTCHA
Anonymoose
✭✭
Has anoyone developed any alternative method to reCAPTCHA? I don't want to suport it now that it is owned by Google.
0
Best Answer
-
x00 MVP@Todd I don't dislike reCAPTCHA but it would like some hooks in that nether region of the core, other forum have various option available. To put our own additional measure, or alternatives.
Also reCAPTCHA was recently cracked, leading the a 30% chance of automated spam, they may have corrected the problem by now, but it doesn't mean it wouldn't happen again. Also one criticism of reCAPTCHA is it can be illegible, and there are some harder tasks for spam bot the image processing.
This issue has been mentioned before. I could open a feature request on git hub if more agree.grep is your friend.
1
Answers
Also reCAPTCHA was recently cracked, leading the a 30% chance of automated spam, they may have corrected the problem by now, but it doesn't mean it wouldn't happen again. Also one criticism of reCAPTCHA is it can be illegible, and there are some harder tasks for spam bot the image processing.
This issue has been mentioned before. I could open a feature request on git hub if more agree.
grep is your friend.
A better alternative is srvindas from 9lessons who emulates googles own gmail captcha.
http://www.9lessons.info/2010/07/google-like-captcha-with-php.html
There was an error rendering this rich post.
grep is your friend.
I've tried many things, and what works is a question and answer box that works against non-human agents and confuses humans enough that they give up, unless they are in-the-know of the topic of the forum.
I would like to replace google's reCAPTCHA too. Is it possible on 2.1 now?