Do you know of any?
Do you still use Captchas or moved to something better?
1–9 of 9 posts
Re: Do you still use Captchas or moved to something better?
#2Re: Do you still use Captchas or moved to something better?
#3Re: Do you still use Captchas or moved to something better?
#4I build my own. You can see it at http://elbil.forum24.se/humantest.php?todo=%2Fprofile.php%3F... . Works great.
Re: Do you still use Captchas or moved to something better?
#5Click on login to see it.
Sorry forgot the source URL from where we took it.
Re: Do you still use Captchas or moved to something better?
#6I build my own. You can see it at http://elbil.forum24.se/humantest.php?todo=%2Fprofile.php%3F... . Works great.
it seems to be relatively simple to brute-force, because the used set is small compared to possible keyboard letters. but for most real world scenarios it should work, if there are only spammers who don't investigate and just ignore it. thus maybe not for high-traffic sites.
Re: Do you still use Captchas or moved to something better?
#7Re: Do you still use Captchas or moved to something better?
#8Re: Do you still use Captchas or moved to something better?
#9We have implemented Tic-Tac-Toe http://demo.axiomnext.com Click on login to see it. Sorry forgot the source URL from where we took it.
* It is no more than a weekend project to extract the Xs from the image and write a solver.
* Even without a image processing, the number of possible answers is 7. A 14% success rate is plenty for an automated spambot.
The only benefit is obscurity: a solver would have to be custom-built for this captcha and website. But a text field with instructions "type the word 'blue' here" would work just as well for keeping out non-customised spambots.