@accelerator_one/shadow
v1.0.2
Published
CLI utilility to encrypt / decrypt sensitive files
Downloads
9
Readme
Shadow
Simple CLI utilility to encrypt / decrypt sensitive files based on AES encryption
Installation
npm i -g @accelerator_one/shadowUsage
shadow [options] [command]
Options:
| Argument | Description | Default | |:---------|:------------|:--------| | -V, --version | output the version number | - | | -r, --recursive | recursive operation inside child directories | false | | -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, --help | display help for command | - |
Commands:
| Command | Description | |:--------|:------------| | encrypt [file] | Encrypt the specified file, otherwise collection of files | | decrypt [file] | Decrypt the specified file, otherwise collection of files | | help [command] | display help for command |
Issues
In case of any problems faced, please mark them under Issues section of this repository
