docrypto

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