0
votes
1answer
23 views
Captcha reloading and animated icon synchronization problem
Dear web developers,
I want to create a captcha in my website. I will try to describe how I want to do that. See the code below please:
<img src=”captcha_img.png”> <img …
204
votes
129answers
21k 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 …
1
vote
5answers
96 views
How to write the Captcha?
I am developing a registration form in that i want to place the CAPTCHA . i generate a random string but how to convert that into the image other wise how can i develop the CAPTCHA code or any …
6
votes
5answers
239 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 …
92
votes
100answers
9k 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 …
9
votes
16answers
375 views
Blocking comment spam without using captcha
What are some non-captcha methods for blocking spam on my comments?
1
vote
1answer
33 views
flash with recaptcha or any other captcha solution
Hello there,
I have been looking over the internet for a while about this, but it doesn't seem like there is any information available specifically related to captcah and flash.
My purpose is to …
0
votes
5answers
105 views
[PHP/JavaScript]: How to refresh a Captcha?
I am showing Captcha in this way:
<img src="ReturnCaptcha2.php" alt="CAPTCHA" width="100" height="50">
I have a hyperlink named "Reload" near it. I want to recall that PHP file without …
0
votes
4answers
111 views
Pass variable between form and php page?
I might be going about this the wrong way
I have a landing page that has a form on it. When i post that page the values of the from got to a page called mail.php
I wanted to add a captcha ( in this …
0
votes
2answers
135 views
How to use GMail as a free SMTP server and overcome captcha
GMail can used as a SMTP server. I've written the code that does it. But as we all know GMail may occasionally authenticate using captcha (image verification as they call it). The same thing may be …
0
votes
3answers
195 views
jQuery Captcha type script
Anyone have suggestions for creating an extremely simple form verification field using jquery? I need to block basic form spam. Would love to have some type of 1+1= field that us used to make sure …
1
vote
1answer
77 views
Cryptographic security of Captcha hash cookie
My company's CRM system utilizes a captcha system at each login and in order to utilize certain administrative functions. The original implementation stored the current captcha value for in a …
1
vote
2answers
96 views
C# Session not saved from HTTPHandler
Hello!
I have a HTTPHandler that produces a Captcha image to the user whenever the captcha.ashx page is requested. The code for it is simple:
CaptchaHandler handler = new CaptchaHandler();
…
0
votes
3answers
113 views
Script to download CAPTCHA images
For completely non-nefarious purposes - machine learning specifically, I'd like to download a huge dataset of CAPTCHA images. However, CAPTCHA is always implemented using some obfuscated javascript …
28
votes
13answers
6k 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 …
