Crates.io | rsmd5 |
lib.rs | rsmd5 |
version | 0.1.9 |
source | src |
created_at | 2020-01-21 15:08:01.920012 |
updated_at | 2020-04-25 15:38:10.14701 |
description | Command line tool to encrypt and output md5 strings or files 对字符串或文件md5加密并输出的命令行工具 |
homepage | https://github.com/ptechen |
repository | https://github.com/ptechen/rsmd5.git |
max_upload_size | |
id | 200787 |
size | 25,644 |
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]