> For the complete documentation index, see [llms.txt](https://guide.mmdrza.com/guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mmdrza.com/guidelines/cryptofuzz.md).

# Cryptofuzz

### Install With `pip` in Windows

```bash
pip install --upgrade cryptofuzz
```

### Install With `pip3` in Linux

```sh
# install pip3 luncher
sudo apt-get update&&sudo apt-get upgrade -y
sudo apt-get install python3-pip
# cryptofuzz install command pip3
pip3 install --upgrade cryptofuzz
```
