shell用起来很方便,也很容易修改。
可是有一点就是:脚本里一些很敏感的东西如密码等别人很容易看到。到网上一搜发现了一个号软件。shc,主页:http://www.datsi.fi.upm.es/~frosal/
安装很简单,下载下来,解压,运行make一步一步来就行。
最后生成shc程序,拷到需要的地方就可以了。
用法:
[root@localhost back]# shc -vrf test.sh
shc shll=bash
shc [-i]=-c
shc [-x]=exec '%s' "$@"
shc [-l]=
shc opts=
shc: cc test.sh.x.c -o test.sh.x
shc: strip test.sh.x
shc: chmod go-r test.sh.x
生成的test.sh.x 就是加密后的程序。test.sh.x.c c语言的源代码。