sha/README.md

37 lines
654 B
Markdown
Raw Normal View History

# sha
2023-02-14 17:16:17 +08:00
Shell Stript AES加密工具
2022-12-29 18:18:42 +08:00
理论支持所有解析类脚本语言加密
测试通过的脚本:
sh
bash
python3
2023-02-14 17:16:17 +08:00
## Build
git clone https://git.aixiao.me/aixiao/sha
cd sha
make
make install
make uninstall
2023-02-14 17:16:17 +08:00
## Help Information
2023-07-07 11:58:01 +08:00
SHA
2022-12-29 18:18:42 +08:00
Shell Strict AES 128 bit encryption tool
2023-07-07 11:58:01 +08:00
Author: AIXIAO@AIXIAO.ME
2022-12-29 18:18:42 +08:00
Usage:
2023-07-07 11:58:01 +08:00
sha [-kfh?]
-k : Key
-f : Script File
-h -? : Print Help
2022-12-29 18:18:42 +08:00
静态链接:
2022-12-29 18:18:42 +08:00
CFLAGS="-static" sha -k aixiao.me -f test.sh
动态链接:
2022-12-29 18:18:42 +08:00
sha -k aixiao.me -f test.sh