2 个版本
使用旧的 Rust 2015
0.1.1 | 2017年11月18日 |
---|---|
0.1.0 | 2017年11月18日 |
#10 在 #rust-crypto
11KB
215 行
docrypto
一个基于 rust-crypto 库的加密操作命令行工具。
该项目警告同样适用于本项目:"Rust-Crypto 尚未经过彻底的审计以确保正确性,因此在安全性重要的场合不建议使用。"
目前,docrypto 只支持 Sha1、Sha2 和 Sha3 加密哈希算法。
docrypto 0.1.0
Spiro Michaylov <spiro@michaylov.com>
Batch crypto tool
USAGE:
docrypto [OPTIONS] [inputs]...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--hash <Hash algorithm> Hash algorithm name [values: sha1, sha2_224,
sha2_256, sha2_384, sha2_512,
sha2_512_224, sha2_512_256, sha3_224, sha3_256,
sha3_384, sha3_512]
-t, --threads <NumThreads> Number of threads
ARGS:
<inputs>... input files
依赖关系
~4MB
~56K SLoC