@apburnes/cli-encrypt
v0.2.1
Published
CLI Encrypt Tool
Downloads
3
Readme
cli-encrypt
A simple encrypt/decrypt cli for a file.
How To
Install
$> npm i -g @apburnes/cli-encrypt
Usage
# Commands:
# encrypt
# decrypt
# help
# Options:
# -f : <Input File>
# -o : <Output File>
# -p : <Password>
$> cli-encrypt help
$> cli-encrypt encrypt -f <file.zip> -o <file.zip.enc> -p <password>
$> cli-encrypt decrypt -f <file.zip.enc> -o <file.zip> -p <password>
Contact
Andrew Burnes