encryption - Shell script encoder -


please'd take simple doubt know how can encode .sh script shell script against third-party modifications?

i can watch cpanel installation script found in url

layer1.cpanel.net/latest

at end of script has part unreadable

i wonder how can leave protected script so?

thank you.

that bit @ bottom of script embedded binary. script see @ top extracts binary content script , extracts (using gzip looks like).

the "protection modification" in script crc , md5 bits , since neither of reliable @ point , both data , sum in script doesn't offer protection against wants modify script or binary. not mention delete sum checking bits of code before running it.


Comments

Popular posts from this blog

renaming files in a directory using python or R -

c# - ajax - How to receive data both html and json from server? -