shell script encryption
Go to file
2023-02-14 17:16:17 +08:00
aes.c 支持可移植,使用https://github.com/kokke/tiny-AES-c 2022-09-09 10:07:24 +08:00
aes.h 支持可移植,使用https://github.com/kokke/tiny-AES-c 2022-09-09 10:07:24 +08:00
Makefile 稍微优化 2022-09-14 16:47:34 +08:00
README.md 优化python脚本加密 2023-02-14 17:16:17 +08:00
sha.c 优化python脚本加密 2023-02-14 17:16:17 +08:00

sha

Shell Stript AES加密工具 
理论支持所有解析类脚本语言加密
测试通过的脚本:
    sh
    bash
    python3

Build

git clone https://git.aixiao.me/aixiao/sha
cd sha
make
make install

make uninstall

Help Information

                        SHA
    Shell Strict AES 128 bit encryption tool
AUTHOR: AIXIAO@AIXIAO.ME

Usage:
    -k    : key
    -f    : Script file


静态链接:
CFLAGS="-static" sha -k aixiao.me -f test.sh

动态链接:
sha -k aixiao.me -f test.sh