bsati / emerald

CLI tool for file en-/decryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emerald

Basic command line utility to encrypt / decrypt files using XChaCha20Poly1305 with Argon2 key derivation.

Usage

To encrypt files:

cargo run -- encrypt --files ./file1.txt,./file2.txt
# if built:
emerald encrypt --files ./file1.txt,./file2.txt

To decrypt files:

cargo run -- decrypt --input ./archive.tar_enc
# if built:
emerald decrypt --input ./archive.tar_enc

About

CLI tool for file en-/decryption


Languages

Language:Rust 100.0%