4 releases
0.1.3 | Feb 12, 2020 |
---|---|
0.1.2 | Feb 12, 2020 |
0.1.1 | Feb 12, 2020 |
0.1.0 | Feb 12, 2020 |
#2274 in Cryptography
11KB
192 lines
Encrypt Command Line Tool
Support md5 & sha1 & sha2 & sha3 encryption for file and string.
Install:
cargo install encrypt
USAGE:
encrypt <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
keccak224
keccak256
keccak384
keccak512
md5
sha1
sha224
sha256
sha3-224
sha3-384
sha3-512
sha384
sha512
sha512T224
sha512T256
USAGE:
encrypt func [OPTIONS] --input <input>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input <input> Input string or file path
-o, --output <output> Output uppercase or lowercase, o = (u or l) [default: l]
-t, --t <t> Input-type t = (str or file) [default: str]
Dependencies
~7MB
~102K SLoC