cli/README.md

34 lines
1 KiB
Markdown
Raw Normal View History

2021-03-09 15:51:11 +05:30
<div align="center">
<h1>mCaptcha PoW CLI</h1>
<p>
<strong>mCaptcha - PoW based DoS protection</strong>
</p>
2021-03-09 16:02:51 +05:30
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/mCaptcha/mcaptcha_cli/index.html)
2021-03-09 15:51:11 +05:30
![CI (Linux)](<https://github.com/mCaptcha/cli/workflows/CI%20(Linux)/badge.svg>)
[![dependency status](https://deps.rs/repo/github/mCaptcha/cli/status.svg)](https://deps.rs/repo/github/mCaptcha/cli)
<br />
[![codecov](https://codecov.io/gh/mCaptcha/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/mCaptcha/cli)
</div>
## Usage
```bash
mCaptcha PoW CLI 0.1.0
Aravinth Manivannan <realaravinth@batsense.net>
Generates PoW for mCaptcha
USAGE:
2021-03-10 15:07:51 +05:30
mcaptcha-cli [OPTIONS]
2021-03-09 15:51:11 +05:30
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --difficulty <INTEGER> Difficulty factor
2021-03-10 15:07:51 +05:30
-p, --phrase <STRING> Phrase over which PoW should be computed
-s, --salt <STRING> Salt with which PoW should be computed
2021-03-09 15:51:11 +05:30
```