survey to collect mCaptcha's performance on various devices
Go to file
Aravinth Manivannan e1b8836732
feat: make workflow to sqlx offline codegen
2023-01-26 20:54:40 +05:30
.github CI: lint frontend and cache linting workflows 2021-10-14 20:03:47 +05:30
config feat: load project links from configuration 2023-01-24 19:00:31 +05:30
migrations get admin functions into admin scope 2021-10-11 13:41:53 +05:30
scripts social cards 2021-10-27 17:17:22 +05:30
src feat: REST API endpoint to return survey campaign results 2023-01-26 19:07:48 +05:30
static change logo 2021-10-14 22:02:45 +05:30
templates fix: upload difficulty via web form 2023-01-26 18:25:22 +05:30
vendor/pow Setup ts compilation 2021-10-12 14:02:34 +05:30
.dockerignore add campaign script 2021-10-14 17:13:40 +05:30
.eslintrc.js setup bench routes and js conditional execution 2021-10-14 20:02:54 +05:30
.gitignore feat: finish porting pages to tera. Fix tests 2023-01-24 23:31:04 +05:30
.woodpecker.yml feat: switch to woodpecker 2023-01-08 20:41:18 +05:30
Cargo.lock chore: update deps 2023-01-24 23:32:12 +05:30
Cargo.toml chore: update deps and load tera 2023-01-24 19:22:39 +05:30
Dockerfile upgrade node img 2021-10-14 20:04:12 +05:30
LICENSE.md init 2021-10-04 21:21:10 +05:30
Makefile feat: make workflow to sqlx offline codegen 2023-01-26 20:54:40 +05:30
README.md feat: add ci status badge 2023-01-08 21:27:33 +05:30
build.rs chore: update cache-buster 2022-03-26 12:43:33 +05:30
docker-compose.yml pkg docker 2021-10-14 16:26:23 +05:30
package-lock.json chore: update deps 2023-01-24 23:33:51 +05:30
package.json feat: update js deps 2023-01-08 23:02:49 +05:30
rustfmt.toml init 2021-10-04 21:21:10 +05:30
sailfish.yml init 2021-10-04 21:21:10 +05:30
sqlx-data.json feat & chore: update actix-web and deps and use actix-auth-middleware for guarding auth routes 2022-03-26 12:45:36 +05:30
tsconfig.json Setup ts compilation 2021-10-12 14:02:34 +05:30
webpack.config.js setup bench routes and js conditional execution 2021-10-14 20:02:54 +05:30
yarn.lock feat: update js deps 2023-01-08 23:02:49 +05:30

README.md

mCaptcha Survey

Performance statics survey runner

Docker status-badge

Why

mCaptcha is a proof-of-work based CAPTCHA system. Its effectiveness depends on an accurate and time-relevant proof-of-work difficulty setting. If it is too high, it could end up DoS-ing the underlying service that it is supposed to protect and if it is too low, the protection offered will be ineffective.

In order to select the right difficulty level, mCaptcha admins would require knowledge about current performance benchmarks on a large variety of devices that are currently on the internet.

What

This program runs a mCaptcha benchmarks on user devices and collects fully anonymous(only device statics are stored) performance statics, that are transparently made available to everyone free of charge. mCaptcha admins are kindly requested to refer to the benchmarks published to fine-tune their CAPTCHA deployment.

What data do you collect?

TODO: run program, record and share actual network traffic logs