This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmp2/README.md

59 lines
1.9 KiB
Markdown
Raw Normal View History

2021-02-28 15:05:39 +05:30
<div align="center">
<h1>mCaptcha</h1>
<p>
<strong>mCaptcha - PoW based DoS protection</strong>
</p>
2021-03-01 16:41:59 +05:30
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
2021-03-07 20:17:10 +05:30
![CI (Linux)](<https://github.com/mCaptcha/mCaptcha/workflows/CI%20(Linux)/badge.svg>)
[![dependency status](https://deps.rs/repo/github/mCaptcha/mCaptcha/status.svg)](https://deps.rs/repo/github/mCaptcha/mCaptcha)
2021-02-28 15:05:39 +05:30
<br />
2021-03-07 20:17:10 +05:30
[![codecov](https://codecov.io/gh/mCaptcha/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/mCaptcha/mCaptcha)
2021-02-28 15:05:39 +05:30
</div>
2021-03-02 18:02:06 +05:30
### STATUS: ACTIVE DEVELOPMENT (fancy word for unusable)
mCaptcha uses SHA256 based proof-of-work(PoW) to rate limit users.
**If someone wants to hammer your site, they will have to do more work to
send requests than your server will have to do to respond to their
request.**
## Why use mCaptcha?
- Free software, privacy focused
- Seamless UX - No more annoying captchas!
- IP address independent(sort of) - your users are behind a NAT? We got you covered!
- Automatic bot throttling
- Resistant to replay attacks - bye-bye captcha farms!
## Demo
I'll try to write a dedicated demo server but until then you can try
[Shuttlecraft/identity](github.com/shuttlecraft/identity)'s sign up page
available at https://accounts.shuttlecraft.io/signup. Feel free to
provide bogus information while signing up(project under development,
database frequently wiped).
Be sure to open dev tools' network tab to witness the magic!
2021-02-28 15:05:39 +05:30
## Usage:
2021-03-02 18:02:06 +05:30
mCaptcha is made up of three components:
#### 1. Front-end library
We have a WASM library now, Android and iOS libraries soon
#### 2. Back-end library
We have Rust library, other languages will have support soon
2021-02-28 15:05:39 +05:30
2021-03-02 18:02:06 +05:30
#### 3. Rate limiting service
Under development.
2021-02-28 15:05:39 +05:30
2021-03-02 18:02:06 +05:30
A paid, managed service will be made available soon but
I([@realaravinth](https://batsense.net)) encourage you guys to
self-host. Go decentralisation!
2021-02-28 15:05:39 +05:30
2021-03-02 18:02:06 +05:30
## Contributing
yes please!