#加密 #编码解码 #解码 #编码 #凯撒密码 #命令行工具

应用 caesar_cipher_cli

用于编码和解码凯撒密码的命令行工具

3 个版本

0.1.2 2023年6月2日
0.1.1 2023年6月2日
0.1.0 2023年6月2日

#2365命令行工具

每月 28 次下载

MIT 许可证

8KB
125

caesar_cipher_cli 是一个用于编码和解码凯撒密码的命令行工具

Crates.io Rust license

安装

cargo install caesar_cipher_cli
A CLI tool for encode and decode caesar cipher
Addrew Ryan <[email protected]>

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.

依赖项

~380KB