| > I appreciate the effort towards better UX, but there are already "invisible" CAPTCHAs like Botpoison that discriminate better than this. Interesting project, thank you for sharing! From Botpoison's website[0] under FAQ: > Botpoison combines:
> - Hashcash , a cryptographic hash-based proof-of-work algorithm.
> - IP reputation checks, cross-referencing proprietary and 3rd party data sets.
> - IP rate-limits.
> - Session and request analysis. Seems like it is PoW + IP rate-limits. IP rate-limits. though very effective at immediately identifying spam, it hurts folks using Tor and those behind CG-NAT[1]. And as for invisibility, CAPTCHA solves in mCaptcha have a lifetime, beyond which they are invalid. So generating PoW when the checkbox is ticked gives optimum results. But should the webmaster choose to hide, the widget, they can always choose to hook the widget to a form submit event. [0]: https://botpoison.com/
[1]: https://en.wikipedia.org/wiki/Carrier-grade_NAT full disclosure: I'm the author of mCaptcha |
I still think PoW alone is not enough as it can be automated, albeit at a slower rate. Most of the time I worry more about low-volume automated submissions than high-frequency garbage. The real value is in the combination of factors, especially what BP call the "session and request analysis" and other fingerprinting solutions.