encrypt

Crates.ioencrypt
lib.rsencrypt
version0.1.3
sourcesrc
created_at2020-02-12 04:50:22.81894
updated_at2020-02-12 09:59:05.127716
descriptionEncrypt command line tool. Support md5 & sha1 & sha2 & sha3 encryption for file and string.
homepagehttps://github.com/ptechen
repositoryhttps://github.com/ptechen/encrypt.git
max_upload_size
id207530
size41,444
Petechen (ptechen)

documentation

https://github.com/ptechen/encrypt/blob/master/README.md

README

Encrypt Command Line Tool

Version info

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]
Commit count: 11

cargo fmt