Crates.io | docrypto |
lib.rs | docrypto |
version | 0.1.1 |
source | src |
created_at | 2017-11-18 18:20:59.067527 |
updated_at | 2017-11-18 18:29:00.294148 |
description | A command line tool for cryptographic operations, based on the rust-crypto library. |
homepage | |
repository | https://github.com/spirom/docrypto |
max_upload_size | |
id | 39839 |
size | 13,689 |
A command line tool for cryptographic operations, based on the rust-crypto library.
That project's warning of course also applies to this one:"Rust-Crypto has not been thoroughly audited for correctness, so any use where security is important is not recommended at this time."
Currently, docrypto only supports the cryptographic has algorithms Sha1, Sha2 and 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