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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -