# docrypto A command line tool for cryptographic operations, based on the [rust-crypto](https://crates.io/crates/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 Batch crypto tool USAGE: docrypto [OPTIONS] [inputs]... FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: --hash 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 Number of threads ARGS: ... input files