1.0.2 • Published 3 years ago

@accelerator_one/shadow v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Shadow

Simple CLI utilility to encrypt / decrypt sensitive files based on AES encryption

Installation

npm i -g @accelerator_one/shadow

Usage

shadow options

Options:

ArgumentDescriptionDefault
-V, --versionoutput the version number-
-r, --recursiverecursive operation inside child directoriesfalse
-i, --include specify the file extension allowed for processing''
-e, --exclude specify the file extension to exclude for processing''
-p, --password secret key to encrypt/decrypt file(s)required
-h, --helpdisplay help for command-

Commands:

CommandDescription
encrypt fileEncrypt the specified file, otherwise collection of files
decrypt fileDecrypt the specified file, otherwise collection of files
help commanddisplay help for command
1.0.2

3 years ago

1.0.1

3 years ago