0.1.2 • Published 5 years ago

@markhuang1212/encryptjs v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

encryptjs

An command line tool to quickly encrypt a file using aes256

Installation

npm i -g @markhuang1212/encryptjs

Usage

$ encryptjs --help

Usage: encryptjs [options] <file>

Options:

  -v, --version              output the version number
  -p, --password <password>  password used to encrypt/decrypt
  -d, --decrypt              decrypt a file
  -e, --encrypt              encrypt a file
  -h, --help                 output usage information