Re: How to: Crypting shell script
From: Bela (bela_at_bluedog.cc.emory.edu)
Date: 07/20/05
- Previous message: Kamal R. Prasad: "Re: AIX shared libraries: early or late binding?"
- In reply to: Gianluca S.: "How to: Crypting shell script"
- Next in thread: Bela: "Re: How to: Crypting shell script"
- Reply: Bela: "Re: How to: Crypting shell script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Jul 2005 11:19:59 GMT
Gianluca S. <gianluca2@email.it> wrote:
GS> Hi all!!
GS>
GS> I need to crypt a shell script (maked with korn shell) but i want that the
GS> users of my system can run it...
GS> Do you have an idea to make this operation?
GS>
GS> Thanks in advance
GS> Gianluca
GS>
Take a look at 'shc':
http://www.datsi.fi.upm.es/~frosal/sources/shc-3.7.tgz
>From the README:
<quote>
A generic shell script compiler. Shc takes a script, which is
specified on the command line and produces C source code. The
generated source code is then compiled and linked to produce a
stripped binary executable. Use with care.
</quote>
-- "... I shook my family tree, and a bunch of NUTS fell out ..."
- Previous message: Kamal R. Prasad: "Re: AIX shared libraries: early or late binding?"
- In reply to: Gianluca S.: "How to: Crypting shell script"
- Next in thread: Bela: "Re: How to: Crypting shell script"
- Reply: Bela: "Re: How to: Crypting shell script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|