#command-line-tool #md5 #string #encrypt #output #input #对字符串或文件md5加密并输出的命令行工具

app rsmd5

Command line tool to encrypt and output md5 strings or files 对字符串或文件md5加密并输出的命令行工具

10 releases

0.1.9 Apr 25, 2020
0.1.8 Feb 12, 2020
0.1.7 Jan 22, 2020

#1671 in Cryptography

MIT/Apache

7KB
82 lines

Md5 Command Line Tool

Version info

Command line tool to encrypt and output md5 strings or files

对字符串或文件md5加密并输出的命令行工具 Install:

cargo install rsmd5

USAGE:

rsmd5 [OPTIONS] --input <input>

FLAGS:

-h, --help       Prints help information

-V, --version    Prints version information

OPTIONS:

-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]

Dependencies

~7MB
~113K SLoC