| Crates.io | caesar_cipher_cli |
| lib.rs | caesar_cipher_cli |
| version | 0.1.2 |
| created_at | 2023-06-02 15:38:30.970634+00 |
| updated_at | 2023-06-02 17:43:34.895461+00 |
| description | A CLI tool for encode and decode caesar cipher |
| homepage | |
| repository | https://gitlab.com/andrew_ryan/caesar_cipher_cli |
| max_upload_size | |
| id | 880969 |
| size | 17,722 |
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.