crupter 0.2.0

Crupter is a tool for file checksum and encryption.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
```