vote up 0 vote down star

I've notised that Stack Overflow only presents me with a captcha occasionally. Does anyone know if it has a good algorithm for sensing if I might be a robot or, instead if it's just random.

Reducing reliance on captchas is obviously a good thing.

flag

5 Answers

vote up 3 vote down check

Stackoverflow.com uses reCAPTCHA. And, I too have noticed that when you try to edit the same question many times in a gap of a few seconds, it displays the captcha verification page.

Most of the CAPTCHA generation algorithms are strong enough. This article describes the factors influencing a CAPTCHA's strength.

link|flag
vote up -3 vote down

I am doing my graduation. I am planning to generate a captcha in C#.NET language with microsoft visual studio 2008 as my academic project. Can any when please guide me in this regard for a better algorithm??? my mail id is sandeepnaga2000@gmail.com

link|flag
vote up 1 vote down

I've never been confronted with a Captcha at SO because I used a google account and have not given it any reason to suspect me of being a bot I guess. If you don't create local logins you save yourself the trouble of Captcha and storing passwords.

EDIT I have now seen several captchas on the site, don't really have any idea what triggers them.

link|flag
I use also a Google account and CAPTCHA appears some times when I edit repeatedly any item, that's not a factor – victor hugo May 22 at 6:26
vote up 2 vote down

My impression is that SO monitors user's activity and presents captcha in case of suspicious beaviour, for example in case of frecuent posts or comments.

link|flag
vote up 1 vote down

It appears when you post (or edit) the same entry or an entry in the same question many times. It had appeared to me when I edit twice in less than a minute

link|flag

Your Answer

Get an OpenID
or

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