The Asirra project is a Captcha alternative that shows you pictures of kittens and puppies to fend off bots and prove that the end user is a human.
Is anyone using Asirra (or something similar) in production? What alternatives are you aware of?
http://research.microsoft.com/en-us/um/redmond/projects/asirra/installation.aspx
Although I'd like to use images other than kittens, I noticed that from a implementation standpoint it's entirely managed though client side javascript. I would think that this type of solution would be easily cracked with a manually invoked form.submit method.
Is this technique common in the Captcha world? Is there a way to control the logic at the server side?
What are your thoughts on its implementation, alternatives, and how a more secure version could be made?