搜索资源列表
shc-3.8.6
- shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题.
shc-3.8.7
- shc utilty to convert .sh to linux executable . this will protect you scr ipt source code. this utility will convert the .sh to .c and .obj and then linux executable
shc-3.8.9
- 用于shell scr ipt加密,支持很多平台,稍作修改可以用于嵌入式上,加密后是可执行程序,很难破解,或许用gdb可以,呵呵 -Used for shell scr ipt encryption, support many platform, make a little modification can be used in the embedded, encrypted is executable program, it is difficult to break, perhaps u