1 unstable release
0.1.0 | Jan 26, 2020 |
---|
#1896 in Cryptography
38KB
795 lines
Saltlick CLI
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
- Apache License, Version 2.0 (LICENSE-APACHE) or
- MIT license (LICENSE-MIT
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
~27–39MB
~355K SLoC