I hear all this buzz about Captcha a lot, what is it for?
I mean basically it’s just generating bitmap images of a random string and validating it from a user.
Is it more than that?
Any problems that we face building such a system? I had worked on such a system using .NET and it was quite general, are there any other things that we have to keep in mind as well?
I hear all this buzz about Captcha a lot, what is it for? I
Share
The problem is that of the age old “I can build armor that withstands any shell” vs “I can build shells that pierce any armor” conflict.
The trick is to make captchas which are easy for humans and hard for bot to read.
Currently the bad guys now use “wisdom of the crowd” attacks to break captcha’s by redirecting to other sites and asking humans to interprete them, so they can use those answers to get into their target site.
Personally I find them a nuisance, but if it keeps the level of misuse down, I am willing to live with them.