1 Repo
Systems for verifying the correctness of responses to bot challenges and instrumentation fingerprints.
Distinct from Solution Validators: None of the candidates cover security-focused bot challenge validation; most are for educational coding exercises.
Explore 1 awesome GitHub repository matching security & cryptography · Challenge Solution Validations. Refine with filters or upvote what's useful.
This project is a self-hosted bot protection service and CAPTCHA alternative that verifies human identity without relying on third-party tracking. It utilizes a combination of WebAssembly-based proof-of-work puzzles and browser instrumentation to distinguish humans from automated bots. The system is delivered as dockerized security middleware and a privacy-first verification API that operates without the use of cookies or user fingerprinting. The service differentiates itself by using GPU-resistant time-lock algorithms and instrumentation-based detection to identify headless browsers and auto
Provides a process for verifying puzzle solutions and instrumentation fingerprints against signed tokens.