1.0.2 • Published 4 years ago
@accelerator_one/shadow v1.0.2
Shadow
Simple CLI utilility to encrypt / decrypt sensitive files based on AES encryption
Installation
npm i -g @accelerator_one/shadowUsage
shadow options
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 |