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.
|
|
|
|
|
|
|
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. |
|||
|
|
|
|
Have you taken a look at ReCAPTCHA? |
||
|
|
|
|
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. |
||
|
|
|
|
Have you seen JCaptcha? Not an ASP framework, but might be useful. |
||
|
|
|
|
Try this one... http://www.codeproject.com/aspnet/CaptchaImage.asp very nice article! |
||
|
|
|
|
In the Java world, check out jcaptcha.sourceforget.net |
||
|
|
