shell script encryption
Go to file
2022-12-26 11:28:59 +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 更新 'README.md' 2022-10-25 23:27:26 +08:00
sha.c 优化 2022-12-26 11:28:59 +08:00

sha

Shell Stript AES加密工具 

Build

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

make uninstall

Help Information

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

动态链接:
sha test.sh