@apburnes/cli-encrypt

0.2.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @apburnes/cli-encrypt

    Weekly Downloads

    4

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • apburnes