NAME:
encrypted-file-sender - send encrypted file over network
USAGE:
cmd [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
help, h Shows a list of commands or help for one command
Encryption:
encrypt Encryption -f <filespath> -alg <algorithm> -k <keypath>
decrypt Decryption -f <filespath> -alg <algorithm> -k <keypath>
Markov Chain Generator:
filegen filegen -minwords <int> -maxwords <int> -count <int>
Network:
connect Connect [-p <PORT>] <IP>
listen listen [-p <PORT>]
GLOBAL OPTIONS:
--verbose, -V verbose output (default: false)
--help, -h show help (default: false)
--version, -v output version information (default: false)