<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Shell Script to EXE ??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488919#M800712</link>
    <description>Hi Paul:&lt;BR /&gt;&lt;BR /&gt;At least centralize and/or isolate the sensitive information in a file that your scripts source (read).&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;. /.includeme&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 01 Feb 2001 16:15:42 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-02-01T16:15:42Z</dc:date>
    <item>
      <title>Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488917#M800710</link>
      <description>Hello Gurus,&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a tool that will safely encrypt a shell script but still leave it in an executable state ??&lt;BR /&gt;&lt;BR /&gt;I have some shell scripts that include various security information that I would like to shield from prying eyes ......&lt;BR /&gt;&lt;BR /&gt;Any ideas ??????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul M.</description>
      <pubDate>Thu, 01 Feb 2001 15:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488917#M800710</guid>
      <dc:creator>Paul Murray</dc:creator>
      <dc:date>2001-02-01T15:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488918#M800711</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I doesn't know any tool for this, but&lt;BR /&gt;You can put the secur information to file.&lt;BR /&gt;You can hide it anybody except root. &lt;BR /&gt;In Your shell script use &lt;BR /&gt;$(cat filename ) | ....&lt;BR /&gt;of course file permissions 400.&lt;BR /&gt;&lt;BR /&gt;regards, Saa&lt;BR /&gt;ps: Your scripts rights can modify to 510 or 500 it depends who can run this script.</description>
      <pubDate>Thu, 01 Feb 2001 16:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488918#M800711</guid>
      <dc:creator>Sandor Horvath_2</dc:creator>
      <dc:date>2001-02-01T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488919#M800712</link>
      <description>Hi Paul:&lt;BR /&gt;&lt;BR /&gt;At least centralize and/or isolate the sensitive information in a file that your scripts source (read).&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;. /.includeme&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Feb 2001 16:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488919#M800712</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-01T16:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488920#M800713</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I never heard about such a 'shell script compiler'.&lt;BR /&gt;&lt;BR /&gt;What you could do to hide your script, at least to the average user, is call it from a C program (with the system() call).&lt;BR /&gt;This C program could possibly do all setuid, setgid before calling the script.&lt;BR /&gt;&lt;BR /&gt;Make sure your script has the right read/write permission. &lt;BR /&gt;&lt;BR /&gt;This looks like 'quick and dirty job', doesn't it?&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2001 16:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488920#M800713</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-01T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488921#M800714</link>
      <description>Dan,&lt;BR /&gt;&lt;BR /&gt;I have only one problem ..... I have never written a C program in my life !&lt;BR /&gt;&lt;BR /&gt;Is there any particular resource that you would suggest in order to "learn" how to write C for HP-UX ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance,&lt;BR /&gt;Paul.</description>
      <pubDate>Thu, 01 Feb 2001 16:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488921#M800714</guid>
      <dc:creator>Paul Murray</dc:creator>
      <dc:date>2001-02-01T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488922#M800715</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Here is the kind of program you need. You see it's quite simple. Simply replace the "/usr/bin/ls /etc" with the command you want to run.&lt;BR /&gt;&lt;BR /&gt;--CUT HERE&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;system("/usr/bin/ls /etc");&lt;BR /&gt;}&lt;BR /&gt;-\CUT&lt;BR /&gt;&lt;BR /&gt;Put the text into a file ending in '.c' (my_prog.c for example) and type "make myprog".&lt;BR /&gt;The executable will be created.&lt;BR /&gt;&lt;BR /&gt;There are many books on the C language available on the market. I couldn't recommend any because I'm still happy with "The C programming Language - from K&amp;amp;Richie" that I've discovered 20 years ago ;-)&lt;BR /&gt;It's still a good reference.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Fri, 02 Feb 2001 07:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488922#M800715</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-02T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488923#M800716</link>
      <description>Take a look at:&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/Shells/shc-2.4a/" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/Shells/shc-2.4a/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2001 08:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488923#M800716</guid>
      <dc:creator>Tommy Palo</dc:creator>
      <dc:date>2001-02-02T08:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Script to EXE ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488924#M800717</link>
      <description>&lt;BR /&gt;You can indeed get compilers for shell scripts which should make them impossible to read. They advertise all the time in SysAdmin Magazine (&lt;A href="http://www.sysadminmag.com)" target="_blank"&gt;www.sysadminmag.com)&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2001 10:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script-to-exe/m-p/2488924#M800717</guid>
      <dc:creator>Edward Sedgemore</dc:creator>
      <dc:date>2001-02-02T10:46:43Z</dc:date>
    </item>
  </channel>
</rss>

