<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Advanced Password Cracking - Insight</title>
	
	<link>http://blog.crackpassword.com</link>
	<description>«...This blog is about &lt;a href="/?s=password+recovery"&gt;cracking passwords&lt;/a&gt;, &lt;a href="/?s=forensic"&gt;forensics solutions&lt;/a&gt;,&lt;br&gt;&lt;a href="/?s=security"&gt;computer and network security&lt;/a&gt;, &lt;a href="/?s=system+recovery"&gt;system recovery&lt;/a&gt; and other things...»</description>
	<lastBuildDate>Wed, 18 Aug 2010 03:58:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/crackpassword/blog" /><feedburner:info uri="crackpassword/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Measuring iPhone Performance</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/1PUQn6wpq8k/</link>
		<comments>http://blog.crackpassword.com/2010/08/measuring-iphone-performance/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 11:38:41 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1373</guid>
		<description><![CDATA[I&#8217;ve had plans to create some kind of performance measurement app for iPhone/iPod/iPad for quite a bit time of&#160;already, and after reading recent reports that iOS 4 is very slow on iPhone 3G I thought that time had finally come. So I&#8217;ve quickly coded an app which computed performance in MD5 hash computations per second, [...]]]></description>
			<content:encoded><![CDATA[<p>I&rsquo;ve had plans to create some kind of performance measurement app for iPhone/iPod/iPad for quite a bit time of&nbsp;already, and after reading recent reports that iOS 4 is very slow on iPhone 3G I thought that time had finally come.</p>
<p>So I&rsquo;ve quickly coded an app which computed performance in MD5 hash computations per second, and here are the results:</p>
<div align="center">
<table align="center" border="0" cellpadding="2" cellspacing="0" width="488">
<tbody>
<tr>
<td width="111" align="center"><strong>Device</strong></td>
<td width="151" align="center"><strong>CPU Frequency</strong></td>
<td width="224" align="center"><strong>Thousands MD5 per second</strong></td>
</tr>
<tr>
<td width="111" align="center">iPhone 3G</td>
<td width="151" align="center">412 MHz</td>
<td width="224" align="center">350</td>
</tr>
<tr>
<td width="111" align="center">iPhone 3GS</td>
<td width="151" align="center">600 MHz</td>
<td width="224">
<p align="center">1050</td>
</tr>
<tr>
<td width="111" align="center">iPad</td>
<td width="151" align="center">1 GHz</td>
<td width="224" align="center">1800</td>
</tr>
</tbody>
</table>
</div>
<p>The performance scales almost linearly (with respect to CPU frequency) for iPhone 3GS and iPad.</p>
<p>For iPhone 3G this is, however, not the case. Although CPU clock is only 1.5 times slower when compared to iPhone 3GS, overall performance is three times slower.</p>
<p>Puzzled, I did some research and found out that iPhone 3G and iPhone 3GS are using very different CPU cores indeed (<a href="http://www.anandtech.com/print/2782" target="_blank">link</a>). The key difference is that iPhone 3GS uses dual-issue superscalar CPU which allows executing two instruction per clock. iPhone 3G utilized single-issue scalar core, and is thus limited to executing single instruction per clock. This perfectly explains missing factor of two in performance vs. clock rate difference between iPhone 3G and 3GS.</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/1PUQn6wpq8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/08/measuring-iphone-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/08/measuring-iphone-performance/</feedburner:origLink></item>
		<item>
		<title>Peeking Inside Keychain Secrets</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/LY-mLg3gicU/</link>
		<comments>http://blog.crackpassword.com/2010/08/peeking-inside-keychain-secrets/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 10:16:21 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[EPPB]]></category>
		<category><![CDATA[iOS 4]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1366</guid>
		<description><![CDATA[Today we have released Elcomsoft iPhone Password Breaker 1.20 which introduces two new features and fixes few minor issues. Keychain Explorer This feature allows to view contents of keychain included with encrypted device backup. Mac users are probably familiar with concept of keychain — it is a centralized, system-wide storage where application can store information [...]]]></description>
			<content:encoded><![CDATA[<p>Today we have released Elcomsoft iPhone Password Breaker 1.20 which introduces two new features and fixes few minor issues.</p>
<h3>Keychain Explorer</h3>
<p>This feature allows to view contents of keychain included with encrypted device backup.</p>
<p>Mac users are probably familiar with concept of <a href="http://en.wikipedia.org/wiki/Keychain_(Mac_OS)" target="_blank">keychain</a> — it is a centralized, system-wide storage where application can store information they consider sensitive. Typically, such information includes passwords, encryption keys and certificates, but in principle it can be anything. Data in keychain is cryptographically protected by OS and user password is required to access it. The closest Windows equivalent for keychain is probably <a href="http://en.wikipedia.org/wiki/Data_Protection_API" target="_blank">Data Protection API</a>.</p>
<p>iOS-based devices also have a keychain, but instead of user password, embedded cryptographic key is used to protect its contents. This key is unique to each device and so far there are no way to reliably extract it from the device.</p>
<p>Apple recommends iOS application developers to use keychain for storing passwords and other sensitive information, and one reason for this is that it never leaves device unencrypted. Here’s an excerpt from <a href="http://developer.apple.com/mac/library/documentation/Security/Conceptual/keychainServConcepts/02concepts/concepts.html#//apple_ref/doc/uid/TP30000897-CH204-DontLinkElementID_3" target="_blank">Keychain Service Programming Guide</a>:</p>
<blockquote><p>In iOS, an application always has access to its own keychain items and does not have access to any other application’s items. The system generates its own password for the keychain, and stores the key on the device in such a way that it is not accessible to any application. When a user backs up iPhone data, the keychain data is backed up but the secrets in the keychain remain encrypted in the backup. The keychain password is not included in the backup. Therefore, passwords and other secrets stored in the keychain on the iPhone cannot be used by someone who gains access to an iPhone backup. For this reason, it is important to use the keychain on iPhone to store passwords and other data (such as cookies) that can be used to log into secure web sites. </p>
</blockquote>
<p>Prior to iOS 4 keychain was also included in the backup &#8216;”as is”, i.e. all data inside was encrypted using unique device key. This meant that it was not possible to restore keychain onto another device — it will try to decrypt data with key which is different from one used to encrypt data. Naturally, this will fail and all data in keychain will be lost.</p>
<p>To address this issue, Apple changed the way keychain backup works in iOS 4. Now, if you’re creating encrypted backup (i.e. you’ve set up a password to protect backup) then keychain data will be re-encrypted using encryption key derived from backup password and thus ca be restored on another device (provided backup password, of course). If you haven’t set backup password, then everything works like before iOS 4 — keychain encrypted on device key is included in the backup.</p>
<p>Elcomsoft iPhone Password Breaker now allows you to view contents of keychain from encrypted backup of devices running iOS 4. You will need to provide password, of course. Here’s screenshot of Keychain Explorer showing (some) contents of my iPhone’s keychain:</p>
<p><a href="http://blog.crackpassword.com/wp-content/uploads/2010/08/KeychainExplorer.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Keychain Explorer" border="0" alt="Keychain Explorer" src="http://blog.crackpassword.com/wp-content/uploads/2010/08/KeychainExplorer_thumb.png" width="504" height="371" /></a>&#160;</p>
<p>There are passwords for all Wi-Fi hotspots I have ever joined (and haven’t pushed “Forget this Network” button), for my email, Twitter, and WordPress accounts, as well as Safari saved passwords and even my Lufthansa frequent flyer number and password! <img src='http://blog.crackpassword.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And I don’t use Facebook/LinkedIn/anything else on my phone — otherwise I guess credentials for those will be also included in the keychain.</p>
<p>Keychain Explorer will work only against backup which is encrypted. If you happen to have an iOS 4 device and want to get password from it — set a backup password in iTunes, backup device, use Keychain Explorer to view and/or export keychain passwords, and, finally, remove backup password in iTunes.</p>
<h3>Password Cache</h3>
<p>This feature is far less exciting than Keychain Explorer, but we believe it should improve user experience with Elcomsoft iPhone Password Breaker.</p>
<p>The idea is simple: all passwords which are found by EPPB or which are used to open backup in Keychain Explorer are stored in password cache. When you later try to open backup in Keychain Explorer or recover a backup password, program first checks password cache for correct password.</p>
<p>Passwords in cache are stored using secure encryption.</p>
<p>&#160;</p>
<p>Also, there is a new <a href="http://www.elcomsoft.com/iphone_password_recovery.html" target="_blank">EPPB FAQ</a> online. Worth reading if you’re thinking of purchasing EPPB or want to learn more about it.</p>
<p>There is at least one really big update for EPPB coming in September or October, so stay tuned!</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/LY-mLg3gicU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/08/peeking-inside-keychain-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/08/peeking-inside-keychain-secrets/</feedburner:origLink></item>
		<item>
		<title>International System Administrator Appreciation Day</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/lSmCSp4hI58/</link>
		<comments>http://blog.crackpassword.com/2010/07/international-system-administrator-appreciation-day/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:30:09 +0000</pubDate>
		<dc:creator>Olga Koksharova</dc:creator>
				<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1346</guid>
		<description><![CDATA[Today we congratulate all system administrators and those substituting them when these are busy with &#34;the most important problem&#34; of someone else&#39;s. We wish you great health and nerve in your multi-tasking job. Thank you!! Our&#160;P.U.B. survey goes on, we&#39;ll be very much obliged for your ticks]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.crackpassword.com/wp-content/uploads/2010/07/sysadminday.jpg" style="border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none" target="_blank"><img alt="Click to enlarge" border="0" height="422" src="http://blog.crackpassword.com/wp-content/uploads/2010/07/sysadminday-550x422.jpg" width="550" /></a></p>
<p>Today we congratulate all system administrators and those substituting them when these are busy with &quot;the most important problem&quot; of someone else&#39;s. We wish you great health and nerve in your multi-tasking job. <img alt="" height="20" src="http://blog.crackpassword.com/wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/plugins/smiley/images/shades_smile.gif" title="" width="20" /></p>
<p>Thank you!!</p>
<p>Our&nbsp;<a href="http://www.elcomsoft.com/questionnaire0610.html" target="_blank"><strong>P.U.B. survey</strong></a> goes on, we&#39;ll be very much obliged for your ticks</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/lSmCSp4hI58" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/07/international-system-administrator-appreciation-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/07/international-system-administrator-appreciation-day/</feedburner:origLink></item>
		<item>
		<title>Something new….</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/uUBdFuuf_Go/</link>
		<comments>http://blog.crackpassword.com/2010/07/something-new%e2%80%a6/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 09:37:00 +0000</pubDate>
		<dc:creator>Alexandra Tsybulskaya</dc:creator>
				<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Customer Reference Program Questionnaire]]></category>
		<category><![CDATA[Internet Password Breaker]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1341</guid>
		<description><![CDATA[According to the preliminary results of our latest questionnaire (ElcomSoft Customer Reference program Questionnaire) the majority of people forget their passwords when returned from holidays, thus being blocked out from the precious information they have on the PC. I bet that lots of people found themselves or those around in a similar situation at least [...]]]></description>
			<content:encoded><![CDATA[<p>According to the preliminary results of our latest questionnaire (ElcomSoft Customer Reference program Questionnaire) the majority of people forget their passwords when returned from holidays, thus being blocked out from the precious information they have on the PC. <br />
I bet that lots of people found themselves or those around in a similar situation at least once. Let me share my personal experience with you. One of my friends, having returned from the vacation in a tropical paradise, was pleased to see a new computer at her desk (while she was away the company renewed some of the machines) and at the same time very much discouraged and upset to find out that many of her passwords remained in her old pc and she didn&#39;t bother herself to save them anywhere else. So the access to the mail account from her new modern PC was forbidden, as well as access to several password-protected websites (from social networks to online banking).&nbsp; Nothing to be happy with, isn&rsquo;t it?!! But such a story no longer has a sad ending due to the release of Elcom&rsquo;s new recovery tool, namely ElcomSoft Internet Password Breaker. In the above described situation EINPB revealed necessary passwords stored in the old computer, thus letting a person replace the password-protected data from one machine to another.&nbsp; One more important remark in this respect is that my friend didn&rsquo;t have to seek help of the &ldquo;user-unfriendly sysadmin&rdquo; <img src='http://blog.crackpassword.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What&rsquo;s special about EINPB? Let&rsquo;s have a quick jog through some of its features. Our new tool instantly reveals cached passwords to Web sites in Microsoft Internet Explorer, mailbox &amp; identity passwords in lots of Microsoft versions. It as well supports the new security model employed by Microsoft Internet Explorer 7 and 8.</p>
<p>Think it can be of any interest for you, please visit our site <a href="http://www.elcomsoft.com">http://www.elcomsoft.com</a> &amp; learn more about EINPB at <a href="http://einpb.elcomsoft.com">http://einpb.elcomsoft.com</a>.</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/uUBdFuuf_Go" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/07/something-new%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/07/something-new%e2%80%a6/</feedburner:origLink></item>
		<item>
		<title>CCFC 2010</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/1rYyhFt-Xlg/</link>
		<comments>http://blog.crackpassword.com/2010/07/ccfc-2010/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 05:28:59 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CCFC]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1333</guid>
		<description><![CDATA[For the third time we&#39;ve been invited to Beijing, China to participate in CCFC (China Computer Forensic Conference), to talk about password recovery and to conduct workshop on password recovery tools. Like two previous times, this time CCFC also was great. Lots of visitors, very nice audience and lots of smart questions. On the first [...]]]></description>
			<content:encoded><![CDATA[<p>For the third time we&#39;ve been invited to Beijing, China to participate in CCFC (<a href="http://www.china-forensic.com/en/2010/index.htm" target="_blank">China Computer Forensic Conference</a>), to talk about password recovery and to conduct workshop on password recovery tools. Like two previous times, this time CCFC also was great. Lots of visitors, very nice audience and lots of smart questions. On the first day of conference I gave a talk on password recovery (mostly very generic and not very in-depth) and I&#39;d like to share slides of that talk.</p>
<div id="__ss_4651632" style="width: 598px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="481" id="__sse4651632" width="598"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/player.swf?doc=2010-06-28ccfcelcomsoft-100630101322-phpapp01&amp;rel=0&amp;stripped_title=password-recovery-tools" /><param name="name" value="__sse4651632" /><param name="allowfullscreen" value="true" /><embed allowfullscreen="true" allowscriptaccess="always" height="481" id="__sse4651632" name="__sse4651632" src="http://static.slidesharecdn.com/swf/player.swf?doc=2010-06-28ccfcelcomsoft-100630101322-phpapp01&amp;rel=0&amp;stripped_title=password-recovery-tools" type="application/x-shockwave-flash" width="598"></embed></object></div>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/1rYyhFt-Xlg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/07/ccfc-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/07/ccfc-2010/</feedburner:origLink></item>
		<item>
		<title>0-day</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/-BrqBjCmSdc/</link>
		<comments>http://blog.crackpassword.com/2010/06/0-day/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 10:50:43 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[EPPB]]></category>
		<category><![CDATA[iOS 4]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1330</guid>
		<description><![CDATA[It’s been two weeks since Steve Jobs has announced release of new iPhone 4 and iOS 4 operating system during his keynote on WWDC’2010. New iPhone will begin shipping on Thursday, 24th of June, and new iOS will become available for download today, just few hours are left. iOS 4 comes packed with a lot [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been two weeks since Steve Jobs has announced release of new iPhone 4 and iOS 4 operating system during his keynote on WWDC’2010. New iPhone will begin shipping on Thursday, 24th of June, and new iOS will become available for download today, just few hours are left.</p>
<p>iOS 4 comes packed with a lot of nice features (long-awaited multitasking, background location services, iBooks and much improved Mail app&#160; just to name a few) and we are very pleased to announce today the release of the new version of Elcomsoft iPhone Password Breaker with support for iTunes 9.2 and iOS 4.</p>
<p>Elcomsoft iPhone Password Breaker (or EPPB for short) is a utility to recover passwords for encrypted and password-protected iPhone/iPod/iPad backups created with iTunes (please note that it’s not meant to recover or remove passcode lock on the device).</p>
<p>With iOS 4 Apple has completely changed the way backups are encrypted and stored. Backup and restore processes are way much faster now. Apple have also improved protection against password recovery attacks, thus making our job harder (password recovery is about 5x slower for new backups than for older ones).</p>
<p>We at Elcomsoft try our best to keep up with the times, so most of our tools &amp; programs are adjusted to the latest technologically advanced features. The EPPB is not an exception, new version of EPPB fully supports both old and new backup formats. It also supports hardware acceleration using NVIDIA and ATI GPUs and Tableau TACC1441.</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/-BrqBjCmSdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/06/0-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/06/0-day/</feedburner:origLink></item>
		<item>
		<title>Password Usage Behavior Survey, Take 2</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/xlAXMwFGHqc/</link>
		<comments>http://blog.crackpassword.com/2010/06/password-usage-behavior-survey-take-2/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:36:45 +0000</pubDate>
		<dc:creator>Olga Koksharova</dc:creator>
				<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Human Factor]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Password Usage Behavior Survey]]></category>
		<category><![CDATA[questionnaire]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1310</guid>
		<description><![CDATA[Hello! Yet again, we have launched a survey on password usage behavior. As our previous survey went like a breeze (you will find the report in our archives), it is a logical next step that we decide to try one more time. From the very first survey we gained curious info, which was also interesting [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="" src="http://blog.crackpassword.com/wp-content/uploads/2010/06/survey06101.jpg" style="margin-bottom: 10px; margin-left: 10px" />Hello! Yet again, we have launched a <a href="http://www.elcomsoft.com/questionnaire0610.html">survey</a> on password usage behavior.</p>
<p>As our previous survey went like a breeze (you will find the <a href="http://www.elcomsoft.com/surveys.html">report</a> in our archives), it is a logical next step that we decide to try one more time. From the very first survey we gained curious info, which was also interesting to publicity. Naturally questions about password protection are numerous and some of them remain dark, possibly a little too much so, that is why we are tempted to undertake one more &ldquo;investigation&rdquo;.</p>
<p>This time we expanded on questions and made some of them hypothetical, where you are put into a situation to find a way out. It is interesting to trace your way of thinking on both hypothetical and actual matters, so other questions are suggested to understand your attitude to real everyday situations you have to deal with.</p>
<p>As usually, survey completion will be finalized by a report.</p>
<p>We tried not to inundate our <a href="http://www.elcomsoft.com/questionnaire0610.html">questionnaire</a> with baffling questions, but if you still consider it time-consuming, you are welcome to answer one absurdly simple question on home page of <a href="http://www.elcomsoft.com/#survey">ElcomSoft website</a>.</p>
<p>C&rsquo;mon you are within an ace of getting 10% discount for all our software; just find a little will-power to put a couple of ticks. Again, thank you for taking time from your busy day and completing our <a href="http://www.elcomsoft.com/questionnaire0610.html">questionnaire</a>.&nbsp; And feel free to channel this survey to your friends and colleagues.</p>
<p>Best of luck!</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/xlAXMwFGHqc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/06/password-usage-behavior-survey-take-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/06/password-usage-behavior-survey-take-2/</feedburner:origLink></item>
		<item>
		<title>‘Casual and Secure’ Friday Post</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/avISINp2Gy8/</link>
		<comments>http://blog.crackpassword.com/2010/05/casual-and-secure-friday-post/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:59:33 +0000</pubDate>
		<dc:creator>Katerina Korolkova, PR Director</dc:creator>
				<category><![CDATA[Human Factor]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Legal Questions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1307</guid>
		<description><![CDATA[German law has always been strict about any possible security breaches. This week German court ordered that anyone using wireless networks should protect them with a password so the third party could not download data illegally. &#160; However, there is no order that users have to change their Wi-Fi passwords regularly, the only requirement being [...]]]></description>
			<content:encoded><![CDATA[<p>German law has always been strict about any possible security breaches. This week German court ordered that anyone using wireless networks should protect them with a password so the third party could not download data illegally. <span style="mso-spacerun:yes">&nbsp;</span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-ansi-language:EN-US">However, there is no order that users have to change their Wi-Fi passwords regularly, the only requirement being to set up a password on the initial stage of wireless access installation and configuration. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-ansi-language:EN-US">I&rsquo;ve conducted a mini-research here in Russia. There are 5 wireless networks in range that my computer finds when at home. Although all of the networks have rather bizarre names, they are all WPA- or WPA2-protected. My guess is that people do not install wireless access at home by themselves or browse the Internet for instructions and find some on protection and passwords. At the same time, I often come across unprotected networks in Moscow and I do use them to check my Twitter account. It is obvious that to make any conclusions, one has to dive into this topic much more deeply.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-ansi-language:EN-US">What I learnt working for ElcomSoft &ndash; the company that recovers passwords and does it very well &ndash; is the following: sometimes <i style="mso-bidi-font-style:normal">a</i> password is not enough. You need <i style="mso-bidi-font-style:normal">a good</i> password to make sure your data is protected. WPA requires using passwords that are at least 8 characters long. Such length guarantees quite good protection. The problem as usual is the human factor. We still use admin123 and the like to protect our networks. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-ansi-language:EN-US">Fortunately, there are tools that can help you check how strong your WPA/WPA2-password is. One of such tools is <a href="http://elcomsoft.com/ewsa.html">Wireless Security Auditor</a>. It makes use of various hardware for password recovery acceleration and a set of customizable dictionary attacks. The idea is simple: if this monster does not find your WPA/WPA2-password, then it is secure&nbsp;<img alt=":)" src="http://blog.crackpassword.com/wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/plugins/smiley/images/regular_smile.gif" title=":)" /></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-ansi-language:EN-US">Nice weekend to all.<o:p></o:p></span></p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/avISINp2Gy8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/05/casual-and-secure-friday-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/05/casual-and-secure-friday-post/</feedburner:origLink></item>
		<item>
		<title>ATI is at it. Again.</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/k-Lq4hd__RM/</link>
		<comments>http://blog.crackpassword.com/2010/05/ati-is-at-it-again-2/#comments</comments>
		<pubDate>Wed, 12 May 2010 10:37:42 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[Catalyst]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/2010/05/ati-is-at-it-again-2/</guid>
		<description><![CDATA[Two months ago I wrote a blog post &#34;ATI and NVIDIA: Making Friends out of Enemies&#34; where (among other things) I wrote: Developing software for ATI cards is (okay — was) a nightmare. In 2009 ATI quietly introduced two changes in their drivers which made previously perfectly functional and compatible applications to crash (if you [...]]]></description>
			<content:encoded><![CDATA[<p>Two months ago I wrote a blog post <a href="http://blog.crackpassword.com/2010/03/ati-and-nvidia-making-friends-out-of-enemies/">&quot;ATI and NVIDIA: Making Friends out of Enemies&quot;</a> where (among other things) I wrote:</p>
<blockquote><p>Developing software for ATI cards is (okay — was) a nightmare. In 2009 ATI quietly introduced two changes in their drivers which made previously perfectly functional and compatible applications to crash (if you are curious: with Catalyst 9.2 or 9.3 they&#8217;ve changed names of supporting DLLs bundled with drivers; with Catalyst 9.9 or 9.10 they&#8217;ve probably changed format of underlying binary so that anything compiled and linked in with earlier versions caused a driver to crash).</p>
</blockquote>
<p>Well, with the release of Catalyst 10.4 drivers ATI is again at it. This time problem only affects users who have display adapters from different vendors in their computer. Applications utilizing ATI Stream will work on such configurations just fine with Catalyst 10.3, but once you upgrade to 10.4, applications will crash with faulting module being aticaldd.dll, a part of ATI Display driver. Kinda embarrassing, I would say. Regression testing is really something one with millions of users should consider.</p>
<p>Users of our software relying on ATI hardware accelerations (as well as any other ATI Stream enabled applications) should not update to 10.4 if ATI Readeon is not the only card in their computer.</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/k-Lq4hd__RM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/05/ati-is-at-it-again-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/05/ati-is-at-it-again-2/</feedburner:origLink></item>
		<item>
		<title>Elcomsoft iPhone Password Breaker</title>
		<link>http://feedproxy.google.com/~r/crackpassword/blog/~3/z4OHv8dccpk/</link>
		<comments>http://blog.crackpassword.com/2010/05/elcomsoft-iphone-password-recovery/#comments</comments>
		<pubDate>Fri, 07 May 2010 06:00:53 +0000</pubDate>
		<dc:creator>Andrey Belenko</dc:creator>
				<category><![CDATA[Elcom-News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Elcomsoft]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://blog.crackpassword.com/?p=1293</guid>
		<description><![CDATA[Last week we have released our new product, EPPB, out of beta. We have fixed some bugs, polished GPU acceleration support, added support for Tableau TACC1441 hardware accelerator, making this program the world&#39;s first program capable of utilizing computing power of GPUs both from ATI and NVIDIA as well as dedicated hardware accelerators aimed primarily [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we have released our new product, <a href="http://elcomsoft.com/eppb.html">EPPB</a>, out of beta. We have fixed some bugs, polished GPU acceleration support, added support for Tableau <a href="http://www.tableau.com/index.php?pageid=products&#038;category=hardware_accelerators#galBottom0">TACC1441</a> hardware accelerator, making this program the world&#39;s first program capable of utilizing computing power of GPUs both from <a href="http://www.ati.com">ATI </a>and <a href="http://www.nvidia.com">NVIDIA </a>as well as dedicated hardware accelerators aimed primarily on computer forensics specialists. We have also included ability to run brute-force attacks and not only wordlist-based attacks. Latter were improved with ability to enable/disable individual types of password mutations and set customized level to any of them. </p>
<p>The last, but not the least, we have found that EPPB can handle encrypted backups from Apple&#39;s newest tablet, <a href="http://www.apple.com/ipad/">iPad </a>(thanks to Apple for using the same underlying technologies for iPhone, iPod Touch and iPad).</p>
<p style="text-align: center; "><a href="http://blog.crackpassword.com/wp-content/uploads/2010/05/ipad_eppb.jpg"><img alt="Apple iPad" class="aligncenter size-medium wp-image-1294" height="369" src="http://blog.crackpassword.com/wp-content/uploads/2010/05/ipad_eppb-550x369.jpg" title="Apple iPad" width="550" /></a></p>
<p><strong>P.S.</strong> If anyone&#39;s interested, we think that iPad is really cool gadget. It&#39;s not a substitute for a laptop, but it&#39;s great for catching on emails, surfing web, watching photos or videos or movies and for reading books. And multitouch on 10&#39;&#39; screen is awesome <img src='http://blog.crackpassword.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><strong>P.P.S.</strong> Yes, this blog post was originally created on iPad.</p>
<img src="http://feeds.feedburner.com/~r/crackpassword/blog/~4/z4OHv8dccpk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.crackpassword.com/2010/05/elcomsoft-iphone-password-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.crackpassword.com/2010/05/elcomsoft-iphone-password-recovery/</feedburner:origLink></item>
	</channel>
</rss>
