18 lines
278 B
Markdown
18 lines
278 B
Markdown
|
# 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
|
||
|
|