Improved CAPTCHA?
My coworkers and I were just BSing about CAPTCHAs and how to make them harder to crack while still usable. Tangentially the conversation just previously was about the bastards that injected a highly animated flash file on an epilepsy forum (which is messed up), and my mind drew a random connection between the two.
I wonder how hard it would be for automation to break an animated CAPTCHA, for example a small flash file that loads the text dynamically from the server (so there isn’t even the overhead of generated a dynamic CAPTCHA image) and slowly scrolls the text across, never showing all of the CAPTCHA text at once (though immediately a concern is the text could be intercepted in transit; it might be better to dynamically create animated GIFs on the server). The implementation for this obviously needs to be much more complicated than that simple description; it has to cover attempts to compromise the CAPTCHA system without needing to do image processing. However, if the attacker was forced to do image processing, how much of a speed bump would the animation create?
Any image processing gurus happen to know?
~ Joshbw
5 comments so far
Leave a reply