mei GitHub Workflow Status Crates.io LICENSE

A command line tool for encryption file, encrypt by block using aes-256-gcm

Install

Binary

Download the binary from the release page

Cargo

bash cargo install mei

Usage

Encryption file

```bash mei -e foo.file -o encrypted.file

Enter your password

Or use '-p' specify password

```

Decryption file

bash mei -d encrypted.file -o foo.file

Layout