Turn your scripts into binaries using the awesome shc tool!
<p>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</p>
<ul>
<li>The script contains sensitive information (fo example a password) that the client must not learn</li>
<li>The script must run on a specific machine only</li>
<li>The script should not run after a specific date</li>
<li>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</li>
</ul>
<p>You start getting anxious but after some googling around you found this awesome tool! </p>
<p><a href="https://kpatronas.medium.com/turn-your-scripts-into-binaries-using-the-awesome-shc-tool-ddf9863ec121"><strong>Click Here</strong></a></p>