@markhuang1212/encryptjs
v0.1.2
Published
> An command line tool to quickly encrypt a file using aes256
Downloads
3
Readme
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