vote up 1 vote down star

I'm in the process of adding CAPTCHA validation to one of my websites and need to know what open source solutions exist. Please note strengths and weaknesses and what platform they work with. I'm primarily interested in ASP.NET solutions but feel free to include PHP, Java, etc.

flag

6 Answers

vote up 9 vote down check

ReCAPTCHA is the same one StackOverflow uses. It has an ASP.NET implementation.

It uses a webservice to provide the captcha images; this is an university trying to digitize difficult to OCR texts. I'm not sure how easy it would be to replace this portion. There are many open source client implementations, as the API is quite well documented.

link|flag
vote up 1 vote down

Have you taken a look at ReCAPTCHA?

link|flag
vote up 1 vote down

Jeff Atwood has a captcha control + source hosted on his coding horror site

ReCaptcha might be another alternative but i don't think the source is open.

link|flag
vote up 1 vote down

Have you seen JCaptcha? Not an ASP framework, but might be useful.

link|flag
vote up 1 vote down

Try this one... http://www.codeproject.com/aspnet/CaptchaImage.asp very nice article!

link|flag
vote up 0 vote down

In the Java world, check out jcaptcha.sourceforget.net

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.