<?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: HOWTO: Encrypting a shell script on a Linux or Unix based system</title>
	<atom:link href="http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/</link>
	<description>It cannot get simpler than this! (TM)</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:02:07 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mohammed</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-10849</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-10849</guid>
		<description>You can use tclkit and Starkit to encrypt expect scripts.
Refer http://www.equi4.com/ for more details.

~mohammed</description>
		<content:encoded><![CDATA[<p>You can use tclkit and Starkit to encrypt expect scripts.<br />
Refer <a href="http://www.equi4.com/" rel="nofollow">http://www.equi4.com/</a> for more details.</p>
<p>~mohammed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-10171</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-10171</guid>
		<description>It seems that expect is some sort of interactive program. I have never used it so I don&#039;t have much idea. It seems that expect command is expecting (no pun intended) some kind of data input. If you can post your part of the script in which you are having trouble may be I can give you some more ideas?</description>
		<content:encoded><![CDATA[<p>It seems that expect is some sort of interactive program. I have never used it so I don&#8217;t have much idea. It seems that expect command is expecting (no pun intended) some kind of data input. If you can post your part of the script in which you are having trouble may be I can give you some more ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LETIAN KASHORDA</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-10155</link>
		<dc:creator>LETIAN KASHORDA</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-10155</guid>
		<description>having a problem.
whenever i try encrpyt a script it gives this error. am trying to use the expect command in the script so am guessing shc doesnt recognize it
here the error.
shc Unknown shell (expect): specify [-i][-x][-l]
shc: Success

Thanx in advance</description>
		<content:encoded><![CDATA[<p>having a problem.<br />
whenever i try encrpyt a script it gives this error. am trying to use the expect command in the script so am guessing shc doesnt recognize it<br />
here the error.<br />
shc Unknown shell (expect): specify [-i][-x][-l]<br />
shc: Success</p>
<p>Thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-10046</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 27 Jul 2009 03:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-10046</guid>
		<description>Hmm...I guess you didn&#039;t see that coming...Well I can tell you two things:
a) Try reading the source code and see if you can get some clue from there as to how to disassemble it. AFAIK, the script uses rc4 algorithm to encrypt it.

b) Try emailing the author and see if he replies back. Most likely they will not.
http://www.datsi.fi.upm.es/~frosal/</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;I guess you didn&#8217;t see that coming&#8230;Well I can tell you two things:<br />
a) Try reading the source code and see if you can get some clue from there as to how to disassemble it. AFAIK, the script uses rc4 algorithm to encrypt it.</p>
<p>b) Try emailing the author and see if he replies back. Most likely they will not.<br />
<a href="http://www.datsi.fi.upm.es/~frosal/" rel="nofollow">http://www.datsi.fi.upm.es/~frosal/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghost</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-10045</link>
		<dc:creator>Ghost</dc:creator>
		<pubDate>Sun, 26 Jul 2009 20:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-10045</guid>
		<description>thanks for this post
but after i encrypted one of my bash scripts and it works fine
i had a problem with my HDD and i have only the encrypted script with my friend

is there any way to decrypt this files ?

some of this scripts need update and it&#039;s about 900 line i can&#039;t type it again

please let me know if there any possible way to  decrypt this files</description>
		<content:encoded><![CDATA[<p>thanks for this post<br />
but after i encrypted one of my bash scripts and it works fine<br />
i had a problem with my HDD and i have only the encrypted script with my friend</p>
<p>is there any way to decrypt this files ?</p>
<p>some of this scripts need update and it&#8217;s about 900 line i can&#8217;t type it again</p>
<p>please let me know if there any possible way to  decrypt this files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raz</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-7866</link>
		<dc:creator>Raz</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-7866</guid>
		<description>Thanks Friend!
You made my day :) It works!</description>
		<content:encoded><![CDATA[<p>Thanks Friend!<br />
You made my day <img src='http://blogs.koolwal.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeeFor</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-6285</link>
		<dc:creator>SeeFor</dc:creator>
		<pubDate>Wed, 28 Jan 2009 14:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-6285</guid>
		<description>That did it, thanks for your help.

This is a good way to protect your shell scripts.

Thanks,
Sif</description>
		<content:encoded><![CDATA[<p>That did it, thanks for your help.</p>
<p>This is a good way to protect your shell scripts.</p>
<p>Thanks,<br />
Sif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeeFor</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-6284</link>
		<dc:creator>SeeFor</dc:creator>
		<pubDate>Wed, 28 Jan 2009 14:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-6284</guid>
		<description>That did it thanks, I&#039;m using Fedora 10

Thanks for the help, this is really cool way of protecting your shell scripts.</description>
		<content:encoded><![CDATA[<p>That did it thanks, I&#8217;m using Fedora 10</p>
<p>Thanks for the help, this is really cool way of protecting your shell scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kushal</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-6264</link>
		<dc:creator>Kushal</dc:creator>
		<pubDate>Tue, 27 Jan 2009 23:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-6264</guid>
		<description>Did you install gcc? do:
apt-get update
apt-get install gcc libc6-dev

If this does not work then let me know which Distro are you using....

Thank you for your comment.</description>
		<content:encoded><![CDATA[<p>Did you install gcc? do:<br />
apt-get update<br />
apt-get install gcc libc6-dev</p>
<p>If this does not work then let me know which Distro are you using&#8230;.</p>
<p>Thank you for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeeFor</title>
		<link>http://blogs.koolwal.net/2009/01/20/howto-encrypting-a-shell-script-on-a-linux-or-unix-based-system/comment-page-1/#comment-6262</link>
		<dc:creator>SeeFor</dc:creator>
		<pubDate>Tue, 27 Jan 2009 23:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=492#comment-6262</guid>
		<description>Great post
I have a problem:
[root@CRBC-SRV-SYSLOG shc-3.8.6]# shc -f test.sh
sh: cc: command not found
shc: Success

It creates the test.sh.x.c file but not else.
Looks like a great app but how do I get it to work?
test.sh:
#!/bin/sh 

echo &quot;This is a test!</description>
		<content:encoded><![CDATA[<p>Great post<br />
I have a problem:<br />
[root@CRBC-SRV-SYSLOG shc-3.8.6]# shc -f test.sh<br />
sh: cc: command not found<br />
shc: Success</p>
<p>It creates the test.sh.x.c file but not else.<br />
Looks like a great app but how do I get it to work?<br />
test.sh:<br />
#!/bin/sh </p>
<p>echo &#8220;This is a test!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
