# 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
```
