Page not found :(
The page you are looking for doesn't exist or has been moved.
diff --git a/404.html b/404.html index e4d2a59..96de82f 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -
The page you are looking for doesn't exist or has been moved.
mCaptcha is a kickass CAPTCHA systems that gives (DDoS) diff --git a/blog/index.html b/blog/index.html index ecb7077..d6534af 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,4 +1,4 @@ -
We are mCaptcha. We build kickass CAPTCHA systems that gives (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?
Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read
We are mCaptcha. We build kickass CAPTCHA systems that gives (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?
At mCaptcha, we believe in digital freedom and privacy and so we built an +
Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read
We are mCaptcha. We build kickass CAPTCHA systems that gives (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?
At mCaptcha, we believe in digital freedom and privacy and so we built an proof-of-work based CAPTCHA system that doesn’t track. Seriously, no tracking. But that isn’t the killer feature, our system doesn’t require the user to pick cars or ID sidewalks — our system does it’s thing(usually -at the click of a button) and gets out of the way.
mCaptcha uses SHA256 based proof-of-work(PoW) to rate limit users.
When a user wants to do something on an mCaptcha-protected website,
they will have to generate proof-of-work(a bunch of math that will +at the click of a button) and gets out of the way.
mCaptcha uses SHA256 based proof-of-work(PoW) to rate limit users.
When a user wants to do something on an mCaptcha-protected website,
they will have to generate proof-of-work(a bunch of math that will takes time to compute) and submit it to mCaptcha.
We’ll validate the proof:
They will be issued a token that should be submit along with the request/form to the destination website.
The destination website validates the submitted token with mCaptcha before processing the request.
The whole process is automated from the user’s point of view. All they -have to do is click on a button to initiate the process.
mCaptcha makes interacting with websites (computationally)expensive for +have to do is click on a button to initiate the process.
mCaptcha makes interacting with websites (computationally)expensive for the user. A well-behaving user will experience a slight delay(no delay when under moderate load to 2-3 seconds when under attack; PoW difficulty is variable) but if someone wants to hammer your site, they will have to do more work to send requests than your server you will have to do to respond -to their request.
Our client libraries are mostly compatible with reCAPTCHA and hCaptcha. -A detailed guide will be published soon.
Man has has come so far only because our ancestors chose to +to their request.
Our client libraries are mostly compatible with reCAPTCHA and hCaptcha. +A detailed guide will be published soon.
Man has has come so far only because our ancestors chose to share their knowledge with others. If everything was labeled intellectual property, we might still be stuck in Stone Age. The idea of intellectual property is alien to us. For this reason, all of our source code is freely available(both as in freedom and beers) at our -GitHub.
AGPL
MIT/APACHE
AGPL
MIT/APACHE
Come say hi at our Matrix community!
Write to me at realaravinth@batsense.net!
We GitHub for managing tickets
We have a Matrix
diff --git a/contributors/aravinth-manivannan/index.html b/contributors/aravinth-manivannan/index.html
index 07888ad..f930e67 100644
--- a/contributors/aravinth-manivannan/index.html
+++ b/contributors/aravinth-manivannan/index.html
@@ -1,4 +1,4 @@
- Creator of mCaptcha. We are mCaptcha. We build kickass CAPTCHA systems that gives (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great? Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read The mCaptcha contributors. WebAssembly library which generates Proofs of Work for mCaptcha systems. Documentation for the library used in mCaptcha core. Rust crate which generates SHA256 Proofs of Work on serializable datatypes. This is a fork of the Answers to frequently asked questions. Doks is a Hyas theme build by the creator of Hyas. Please keep it in place. Create a topic: Send Regularly update the installed npm packages to keep your Doks website stable, usable, and secure. Bump the versions in the Solutions to common problems. Delete the Doks comes with commands for common tasks. Start local development server: Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default. There are two main ways to get started with Doks: Step-by-step instructions on how to start a new Doks project. Tutorial → One page summary of how to start a new Doks project. Quick Start → Recipes, Reference Guides, Extensions, and Showcase. Get instructions on how to accomplish common tasks with Doks. Recipes → Learn how to customize Doks to fully make it your own. Reference Guides → Get instructions on how to add even more to Doks. Extensions → See what others have build with Doks. Showcase → Find out how to contribute to Doks. Contributing → Get help on Doks. Help → One page summary of how to start a new Doks project. Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform. Create a new site, change directories, install dependencies, and start development server. mCaptcha is a small operation that is self-funded. At the time of
diff --git a/index.html b/index.html
index 614fab9..94e126f 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
- mCaptcha is proof-of-work based captcha system that is privacy focussed and fully automated. Doesn't track, doesn't profile your users. Got users behind NATs? No issues. We don't use IP address for rate-liming. NAT or not you get the mCaptcha experience. mCaptcha is silent, so silent that your users won't even feel it. No more anoying imgaes, no more helping for Big Brothers with their ML stuff Our PoW-based solution defends fiersly. mCaptcha makes attacking your site more experience than what it will take for you to respond to the attacker's requests Client libraries are licensed using properiatary-friendly free software licenses but the core is AGPL'd. We believe this is a tech that can change the way the web works so mCaptcha will always be free Already using a captcha solution? No worries, our APIs are compatible with reCapthca and hCaptcha! TLDR: We do not use cookies, we do not collect any personal data and
diff --git a/security/index.html b/security/index.html
index 973e3f6..1760016 100644
--- a/security/index.html
+++ b/security/index.html
@@ -1,4 +1,4 @@
- Security is at the heart of mCaptcha. If you find any discrepancies in
diff --git a/thanks/index.html b/thanks/index.html
index e8be8b1..e2f02f9 100644
--- a/thanks/index.html
+++ b/thanks/index.html
@@ -1,4 +1,4 @@
-Aravinth Manivannan
Say hello to mCaptcha
Contributors
On this page
Browser library
Versions
On this page
mCaptcha System Library
Versions
pow_sha256
pow
library by
diff --git a/docs/help/faq/index.html b/docs/help/faq/index.html
index 66bd72c..86f120d 100644
--- a/docs/help/faq/index.html
+++ b/docs/help/faq/index.html
@@ -1,4 +1,4 @@
-FAQ
Hyas?
Footer notice?
Keyboard shortcuts for search?
/
↓
and ↑
Enter
Esc
Other documentation?
Can I get support?
Contact the creator?
h-enk
a message:On this page
How to Update
Update npm packages
devDependencies
section of ./package.json
to your liking, and run:npm update
diff --git a/docs/help/index.html b/docs/help/index.html
index 682233a..d1eea3f 100644
--- a/docs/help/index.html
+++ b/docs/help/index.html
@@ -1,4 +1,4 @@
-
Troubleshooting
Problems updating npm packages
./node_modules
folder, and run again:npm install
diff --git a/docs/index.html b/docs/index.html
index 60ef1ca..043d43f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,4 +1,4 @@
-
Commands
start
npm run start
diff --git a/docs/prologue/index.html b/docs/prologue/index.html
index 6417ff6..e61c413 100644
--- a/docs/prologue/index.html
+++ b/docs/prologue/index.html
@@ -1,4 +1,4 @@
-
Introduction
Get started
Tutorial
Quick Start
Go further
Recipes
Reference Guides
Extensions
Showcase
Contributing
Help
Quick Start
Requirements
Start a new Doks project
Create a new site
git clone https://github.com/h-enk/doks.git my-doks-site
diff --git a/donate/index.html b/donate/index.html
index 521c236..94c4987 100644
--- a/donate/index.html
+++ b/donate/index.html
@@ -1,4 +1,4 @@
-
Donate
Defend Like Castles
Privacy focused
Robust and Accurate
Best-in-class UX
Defend like castles
Libre Software
xCaptcha drop-in replacement
Privacy Policy
Security