Skip to content

Beriholic/efile

Repository files navigation

efile

A cli tool for simple encryption of files

Usage

Encrypt

efile enc <file1> <file2> ... <fileN>

efile enc <file_folder>

Prompts interactively for passphrase

Decrypt

efile dec <file1> <file2> ... <fileN>

efile dec <file_folder>

Installation

Nix (local flake)

nix run github:Beriholic/efile

nix profile add github:Beriholic/efile

Cargo (from crates.io)

cargo install efile

Cargo from Git

cargo install --git https://github.com/Beriholic/efile.git

Build from source

git clone https://github.com/Beriholic/efile.git
cd efile
cargo install --path .
# or run directly
cargo run -- enc <path>

About

A cli tool for simple encryption of files

Resources

License

Stars

Watchers

Forks

Packages

No packages published