A command line tool for encryption file, encrypt by block using aes-256-gcm
Download the binary from the release page
bash
cargo install mei
Encryption file
```bash mei -e foo.file -o encrypted.file
```
Decryption file
bash
mei -d encrypted.file -o foo.file