Simple CLI meant to make secure file/message sharing easy in a team environment. Allows you to create aliases for pubkeys (contacts) to make it easy to encrypt something for your teammates.
This assumes you have Rust and Cargo setup already.
- Clone this repo and navigate into it
- Simply run program with
cargo run -- <OPTIONS>(Runcargo run -- -hfor usage details)
- Clone this repo and navigate into it
- Build the project
cargo build --release - Add
path/to/encrypt-cli/target/releaseto yourPATHenvironment variable - Use as above with
encrypt-cli <OPTIONS>
Raise in issue if you would like the binary for the project posted