#file #streaming #libsodium #security

app saltlick-cli

Command-line interface for interacting with saltlick encrypted files

1 unstable release

0.1.0 Jan 26, 2020

#1918 in Cryptography

Apache-2.0 OR MIT

38KB
795 lines

Saltlick CLI

Build Status Crate API Average time to resolve an issue Percentage of issues still open Minimum rustc version

Command-line interface for interacting with saltlick encrypted files.

Installation

Saltlick CLI can be installed with cargo. The binary name for Saltlick CLI is saltlick.

Note that the minimum supported version of Rust for saltlick is 1.39.0.

$ cargo install saltlick-cli

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.39.0 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~26–39MB
~356K SLoC