mirror of
https://github.com/arkorty/rustcm-cli.git
synced 2026-03-17 16:51:47 +00:00
bcd2e18eee594fbe4c96447c98a4091b0f817c00
Fix multiple bugs when printing error messages Bump the version number to 0.1.3-alpha
Rust Simple Text Cipher Machine / ru·s·t·c·m /
About
It does precisely what the name indicates, i.e., encryption and decryption of UTF-8 encoded files using the ChaCha20-Poly1305 authenticated streaming cipher algorithm. The program is still in its alpha (incomplete) stage, you might come across a lot of bugs.
Build
-
Install Cargo
-
cargo build --releaseto build -
The program binary will be in the
./target/releasedirectory
Usage
rustcm-cli 0.1.3-alpha
Rust Simple Text Cipher Machine.
USAGE:
rustcm-cli [COMMAND]
COMMAND:
-h, --help
Prints this help message
-v, --version
Prints the version information
-e, --encrypt <path-to-input> <path-to-output>
Runs the program in encryption mode
-d, --decrypt <path-to-input> <path-to-output>
Runs the program in decryption mode
Example
License
Distributed under the GPLv3 License. See LICENSE for more information.
Contributors
Description
Languages
Rust
100%

