|
|
|
|
|
by ers35
5117 days ago
|
|
[Reposted from http://news.ycombinator.com/item?id=4113609] That example is easy to solve because it is not using any of the provided techniques that makes it more difficult for robots to solve the CAPTCHA: "changing the HTML background color based on: mouse cursor hovering, previous state or input or shared secret" The purpose of the example is to give you a basis on which you could implement an effective CAPTCHA. The claim of "difficult or even completely impossible for robots" applies to CAPTCHAs using the above techniques, which are not used in the example. |
|
Such a claim would be no less ludicrous.
I'd put my money on there being hundreds of people on Hacker News alone that could script a DOM-monkeying cracker for such a system. That runs with ~100% accuracy. And in under an hour of coding.
This Captcha strategy is so absolutely terrible in light of modern libraries that I'm honestly shocked you feel the need to defend it.