shc

shc project is a generic shell script compiler.
Download

shc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Francisco Javier Rosales GarcĂ­a
  • Publisher web site:
  • http://www.datsi.fi.upm.es/~frosal/

shc Tags


shc Description

shc project is a generic shell script compiler. shc project is a generic shell script compiler.It takes a script which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary executable.shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shell -c option. Unfortunatelly, it will not give you any speed improvement as a real C program would.shc's main purpose is to protect your shell scripts from modification or inspection. You can use it if you wish to distribute your scripts but don't want them to be easily readable by other people.What's New in This Release:· License clarification about the rc4 implementation.


shc Related Software