shell script encryption
Go to file
2022-09-13 16:16:39 +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 增加读取CFLAGS环境变量 2022-09-13 12:49:32 +08:00
README.md 增加读取CFLAGS环境变量 2022-09-13 12:49:32 +08:00
sha.c 修复低版本gcc编译器告警 2022-09-13 16:16:39 +08:00

sha

Shell Stript AES加密工具 

Build

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

make uninstall

Help Information

静态链接:
CFAGS="-static" sha test.sh

动态链接:
sha test.sh