#校验和 #文件校验和 #计算 #命令行工具 #cli #实用工具 #算法

bin+lib rusty-hash

简单的命令行工具,用于计算文件校验和

2 个稳定版本

使用旧的 Rust 2015

1.1.0 2016年5月12日
1.0.0 2016年2月6日

#19 in #文件校验和

MIT 许可证

12KB
286

rusty-hash

简单的校验和计算实用工具

Usage: rusty_hash [-c | -o | -p] [algorithms] <input>...

Algorithms:
    --md5       Enables md5 calculation.
    --sha[num]  Enables sha calculation. num can be [1, 256, 512]

Mode:
    Mutually exclusive.
    -c --check  Verifies checksum from files.
    -o --output Write calculations into files with corresponding extension.
    -p --print  Prints checksums to stdout. Default.

lib.rs:

提供与哈希算法交互的实用工具

依赖项

~4MB
~53K SLoC