AUTO-UPDATED

Captcha proves you're human. HATCHA proves you're not

Monday.com has introduced HATCHA, an open-source reverse CAPTCHA tool designed to verify automated agents by requiring them to solve complex computational tasks that are difficult for humans.

Key Points

  • HATCHA stands for Hyperfast Agent Test for Computational Heuristic Assessment and uses server-side verification to keep answers secure.
  • The system includes five built-in challenge types, such as large-number multiplication, string reversal, character counting, sorting, and binary decoding.
  • It offers native support for Next.js and Express, with extensible architecture allowing developers to register custom challenge generators at runtime.
  • The tool is stateless and uses HMAC-signed tokens, eliminating the need for a database to manage verification sessions.
  • Developers can customize the interface using CSS variables and built-in theme support for light, dark, or automatic modes.

Why it Matters

This tool provides a specialized security layer for developers who need to distinguish between human users and automated software agents. By gating access with computationally intensive tasks, it helps platforms manage bot traffic and ensure that specific services are accessed only by verified automated systems.
Github.com Published by mondaycom
Read original