Click to See Complete Forum and Search --> : Non-OCR-able text graphics


avatar.ds
November 11th, 2006, 10:19 AM
I'd like to protect my service from bots. Are any sources publicly available (C++, C# preferred) for the non-OCR-able text graphics generation?

wildfrog
November 11th, 2006, 10:29 AM
It's called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart).

Here (http://www.codeproject.com/aspnet/CaptchaImage.asp) is one article with source.

- petter

avatar.ds
November 12th, 2006, 01:14 PM
Thanks, that's a good starting point.