@accelerator_one/shadow 中文文档教程
Shadow
基于 AES 加密的简单 CLI 实用程序来加密/解密敏感文件
Installation
npm i -g @accelerator_one/shadow
Usage
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
如果遇到任何问题,请在下标记>Issues 此存储库的部分
Shadow
Simple CLI utilility to encrypt / decrypt sensitive files based on AES encryption
Installation
npm i -g @accelerator_one/shadow
Usage
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