<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Hide Source Code in a Bash Script</title>
	<atom:link href="http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/</link>
	<description>Blog on News, Gadgets and Technology</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jaxov</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-18</link>
		<dc:creator>Jaxov</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-18</guid>
		<description>@James: Can you elaborate a bit plz? Any web-links for details?</description>
		<content:encoded><![CDATA[<p>@James: Can you elaborate a bit plz? Any web-links for details?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-17</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-17</guid>
		<description>Alternatively you could create a wrapper script, which simply calls your script.  Require users to use SUDO to run the wrapper and change the permission so that the actual script is only readable by root.</description>
		<content:encoded><![CDATA[<p>Alternatively you could create a wrapper script, which simply calls your script.  Require users to use SUDO to run the wrapper and change the permission so that the actual script is only readable by root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: No_limits90</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-16</link>
		<dc:creator>No_limits90</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-16</guid>
		<description>See especially pages 28-46 on OM. ,</description>
		<content:encoded><![CDATA[<p>See especially pages 28-46 on OM. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fmigo</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-15</link>
		<dc:creator>Fmigo</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-15</guid>
		<description>Open source can not remain hidden :P</description>
		<content:encoded><![CDATA[<p>Open source can not remain hidden :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-14</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-14</guid>
		<description>Mate,
Making file hidden is not a solution at all.
How you are going to run your script? By providing absolute or relative path. In both cases the name of your script will be revealed.
&gt;How to Hide Source Code In A Bash Script
write it on c.

If only you have root privileges on a box and you are the only person who is going to run a script, put in any directory to which only root has access (700), make root an owner of the script and change permissions to 700 (don&#039;t worry it will run with 700 same good as with 755)
Otherwise if other people is intended to use your script and you use bash, the whole idea is rubbish.
I can understand why you don&#039;t want other people to modify it. But to hide a source? Can&#039;t thing of any reasonable explanation why that would be needed. That is why you didn&#039;t find anything decent on that topic surfing Internet.</description>
		<content:encoded><![CDATA[<p>Mate,<br />
Making file hidden is not a solution at all.<br />
How you are going to run your script? By providing absolute or relative path. In both cases the name of your script will be revealed.<br />
&gt;How to Hide Source Code In A Bash Script<br />
write it on c.</p>
<p>If only you have root privileges on a box and you are the only person who is going to run a script, put in any directory to which only root has access (700), make root an owner of the script and change permissions to 700 (don't worry it will run with 700 same good as with 755)<br />
Otherwise if other people is intended to use your script and you use bash, the whole idea is rubbish.<br />
I can understand why you don't want other people to modify it. But to hide a source? Can't thing of any reasonable explanation why that would be needed. That is why you didn't find anything decent on that topic surfing Internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaxov</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-13</link>
		<dc:creator>Jaxov</dc:creator>
		<pubDate>Sun, 19 Apr 2009 14:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-13</guid>
		<description>Hi Custangro,

    Thanks for your reply, I tried this, the command asks for a key after executing it on a bash file, after entering a key and writing/saving the bash file, when I tried to execute it, it gives following error:

    -bash: ./test3: cannot execute binary file

    Can you explain little in detail, what this command do? and how to use it?

    Waiting for our reply, thanks.</description>
		<content:encoded><![CDATA[<p>Hi Custangro,</p>
<p>    Thanks for your reply, I tried this, the command asks for a key after executing it on a bash file, after entering a key and writing/saving the bash file, when I tried to execute it, it gives following error:</p>
<p>    -bash: ./test3: cannot execute binary file</p>
<p>    Can you explain little in detail, what this command do? and how to use it?</p>
<p>    Waiting for our reply, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: custangro</title>
		<link>http://jaxov.com/2009/04/how-to-hide-source-code-in-a-bash-script/comment-page-1/#comment-12</link>
		<dc:creator>custangro</dc:creator>
		<pubDate>Sun, 12 Apr 2009 04:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=247#comment-12</guid>
		<description>You can also do

vi -x file.txt

-C</description>
		<content:encoded><![CDATA[<p>You can also do</p>
<p>vi -x file.txt</p>
<p>-C</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching 3/12 queries in 0.007 seconds using disk: basic
Object Caching 319/324 objects using disk: basic
Content Delivery Network via cdn.jaxov.com

Served from: jaxov.com @ 2012-02-11 16:10:54 -->
