3 releases
0.1.2 | Jun 2, 2023 |
---|---|
0.1.1 | Jun 2, 2023 |
0.1.0 | Jun 2, 2023 |
#63 in #cipher
8KB
125 lines
caesar_cipher_cli is a CLI tool for encode and decode caesar cipher
install
cargo install caesar_cipher_cli
A CLI tool for encode and decode caesar cipher
Addrew Ryan <dnrops@outlook.com>
USAGE:
caesar_cipher_cli [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
decode <STRING> Decode a string with caesar cipher.
encode <STRING> Encode a string with caesar cipher.
decode_uniqe <STRING> <shift_value> Caesar's variation,If ASCII code is even shifts to the right, and shift to the left when it is odd.
Dependencies
~405KB