# crupter
Crupter is a tool for file checksum and encryption. It mainly wraps [RustCrypto](https://github.com/RustCrypto)
## install
If you already have Rust installed, clone the repo and run:
```shell
cargo install --path .
```
## build
For debug:
```shell
cargo build
```