This is a discussion on How to: Crypting shell script within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi all!! I need to crypt a shell script (maked with korn shell) but i want that the users ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 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 ..." |
| ||||
| I <bela@bluedog.cc.emory.edu> wrote: B> Gianluca S. <gianluca2@email.it> wrote: GS> GS>> I need to crypt a shell script (maked with korn shell) but i want that the B> B> Take a look at 'shc': B> B> http://www.datsi.fi.upm.es/~frosal/sources/shc-3.7.tgz Looks like there's a newer version: http://www.datsi.fi.upm.es/~frosal/s.../shc-3.8.3.tgz The man page: http://www.datsi.fi.upm.es/~frosal/sources/shc.html |