<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; rar password</title> <atom:link href="http://www.ghacks.net/tag/rar-password/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Zip Password Recovery With FCrackZip</title><link>http://www.ghacks.net/2011/05/19/zip-password-recovery-with-fcrackzip/</link> <comments>http://www.ghacks.net/2011/05/19/zip-password-recovery-with-fcrackzip/#comments</comments> <pubDate>Thu, 19 May 2011 21:19:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[linux software]]></category> <category><![CDATA[rar password]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[zip password]]></category> <category><![CDATA[zip password recovery]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45319</guid> <description><![CDATA[It is possible to password protect zip files to prevent unauthorized access to the files they contain. Only problem is: If you forget the zip password, you cannot access the files either. A friend of mine recently contacted me with the problem. He had zipped important files a few years ago and used a password [...]]]></description> <content:encoded><![CDATA[<p>It is possible to password protect zip files to prevent unauthorized access to the files they contain. Only problem is: If you forget the zip password, you cannot access the files either. A friend of mine recently contacted me with the problem. He had zipped important files a few years ago and used a password to protect them. He tried to open the zip file recently and failed, because he could not remember the password that he used to protect them when he created the zip file.</p><p>When you research zip password recovery topics on the Internet you get loads of commercial products, but barely any free products that are updated regularly. There may be some deeply hidden on the web but those that you find on the first pages of the search results are usually commercial programs.</p><p>Two programs that I found are FCrackZip which was last updated in 2008, and RarCrack which was last updated in 2011. <a
href="http://soft.rubypdf.com/software/fcrackzip-10-windows-version">FCrackZip</a> is offered for multiple operating systems including Windows, <a
href="http://sourceforge.net/projects/rarcrack/">RarCrack</a> only for Linux.</p><p>The second program has the advantage that it can not only recovery zip passwords but also rar and 7z passwords.</p><p>Both programs are command line utilities that use brute forcing to try all possible character combinations until they find the correct password.</p><p>It needs to be noted that it is not reasonable to try and recover a password with more than six characters.  Why? Because it could take years on a single computer system until the password is recovered. That said, if you fail to include a particular character used in the password in the recovery attempt you may not succeed with the recovery even if you let it run months or even years.</p><h3>FCrackZip</h3><p>Download and unpack the Windows version of the program. You find <a
href="http://oldhome.schmorp.de/marc/fcrackzip.html?usg=AFQjCNH8LcyleGeEU7OvY6KFFcIW-JVOIg&#038;sa=X&#038;ei=j5lYTdyIEcigtwf49ODUDA&#038;ved=0CPwBEMoE">information</a> about all command line parameters at the developer homepage.</p><p>You need to open the command line first to run the program. Use the keyboard shortcut Windows-r to bring up the run box. Enter cmd and hit the return key afterwards. I suggest you place the zip with a password in the same directory as the recovery tool for easy of use. Navigate to that folder and use a command like</p><p><code>fcrackzip -c a -p aaaaaa sample.zip</code></p><p>to start the recovery process. This command will try all lowercase six letter passwords on the zip file sample.zip. Commands are available to specify a minimum or maximum password length, include character sets like digits, special characters or custom characters or use a dictionary method to recover the password.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/zip-password-recovery.png" alt="zip password recovery" title="zip password recovery" width="600" height="197" class="alignnone size-full wp-image-45321" /></p><p>The Windows version does not support all commands of the Linux version. It is for instance not possible to run a benchmark.</p><h3>Rarcrack</h3><p>This is a Linux tool, a readme file is included with the program. The program supports multiple threads to speed up the recovery. How does it work? The basic command is</p><p><strong>rarcrack sample.zip &#8211;threads &#8211;type</strong></p><p>Rarcrack uses an XML file that displays the characters used in the brute force attempt. There are not any options currently to limit the length of the passwords to try, but you can modify the currently tested password to start for instance with four characters immediately.</p><p> The XML file is created after the first run, so run it to generate the file and then edit it to suit your needs.</p><blockquote><p><?xml version=”1.0″ encoding=”UTF-8″?><br
/> <rarcrack><br
/> <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc><br
/> <current>1111</current><br
/> <good_password></good_password><br
/> </rarcrack></p></blockquote><h3>Closing Words</h3><p>The chance of success is slim, and it decreases with every additional character of the password up to a point where it does not make sense anymore to try and recover the password. It can however be extremely helpful if you remember part of the password, or a length range.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/19/zip-password-recovery-with-fcrackzip/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rar Password Cracker</title><link>http://www.ghacks.net/2009/02/16/rar-password-cracker/</link> <comments>http://www.ghacks.net/2009/02/16/rar-password-cracker/#comments</comments> <pubDate>Mon, 16 Feb 2009 13:09:14 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[rar]]></category> <category><![CDATA[rar cracker]]></category> <category><![CDATA[rar password]]></category> <category><![CDATA[rar password cracker]]></category> <category><![CDATA[rar passwords]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[winrar]]></category> <category><![CDATA[winrar password]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10585</guid> <description><![CDATA[Rar archives can be protected with a password that has to be supplied before the archive can be unpacked on a computer system. Problems do arise if the password of an archive is not known (anymore). One could try and enter possible combinations manually which could take years to complete or use a rar password [...]]]></description> <content:encoded><![CDATA[<p>Rar archives can be protected with a password that has to be supplied before the archive can be unpacked on a computer system. Problems do arise if the password of an archive is not known (anymore). One could try and enter possible combinations manually which could take years to complete or use a rar password cracker to speed up the process of discovering the right rar password.</p><p>Possible scenarios are that you forgot the password of a previously created rar archive or that a former employee protected files with a rar password. Whatever it is the rar password cracker will aid the user. The tool utilizes password lists, also called dictionary files, to test against the rar password.</p><p><a
href="http://rapidshare.com/files/112269563/Simple_RarPassFinder_v0.03.2.rar">Rar Pass Finder</a> is a portable lightweight tool. The interface is only available in German language but since it consists of only two buttons it does not really make a different. The user should start loading a rar password list using the Passwortliste button.</p><p><span
id="more-10585"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/02/rar_password_cracker.jpg" alt="rar password cracker" title="rar password cracker" width="394" height="385" class="alignnone size-full wp-image-10587" /></p><p>Rar archives can then be loaded using the Rar-Archiv button or drag and drop. The rar password cracker supports multiple volumes and can also be run from the command line to load an archive automatically into the application. The last loaded password list will automatically be used to find the rar password.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/16/rar-password-cracker/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> </channel> </rss>
