Skip to content

bsati/emerald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages