sha/README.md

35 lines
593 B
Markdown
Raw Permalink 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 17:36:36 +08:00
SHA
2022-12-29 18:18:42 +08:00
Shell Strict AES 128 bit encryption tool
2023-07-07 17:36:36 +08:00
AUTHOR: AIXIAO@AIXIAO.ME
2022-12-29 18:18:42 +08:00
Usage:
2023-07-07 17:36:36 +08:00
-k : key
-f : Script file
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