<?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 Crack Rar, 7z, and zip files in Linux</title>
	<atom:link href="http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:04:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ditto</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-4421</link>
		<dc:creator>Ditto</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-4421</guid>
		<description>Oh yeah - for those getting the seg faults (segmentation fault) try including the options in the command line
such as #rarcrack --threads 4 --type rar RARFILE.RAR</description>
		<content:encoded><![CDATA[<p>Oh yeah - for those getting the seg faults (segmentation fault) try including the options in the command line<br />
such as #rarcrack --threads 4 --type rar RARFILE.RAR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ditto</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-4420</link>
		<dc:creator>Ditto</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-4420</guid>
		<description>@From East - same experience here... 12 pass/sec, having trouble with &quot;false positives&quot; due to the &#039;check password&#039; just being &#039;unrar t -y -p%s %s 2&gt;&amp;1&#039; and this &quot;passing&quot; when the garbled rar file header contains the lowercase string &#039;ok&#039; ... the rarcrack program isn&#039;t useless, but it takes some tweaking to get it to work right - and even then as noted it gives false positives and needs to be restarted each time... and as other posters have noted it can take a long long time to crack any lengthy password.

for those getting super-high rates - check that the commands such as &quot;unrar t -y -p%s %s 2&gt;&amp;1&quot;, &quot;7z t -y -p%s %s 2&gt;&amp;1&quot;, &quot;unzip -P%s -t %s 2&gt;&amp;1&quot; where %s is a filename and a password respectively, actually work on a known file... if not - then your version of unrar, 7z, or unzip is not functioning the way rarcrack requires - meaning it is probably skipping the actual testing of the password and is only &quot;reporting&quot; that it tested it... thus the high speed.</description>
		<content:encoded><![CDATA[<p>@From East - same experience here&#8230; 12 pass/sec, having trouble with &#8220;false positives&#8221; due to the &#8216;check password&#8217; just being &#8216;unrar t -y -p%s %s 2&gt;&amp;1&#8242; and this &#8220;passing&#8221; when the garbled rar file header contains the lowercase string &#8216;ok&#8217; &#8230; the rarcrack program isn&#8217;t useless, but it takes some tweaking to get it to work right - and even then as noted it gives false positives and needs to be restarted each time&#8230; and as other posters have noted it can take a long long time to crack any lengthy password.</p>
<p>for those getting super-high rates - check that the commands such as &#8220;unrar t -y -p%s %s 2&gt;&amp;1&#8243;, &#8220;7z t -y -p%s %s 2&gt;&amp;1&#8243;, &#8220;unzip -P%s -t %s 2&gt;&amp;1&#8243; where %s is a filename and a password respectively, actually work on a known file&#8230; if not - then your version of unrar, 7z, or unzip is not functioning the way rarcrack requires - meaning it is probably skipping the actual testing of the password and is only &#8220;reporting&#8221; that it tested it&#8230; thus the high speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: from east</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-4214</link>
		<dc:creator>from east</dc:creator>
		<pubDate>Thu, 24 Dec 2009 14:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-4214</guid>
		<description>I suck at programming, but this guy is even worse than me, and he managed to put that code on SF. It requires xml lib and by reviewing code I didn&#039;t succeed to prove it doesn&#039;t do anything evil.

So, on first run I got 180 pass/sec, my box is amd athlon 1.5ghz
ups, the problem is I hadn&#039;t unrar and the code doesn&#039;t check for it.. :)
so i modified source to call /usr/bin/local/rar t -pPASSWORD file.rar
performance dropped to 12 pass/sec :)
what else? my rar has header in it encrypted, meaning you can&#039;t list contents of archive.
The cracker only checks first 200 chars of response from unrar for &quot;OK&quot; string(case insensitive). my rar outputs garbage and says - crc is wrong, but program thinks it has recovered password, as that garbage includes OK....
plus add 12 process starts per second.......
need other open source solution that would compile on linux and windows</description>
		<content:encoded><![CDATA[<p>I suck at programming, but this guy is even worse than me, and he managed to put that code on SF. It requires xml lib and by reviewing code I didn&#8217;t succeed to prove it doesn&#8217;t do anything evil.</p>
<p>So, on first run I got 180 pass/sec, my box is amd athlon 1.5ghz<br />
ups, the problem is I hadn&#8217;t unrar and the code doesn&#8217;t check for it.. <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
so i modified source to call /usr/bin/local/rar t -pPASSWORD file.rar<br />
performance dropped to 12 pass/sec <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
what else? my rar has header in it encrypted, meaning you can&#8217;t list contents of archive.<br />
The cracker only checks first 200 chars of response from unrar for &#8220;OK&#8221; string(case insensitive). my rar outputs garbage and says - crc is wrong, but program thinks it has recovered password, as that garbage includes OK&#8230;.<br />
plus add 12 process starts per second&#8230;&#8230;.<br />
need other open source solution that would compile on linux and windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baz</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-4213</link>
		<dc:creator>baz</dc:creator>
		<pubDate>Thu, 24 Dec 2009 10:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-4213</guid>
		<description>Had the same problem, the filename was separated with whitespace, replaced the whitespace with underscores, problem solved.</description>
		<content:encoded><![CDATA[<p>Had the same problem, the filename was separated with whitespace, replaced the whitespace with underscores, problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-4112</link>
		<dc:creator>Marlon</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-4112</guid>
		<description>I tried it but it comes up with &quot;Segmentation Fault&quot;, it&#039;s probably a n00b error but I have no idea what to do. Can anyone help?</description>
		<content:encoded><![CDATA[<p>I tried it but it comes up with &#8220;Segmentation Fault&#8221;, it&#8217;s probably a n00b error but I have no idea what to do. Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georglap</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-3350</link>
		<dc:creator>georglap</dc:creator>
		<pubDate>Sun, 12 Jul 2009 15:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-3350</guid>
		<description>It works rather pretty! But! Under 1 (absolute as life&amp;dead) condition: installation succesfull always - but program uses  its hide potential (divide processing onto 12 ways - what gives an awesome result=2000passwords/second!!!) only with x86 linux kernel. Otherwise (in a case of try to use it on x86_64) you&quot;ll have coala speed=20pass/sec. Get rid of 64-systems. I like rarcrack for getting possibility of crackig 7z. NO ONE APSS ever &amp; ever can&quot;t guessing 128AES - but rarcrack! And! If you woner crack rar - use cRark3.2 with CUDA support and awesome turbospeed 1500password/second with sure final opening rar!!!</description>
		<content:encoded><![CDATA[<p>It works rather pretty! But! Under 1 (absolute as life&amp;dead) condition: installation succesfull always - but program uses  its hide potential (divide processing onto 12 ways - what gives an awesome result=2000passwords/second!!!) only with x86 linux kernel. Otherwise (in a case of try to use it on x86_64) you&#8221;ll have coala speed=20pass/sec. Get rid of 64-systems. I like rarcrack for getting possibility of crackig 7z. NO ONE APSS ever &amp; ever can&#8221;t guessing 128AES - but rarcrack! And! If you woner crack rar - use cRark3.2 with CUDA support and awesome turbospeed 1500password/second with sure final opening rar!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-3078</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Wed, 27 May 2009 22:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-3078</guid>
		<description>Anyone ever wonder if someone, maybe even Microsoft deep within DirectX and Windows is using background CPU and/or GPU cycles of every single PC in the world (that runs Windows) to solve some unknown problem?</description>
		<content:encoded><![CDATA[<p>Anyone ever wonder if someone, maybe even Microsoft deep within DirectX and Windows is using background CPU and/or GPU cycles of every single PC in the world (that runs Windows) to solve some unknown problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-3077</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Wed, 27 May 2009 20:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-3077</guid>
		<description>Don&#039;t know why you are getting such slow performance, I am consistently getting over 1200 passwords per second on a 2.16GHz Core 2 Duo.

My one question is, how does the program verify whether it has found a good password or not?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t know why you are getting such slow performance, I am consistently getting over 1200 passwords per second on a 2.16GHz Core 2 Duo.</p>
<p>My one question is, how does the program verify whether it has found a good password or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chas</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-3067</link>
		<dc:creator>chas</dc:creator>
		<pubDate>Wed, 27 May 2009 02:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-3067</guid>
		<description>It seems to work, but is extremely slow, about 200 passwords/sec on a 3GHz CPU. It means that it will need a whole life to unscramble a simple eleven characters password.</description>
		<content:encoded><![CDATA[<p>It seems to work, but is extremely slow, about 200 passwords/sec on a 3GHz CPU. It means that it will need a whole life to unscramble a simple eleven characters password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linus</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2705</link>
		<dc:creator>Linus</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2705</guid>
		<description>You may have to compile it manually, and perhaps edit it slightly... Do you want instructions on how to do so?</description>
		<content:encoded><![CDATA[<p>You may have to compile it manually, and perhaps edit it slightly&#8230; Do you want instructions on how to do so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2333</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 31 Jan 2009 16:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2333</guid>
		<description>how can I do this under OS X?</description>
		<content:encoded><![CDATA[<p>how can I do this under OS X?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijan</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2212</link>
		<dc:creator>bijan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2212</guid>
		<description>@Szemy- Thanks! purged unrar, installed unrar-free &amp; working perfectly!</description>
		<content:encoded><![CDATA[<p>@Szemy- Thanks! purged unrar, installed unrar-free &amp; working perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szemy</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2027</link>
		<dc:creator>szemy</dc:creator>
		<pubDate>Fri, 26 Dec 2008 11:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2027</guid>
		<description>same problems as above
replaced unrar-nonfree with unrar free, works now perfectly on ubuntu 8.04.1</description>
		<content:encoded><![CDATA[<p>same problems as above<br />
replaced unrar-nonfree with unrar free, works now perfectly on ubuntu 8.04.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishwanath</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2024</link>
		<dc:creator>vishwanath</dc:creator>
		<pubDate>Mon, 01 Dec 2008 12:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2024</guid>
		<description>i hav install rarcrack-0.2-1.1.i586.rpm and not able to crack locked rar files…….
when i execute the command
#rarcrack sample.rar
it is showing output and creating the xml file
but i m not ablr to open file
its displaying
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)

INFO: detected file type: rar
INFO: cracking sample.rar, status file: sample.rar.xml
GOOD: password cracked: ‘1?
GOOD: password cracked: ‘0?

and xml file contents is

0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2
0</description>
		<content:encoded><![CDATA[<p>i hav install rarcrack-0.2-1.1.i586.rpm and not able to crack locked rar files…….<br />
when i execute the command<br />
#rarcrack sample.rar<br />
it is showing output and creating the xml file<br />
but i m not ablr to open file<br />
its displaying<br />
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)</p>
<p>INFO: detected file type: rar<br />
INFO: cracking sample.rar, status file: sample.rar.xml<br />
GOOD: password cracked: ‘1?<br />
GOOD: password cracked: ‘0?</p>
<p>and xml file contents is</p>
<p>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ<br />
2<br />
0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MintThing</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2026</link>
		<dc:creator>MintThing</dc:creator>
		<pubDate>Thu, 27 Nov 2008 22:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2026</guid>
		<description>@Dirk:Share it then. (I also invented an airplane=)</description>
		<content:encoded><![CDATA[<p>@Dirk:Share it then. (I also invented an airplane=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirk</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2025</link>
		<dc:creator>dirk</dc:creator>
		<pubDate>Tue, 25 Nov 2008 09:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2025</guid>
		<description>looking at the source code, it&#039;s incredible that people are using this. it just calls the unrar binary repeatedly. i wrote a perl script in 5 minutes that performs faster and uses a dictionary.</description>
		<content:encoded><![CDATA[<p>looking at the source code, it&#8217;s incredible that people are using this. it just calls the unrar binary repeatedly. i wrote a perl script in 5 minutes that performs faster and uses a dictionary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merc</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2023</link>
		<dc:creator>Merc</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2023</guid>
		<description>Of course, brute force can sometimes useful but in most cases it&#039;s not (the same for this program approach).

On my 1.6Mhz/512MB it&#039;s an average of 50pass/sec which means 180.000 password/h. Pretty impressive but...

Let&#039;s consider we have 62 digits to try (A-Za-z = 52, 0-9 = 10). This means

2 digits pass = 62 * 62 = 3844 possible combinations
3 digits pass = 62^3 = 246.016 possible combinations
...
and for a simple 5 digits pass means 62^5 = 916.132.832 combinations.

How take this number, divide it by 180k pass/h and we&#039;ll have more than 5000h ~ 212 days of non stop trying. Put a 8 character password and you&#039;ll end up with a lifetime.

A more friendly approach (I saw it long time ago) was to remove the password from the file and modify the file flag to nonpass situation, but I&#039;m not quite sure if it&#039;s still working.</description>
		<content:encoded><![CDATA[<p>Of course, brute force can sometimes useful but in most cases it&#8217;s not (the same for this program approach).</p>
<p>On my 1.6Mhz/512MB it&#8217;s an average of 50pass/sec which means 180.000 password/h. Pretty impressive but&#8230;</p>
<p>Let&#8217;s consider we have 62 digits to try (A-Za-z = 52, 0-9 = 10). This means</p>
<p>2 digits pass = 62 * 62 = 3844 possible combinations<br />
3 digits pass = 62^3 = 246.016 possible combinations<br />
&#8230;<br />
and for a simple 5 digits pass means 62^5 = 916.132.832 combinations.</p>
<p>How take this number, divide it by 180k pass/h and we&#8217;ll have more than 5000h ~ 212 days of non stop trying. Put a 8 character password and you&#8217;ll end up with a lifetime.</p>
<p>A more friendly approach (I saw it long time ago) was to remove the password from the file and modify the file flag to nonpass situation, but I&#8217;m not quite sure if it&#8217;s still working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belete</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2022</link>
		<dc:creator>Belete</dc:creator>
		<pubDate>Fri, 17 Oct 2008 12:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2022</guid>
		<description>i forget it my zip folder file help me when i get my password or breaker it and the folder has four file</description>
		<content:encoded><![CDATA[<p>i forget it my zip folder file help me when i get my password or breaker it and the folder has four file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2021</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 27 Sep 2008 02:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2021</guid>
		<description>I tested rarcrack but failed.
A file (a.txt) was crypted by WinRAR 3.5 with password &#039;aa&#039;. The encrypted file is a.rar.

./rarcrack a.rar
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)

INFO: detected file type: rar
INFO: cracking a.rar, status file: a.rar.xml
Probing: &#039;p8&#039; [539 pwds/sec]

it didn&#039;t found &#039;aa&#039;.

George</description>
		<content:encoded><![CDATA[<p>I tested rarcrack but failed.<br />
A file (a.txt) was crypted by WinRAR 3.5 with password &#8216;aa&#8217;. The encrypted file is a.rar.</p>
<p>./rarcrack a.rar<br />
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)</p>
<p>INFO: detected file type: rar<br />
INFO: cracking a.rar, status file: a.rar.xml<br />
Probing: &#8216;p8&#8242; [539 pwds/sec]</p>
<p>it didn&#8217;t found &#8216;aa&#8217;.</p>
<p>George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H</title>
		<link>http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html/comment-page-1#comment-2020</link>
		<dc:creator>H</dc:creator>
		<pubDate>Tue, 12 Aug 2008 00:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-crack-rar-7z-and-zip-files-in-linux.html#comment-2020</guid>
		<description>how if the file is a exe that was a rar ? exe with password.
please help</description>
		<content:encoded><![CDATA[<p>how if the file is a exe that was a rar ? exe with password.<br />
please help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
