ArgoZhang / SliderCaptcha

Slider captcha support mobile
http://longbowenterprise.gitee.io/slidercaptcha/
Apache License 2.0
270 stars 80 forks source link

Please remove the repo in order not to deceive people #8

Open KOLANICH opened 3 years ago

KOLANICH commented 3 years ago
  1. It is not a CAPTCHA. CAPTCHA is "Completely Automated Public Turing test to tell Computers and Humans Apart". This solution is not a Turing test. It is extremily easy to write a script passing it, unlike real CAPTCHAs.
  2. What it really does it discriminates against real people without JavaScript.

So it is not a CAPTCHA, it is an anti-CAPTCHA.

jrc-dev commented 1 year ago

Why is this an anti-captcha? But not just this repository, you're talking in general right? Like geetest isn't it?

KOLANICH commented 1 year ago

Because captchas discriminate against entities lacking intelligence. This one discriminates against entities having it - no sane person will allow random JS be executed on an own machine. While being solvable by a machine using classical computer vision algorythms.