Recently I came across one interesting captcha, its difference is that you first need to "wipe" it, and then read and enter. An example .

I am interested in the method of implementation and maybe there are some examples. Interested in the "mask" itself.

  • In HTML5 there is such a thing as canvas, I think everything is done through it (grout). Or maybe it's a flash? - Andrei Arshinov
  • maybe a flash ... not sure for sure - JL
  • Now she is also interested, the thing is useful, and with a new level of complexity) - Andrei Arshinov
  • It seems to me that captcha must die soon! Tell someone missing input captcha ?! It is possible to program the behavior of the server in such a way as not to post it with robots. As for the flexibility of the second method, then yes kpcha wins, but on the attitude to the forms of filling on end users loses. So may be the second method of protection? - org
  • I remember that I played for a long time with a captcha consisting of a set of mini-quests (with a random choice) - to collect puzzle, turn the pictures, twist the drum) Sorry, the link was lost. - Sh4dow

1 answer 1

Interesting captcha)

It looked like this scheme:

  1. "Mask" implemented using flash
  2. Flash requests a captcha image at http://l2top.ru/cryptImg.php?key=[ key] (the image can be downloaded only once)

It's pretty simple

  • Sorry, I don’t know how to implement it with flash - JL
  • There are clearly some kind of marriage games with BitmapData taking place. I, frankly, just lazy, but generally google on the theme of "drawing as in contact" and "how to remove part of the image" - Sh4dow