Tagged Questions
CAPTCHA is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart". Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is not generated by a computer.
334
votes
131answers
30k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase ...
274
votes
106answers
29k views
Practical non-image based CAPTCHA approaches?
It looks like we'll be adding CAPTCHA support to Stack Overflow. This is necessary to prevent bots, spammers, and other malicious scripted activity. We only want human beings to post or edit things ...
106
votes
22answers
39k views
Has reCaptcha been cracked / hacked / OCR'd / defeated / broken?
Have any programming methods have been used to defeat reCAPTCHA?
I'm interested in seeing evidence and potentially demonstrations that reCAPTCHA in particular has been made obsolete by completely ...
23
votes
27answers
2k views
20
votes
20answers
2k views
Blocking comment spam without using captcha
What are some non-captcha methods for blocking spam on my comments?
16
votes
8answers
318 views
Will an English CAPTCHA be an issue for people in other countries?
What if I have a captcha that displays a series of English characters. Will people who don't speak English have trouble interpreting and/or typing these characters? If this is the case then what is ...
12
votes
5answers
4k views
Recommendations for a captcha on Ruby on Rails
I'd like to implement a captcha in a Rails project for a form submission, but I'm not sure what to go with. I'm inclining towards simplicity of implemention, and reliability when in use, over it being ...
11
votes
4answers
7k views
What CAPTCHA system is compatible with ASP.NET MVC?
What CAPTCHA system is compatible with ASP.NET MVC? Are there any good examples out there?
10
votes
6answers
513 views
Alternative to Captcha?
I have a simple reg form (Name, Email, Password) on my website and im looking to implement some sort of anti-bot/spam protection, Captcha seems like a very long winded way, plus they really annoy me ...
10
votes
5answers
1k views
Stop spam without captcha
I want to stop spammers from using my site. But I find CAPTCHA very annoying. I am not just talking about the "type the text" type, but anything that requires the user to waste his time to prove ...
10
votes
2answers
4k views
Easy-to-use django captcha or registration app with captcha?
I want to implement user registration using captcha in Django.
The workflow of django-registration app is a great, but it doesn't have captcha.
What captcha would you recommend to use with it?
Are ...
10
votes
8answers
478 views
Are CAPTCHAs Accessible?
I am writing a website in my spare time for an educational facility and from what I've read on the statistics of this place they seem to have many disabled students studying there. Simply put, I'm ...
10
votes
11answers
2k views
Most effective form of CAPTCHA?
Of all the forms of CAPTCHA available, which one is the "least crackable" while remaining fairly human readable?
9
votes
7answers
692 views
Is it immoral to put a captcha on a login form?
In a recent project I put a captcha test on a login form, in order to stop possible brute force attacks.
The immediate reaction of other coworkers was a request to remove it, saying that it was ...
9
votes
5answers
967 views
Breaking CAPTCHAs for a Noble Purpose
CAPTCHAs that ask users to read distorted text are fine for sighted people, but a terrible barrier for those who are blind or have other disabilities. Audio alternatives are occasionally available but ...
9
votes
7answers
9k views
Recommendations for java captcha libraries
I'm looking for a replacement for JCaptcha, which doesn't seem to be maintained any more, and isn't very good to begin with. The replacement has to integrate nicely with JavaEE webapps.
As I can see ...
8
votes
2answers
701 views
PHP Verification Codes CAPTCHA
I run a game website so I have many users logged in and they can do certain things once every two minutes.
I have a CAPTCHA system in places, and for some things it will always ask for a code, and ...
8
votes
6answers
5k views
How to Use Captcha in asp.net mvc
can any one tell me how to use captcha in asp.net mvc?
is there any need to download any control for it?
8
votes
4answers
989 views
Generating a 3D CAPTCHA [pic]
I would like to write a Python script that would generate a 3D CAPTCHA like this one:
Which graphics libraries can I use?
Source: ocr-research.org.ua
8
votes
5answers
2k views
What is a good invisible captcha?
What is a good invisible captcha? My site requires JavaScript so anything which requires that is fine.
8
votes
2answers
3k views
8
votes
11answers
1k views
Are you human? (or How to prevent spam)
What mechanisms do you know that prevent your site from being abused by anonymous spammers.
For example, let's say that I have a site where people can vote something. But I don't want someone to spam ...
8
votes
7answers
1k views
Is there an Unobtrusive Captcha for web forms?
What is the best unobtrusive CAPTCHA for web forms? One that does not involve a UI, rather a non-UI Turing test. I have seen a simple example of a non UI CAPTCHA like the Nobot control from ...
7
votes
4answers
1k views
reCAPTCHA accepting one word out of two
I am a bit confused about how reCAPTCHA works. I have implemented it
using ROR.
Sometimes even if i specify only one word out of two, it returns true
while sometimes it fails.
I am really confused ...
7
votes
4answers
2k views
Time to crack DES? Is it a task suitable for a script kiddie yet?
Already understanding that AES is the encryption method of choice, should existing code that uses DES be re-written if the likely threat is on the level of script kiddies? (e.g. pkzip passwords can be ...
7
votes
11answers
673 views
End of the road for Captchas?
If you've made quick edits to answers recently here on SO, you've probably noticed that the captchas have gotten to the point where even a human needs to hit reload several times to find a readable ...
7
votes
4answers
4k views
Integrating Captcha with Spring Security
What is appropriate way to integrate SpringSecurity with Capcha ?
I have following use case :
When user will tries to login, if we he failed to login N times, captcha will be displayed, so ...
7
votes
11answers
634 views
So, if CAPTCHA's on the way out, what comes next?
With text-recognition improving and CAPTCHA-breakers using Mechanical Turks to break otherwise unbreakable keys, what's the next technology to keep scripts from spam-botting a site that relies on user ...
6
votes
6answers
617 views
6
votes
2answers
703 views
Scrape Facebook in Python
I'm interested in getting the number of friends each of my friends on Facebook has. Apparently the official Facebook API does not allow getting the friends of friends, so I need to get around this ...
6
votes
3answers
662 views
Can I read Captcha data from JavaScript in a secure way?
We use Captcha control in a registration form that we make full client validation for all fields in JavaScript ( JQuery ) beside server validation ..
I tried a lot of ways but all will write the ...
6
votes
3answers
438 views
Captcha replacement
I stumbled upon http://www.kettletime.com.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
How do you implement this? Any free library ...
6
votes
3answers
332 views
should we use a captcha for Sign Up?
I know it's not really a programming question but I don't know where to ask it.
Should i use a captcha in my sign up form ?
Facebook, twitter, foursquare, gowalla etc... don't use one (or not a ...
6
votes
1answer
835 views
reCAPTCHA-like Web Service in other Languages
Is there a CAPTCHA web service like reCAPTCHA that supports languages other than English?
It would be nice to have localized CAPTCHAs for non-English users.
6
votes
5answers
286 views
Blocking spam in a PHP site without bothering the user
I'm currently working on a little chat/forum site that I roughed out in a weekend, and it has anonymous entries (i.e.: no usernames or passwords). This looks like it could be easy-cake for a spammer ...
6
votes
8answers
4k views
Are there any alternatives to recaptcha.net, for stopping spam?
A member of my company in greater ranking than myself refuses to use recaptcha.net on his website to thwart spam off of a public form. He thinks it would be difficult for anyone coming to our site to ...
6
votes
6answers
6k views
How to make reCAPTCHA work with a ValidationGroup in ASP.Net (captcha)
I am using the ASP.Net plugin and control provided by reCAPTCHA. I can successfully get the control to work if the submit button on the web form is not in a validationgroup. There is no ...
5
votes
2answers
198 views
Recaptcha creates iFrame on page, breaks styling
Recaptcha is adding a "This frame prevents back/forward cache problems in Safari" iFrame to the top of my website (code included below), which is pushing off the styling by 20-30px (approximately).
...
5
votes
5answers
203 views
Alternative solution to CAPTCHA
Can I use a minimum time between two posts from the same person instead of using a captcha? if so can anyone give me an example ?
5
votes
3answers
204 views
What techniques are there for preventing multiple submissions to a competition?
The Project
We have a competition coded in PHP, with CodeIgniter. The form has validation on email addresses and mobile numbers. The page itself is hosted inside an iframe on a different domain (it's ...
5
votes
1answer
392 views
rails - Choosing captcha plugin
There are a lot of captchas plugins in Rails and also many types of solutions for preventing spamming and flooding. So it isn't only Rails question.
Let's see what types of plugins do we have:
1. ...
5
votes
8answers
790 views
How to protect html form from spammers?
I'm getting problems with spam entries in my database through signup form.
I have tried many open source Captcha solution, but still facing same problem.
I am therefore looking for an alternative ...
5
votes
4answers
375 views
Stopping spammers from creating accounts (reCaptcha not doing the trick)
Hi we have just noticed a bunch of Nigerian spam accounts in our email system. Now, we do have a reCaptcha in the signup form but apparently they circumvent it, manually or otherwise. It seems like a ...
5
votes
8answers
578 views
5
votes
2answers
1k views
Captcha Alternative, how secure?
I do the web page for my local library, and I was thinking it might be kind of appealing to have a "custom" captcha based on book covers. So serve up one of several dozen book covers, and have the ...
5
votes
1answer
674 views
Is there a way to filter out offensive words from Jcaptcha?
We are using JCaptcha for a captcha tool in a small app that my team is writing. However, just during development time (on a small team - 4 of us), we've run across a number of curse words and other ...
5
votes
3answers
2k views
Captcha image verification: in C#.net and asp.net
How can I have Captcha image verification using asp.net forms?
5
votes
4answers
827 views
alternative captcha methods
I'm looking for inspiration here. I need to employ some sort of human verification for my website, but the most common method these days (asking users to type the letters & numbers they see in an ...
5
votes
9answers
887 views
How to Prevent SPAM without CAPTCHAs or a Centrally managed system (e.g. akismet)
Has anyone been able to successfully prevent spam on their site without placing a burden on your visitor (e.g. CAPTCHA) and without using a centralized spam reporting system (e.g. Akismet)
I've found ...
5
votes
8answers
5k views
Limiting user login attempts in PHP
I'm seeing web apps implementing limitations for user login attempts.
Is it a security necessity and, if so, why?
For example: you had three failed login attempts, let's try again in 10 ...