Unreadable

Hi Guys,
I have one query. Say I have one script named test.sh.

My Question: There is any method by which I can make this script (test.sh)
non-human readable( like Encrypt) format as well as it should be executable also(mean to say it (test.sh) should not change its behaviour).

Thanks
Sanjay Tripathi

You could rewrite it in C and compile it.

See this thread and this link also.

Thanks Guys Sysgate/Porter :slight_smile: