sha/README.md
2023-07-07 11:58:01 +08:00

654 B

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:
    sha [-kfh?]
        -k      : Key
        -f      : Script File
        -h -?   : Print Help


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

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