mei 0.0.1

Utility tool for encryption file
mei-0.0.1 is not a library.
Visit the last successful build: mei-0.3.1

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

cargo install mei

Usage

Encryption file

mei -e foo.file -o encrypted.file
# Enter your password
# Or use '-p' specify password

Decryption file

mei -d encrypted.file -o foo.file

Layout