10个版本

0.1.9 2020年4月25日
0.1.8 2020年2月12日
0.1.7 2020年1月22日

#1958密码学

每月 23 次下载

MIT/Apache

7KB
82 代码行

MD5命令行工具

Version info

命令行工具,用于加密并输出md5字符串或文件

安装

cargo install rsmd5

用法

rsmd5 [OPTIONS] --input <input>

标志

-h, --help       Prints help information

-V, --version    Prints version information

选项

-i, --input <input>      Input string or file path

-o, --output <output>    Output uppercase or lowercase,  o = (u or l) [default: l]

-t, --t <t>              Input-type t = (str or file) [default: str]

依赖项

~7.5MB
~116K SLoC