docrypto

Crates.iodocrypto
lib.rsdocrypto
version0.1.1
sourcesrc
created_at2017-11-18 18:20:59.067527
updated_at2017-11-18 18:29:00.294148
descriptionA command line tool for cryptographic operations, based on the rust-crypto library.
homepage
repositoryhttps://github.com/spirom/docrypto
max_upload_size
id39839
size13,689
Spiro Michaylov (spirom)

documentation

README

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
Commit count: 0

cargo fmt