Turn your scripts into binaries using the awesome shc tool!

Assume the following scenario, you need to provide to a client a shell script to do a specific tasks, in the same time you have the following limitations you need to conform

  • The script contains sensitive information (fo example a password) that the client must not learn
  • The script must run on a specific machine only
  • The script should not run after a specific date
  • There is always the option to re-write the same tool in a compiled language like Go or Java but you dont have the knowledge nor the time to do this

You start getting anxious but after some googling around you found this awesome tool! 

Click Here