<?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>david stoker's blog &#187; Apple</title>
	<atom:link href="http://www.davidstoker.org/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidstoker.org/blog</link>
	<description>living life to the full</description>
	<lastBuildDate>Sat, 02 May 2009 17:33:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Blank iPhone Text Message</title>
		<link>http://www.davidstoker.org/blog/2009/04/25/blank-iphone-text-message/</link>
		<comments>http://www.davidstoker.org/blog/2009/04/25/blank-iphone-text-message/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 16:58:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.davidstoker.org/blog/?p=121</guid>
		<description><![CDATA[UPDATE: Turns out the blank text messages I have been receiving are because of some updates that T-Mobile has recently done to their voice mail system. Apparently, the iPhone now interprets the information from T-Mobile about the voice mail status as blank text messages. Its a little annoying I guess but I can live with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: </strong>Turns out the blank text messages I have been receiving are because of some updates that T-Mobile has recently done to their voice mail system. Apparently, the iPhone now interprets the information from T-Mobile about the voice mail status as blank text messages. Its a little annoying I guess but I can live with it since I have an unlocked phone and I don&#8217;t pay crazy fees to AT&amp;T every month. If you want to read more about the problem, you can read this thread over at <a href="http://www.hackint0sh.org/forum/f127/71287.htm" target="_blank">hackint0sh.org</a></p>
<p>This morning I received a blank text message on my iPhone! Not sure what was going on but the message showed up blank and without a number. The picture below shows what I&#8217;m talking about. Strangely enough, notice the date for the message. It&#8217;s not 2012 and it&#8217;s not 9:11 PM! I&#8217;m assuming it was my phone freaking out and not the cell network but it was definitely a weird occurrence!</p>
<p><a href="http://www.davidstoker.org/blog/wp-content/uploads/2009/04/blanktext.jpg"><img class="aligncenter size-full wp-image-122" title="Blank Text Message" src="http://www.davidstoker.org/blog/wp-content/uploads/2009/04/blanktext.jpg" alt="Blank Text Message" width="320" height="480" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidstoker.org/blog/2009/04/25/blank-iphone-text-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Password Hacking</title>
		<link>http://www.davidstoker.org/blog/2009/03/21/firefox-password-hacking/</link>
		<comments>http://www.davidstoker.org/blog/2009/03/21/firefox-password-hacking/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 00:17:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidstoker.org/blog/?p=43</guid>
		<description><![CDATA[Firefox is an excellent browser and I personally use it constantly. Installing Firefox is usually the first thing I do after installing a fresh operating system and I use Firefox constantly since I spend many hours on the computer through out the week. One common feature of browsers now a days is the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox is an excellent browser and I personally use it constantly. Installing Firefox is usually the first thing I do after installing a fresh operating system and I use Firefox constantly since I spend many hours on the computer through out the week. One common feature of browsers now a days is the ability to save your passwords. The first time you type in a password on a website, a nice little bar pops up at the top of the browser asking if you would like to remember your password. Sure! Most people gladly click &#8216;Remember Password&#8217; so that they can be lazy and not type in passwords for websites they constantly visit. I personally do this and also use <a title="Foxmarks Syncing" href="http://www.foxmarks.com" target="_blank">Foxmarks</a> to sync my bookmarks and passwords between various computers.</p>
<p>So how would you hack these passwords? Well, its not really true hacking but simple copying and pasting of a couple files and you can access anybodies saved Firefox passwords. Wait, WHAT? Firefox creates a profile directory on your computer that stores the various information about your Firefox setup like bookmarks, plugins and history. There are two files that are used to store the passwords.</p>
<ol>
<li>key3.db &#8211; This file stores a copy of the encryption key used to encrypt the saved passwords.</li>
<li>signons.txt, signons2.txt, or signons3.txt &#8211; These files store the saved passwords and as you can tell they are plain text files containing the encrypted passwords and logons. The signons.txt file is from early versions of Firefox 2 and signons2.txt is used in Firefox version 2.0.0.2 and later. You should find the signons3.txt file if you are using Firefox 3 or later.</li>
</ol>
<p>Ok, so where are these files found? These files are stored in the profile directory which can be accessed by browsing to the profile folder based on which operating system you are using:</p>
<ul>
<li>Windows Vista and XP:    <span class="filename">%APPDATA%\Mozilla\Firefox\Profiles\</span></li>
<li><span class="filename">Mac OS:    ~/Library/Application Support/Firefox/Profiles/</span></li>
</ul>
<p><span class="filename">You can visit <a title="Firefox Profile Directories" href="http://support.mozilla.com/en-US/kb/Profiles" target="_blank">this Mozilla support page</a> if you need help finding your profile directory.</span></p>
<p><span class="filename">Now that you have found the profile directory that contains the saved passwords, these two files could be copied to another computer for viewing and accessing the passwords. Lets say that someone wants to gain access to your passwords. <strong>I am in no way condoning the stealing of someone&#8217;s passwords but I&#8217;m just telling you so that you can be aware! </strong>If they gain access to your computer for even a few seconds, a skilled, mischievous person could copy the two password files to a thumb drive or even access your computer over a wireless network if you are not running some type of firewall. By copying these two files they could then view your passwords using the method I am about to explain.</span></p>
<p><span class="filename">Lets say that you have gained access to these two files in some sort of a legitimate manner and you are not trying to steal someone&#8217;s passwords. For example, you could just want to move your passwords from one computer which could be done through this method: </span></p>
<ol>
<li><span class="filename">Create a new profile using the Firefox Profile Manager so that you don&#8217;t mess up any of your settings. To open the profile manager, type &#8220;firefox.exe -profilemanager&#8221; into the &#8220;Run&#8221; dialog on your Start Menu on Windows or type &#8220;/Applications/Firefox.app/Contents/MacOS/firefox -profilemanager&#8221; into Terminal on your Mac computer. If you need help opening the profile manager, visit <a title="Firefox Profile Manager" href="http://kb.mozillazine.org/Profile_Manager" target="_blank">this Mozilla support page</a>.</span><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: -webkit-monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><br />
</span></li>
<li><span class="filename">Once you have the profile manager opened, select &#8220;Create Profile&#8230;&#8221; and give the profile a meaningful name.<br />
</span></li>
<li><span class="filename">Then choose &#8220;Exit&#8221;.<br />
</span></li>
<li><span class="filename">Open up the Firefox profile directory as mentioned above and look for the profile with the same name after the period as the one you just created in the Profile Manager. It should be of the form &#8220;xxxxxxxx.profilenamehere&#8221; where the &#8220;X&#8221;s are random letters and numbers.</span></li>
<li><span class="filename">Copy the two password files, key3.db and signons3.txt that you obtained into this profile directory. If it asks if you want to overwrite the files, say &#8220;Yes&#8221; so that the empty files are overwritten by the ones that actually contain the passwords. This is why we created a new profile. Otherwise, you would be writing over the saved passwords stored in your Firefox profile.</span></li>
<li><span class="filename">Open up the Firefox Profile Manager again. This time, select the profile that you created and select &#8220;Start Firefox&#8221;. You should now be in Firefox and will be able to access the saved passwords. To view the passwords, go to &#8220;Tools -&gt; Options -&gt; Security -&gt; Saved Passwords &#8230;&#8221;  and then choose &#8220;Show Passwords&#8221; at the bottom right of the passwords window.</span></li>
<li><span class="filename">Voila! You should now be able to see all of the passwords stored in the files that were copied from a different computer.</span></li>
</ol>
<div id="attachment_44" class="wp-caption aligncenter" style="width: 272px"><img class="size-full wp-image-44" title="Firefox Profile Manager" src="http://www.davidstoker.org/blog/wp-content/uploads/2009/03/profilemanager.png" alt="Firefox Profile Manager" width="262" height="197" /><p class="wp-caption-text">Firefox Profile Manager</p></div>
<p>Well, now, thats fun! Some dubious person who gains access to your computer for more than a couple seconds could potentially steal all of your passwords. This means that a &#8220;back-stabbing&#8221; friend, tech support guy from some company like Best Buy or the tech support guys at your workplace could steal your passwords without truly hacking anything. Scary? Yes! People are not aware of how exposed they are and they rarely take the steps to protect themselves.</p>
<p>So how do you avoid someone from easily stealing your passwords and accessing your accounts? The makers of Firefox are not stupid and have built in a feature that allows you to set a Master Password. By default, this Master Password is not set and most people never set a Master Password. (This is exactly what it sounds like by the way&#8230;a password for your passwords) You can enable the Master Password by going to &#8220;Tools -&gt; Options -&gt; Security&#8221; and selecting &#8220;Use a master password.&#8221;</p>
<p>By setting the Master Password, a <span class="filename">mischievous</span> person cannot gain access to your passwords. Even if they were to copy your passwords to a different computer, they would have to know your master password in order to select &#8220;Show Passwords&#8221; as mentioned in Step 6 of the directions above. Also, when they visit a website that a password has been saved for, they would be prompted to enter the Master Password. This means that you will also have to enter the Master Password the first time a saved password is requested by Firefox after opening your browser. Don&#8217;t think of this a nuisance but rather an extra layer of security protecting your online identity. Just imagine if some menacing person gained access to your email, Facebook, bank accounts and other important sites?</p>
<p>Ok, I think the point has been made. Set a Master Password in Firefox so that someone cannot easily steal your passwords and access your various online accounts from the privacy of their comptuer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidstoker.org/blog/2009/03/21/firefox-password-hacking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Back home in Orlando!</title>
		<link>http://www.davidstoker.org/blog/2008/05/03/back-home-in-orlando/</link>
		<comments>http://www.davidstoker.org/blog/2008/05/03/back-home-in-orlando/#comments</comments>
		<pubDate>Sun, 04 May 2008 03:14:30 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[dual monitors]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[monitors]]></category>
		<category><![CDATA[summer]]></category>

		<guid isPermaLink="false">http://davidstoker.org/blog/?p=8</guid>
		<description><![CDATA[After finishing off my duties at the Engineering graduation last night it was time to finish preparing for my move back home for the summer! I am officially done living in dorms! Next year I&#8217;ll be living in an apartment off-campus with my own bedroom and own bathroom! CAN&#8217;T WAIT! I definitely enjoyed living in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">After finishing off my duties at the Engineering graduation last night it was time to finish preparing for my move back home for the summer! I am officially done living in dorms! Next year I&#8217;ll be living in an apartment off-campus with my own bedroom and own bathroom! CAN&#8217;T WAIT! I definitely enjoyed living in the dorm and I&#8217;m glad that I did it. It was a very interesting experience and I met some very strange people along the way but I guess that is the point of college! I am glad to be done with freshman year and very glad that I can finally relax and enjoy not having to go to class and study for tests! I will certainly miss living in Beaty Towers and I&#8217;ll miss having my roommates and other people around all the time in case I get bored. It feels great to have the first year done and even though it seems like there is so much more college left, there really isn&#8217;t! It will be over before I realize it and then I&#8217;ll be forced to get a full time job and see what I really learned. So exciting! I can&#8217;t wait for the future.</p>
<p style="text-align: left;">Now that I am back home and have a full desk to myself, I was able to redo my computer set up. I bought a second Acer 22&#8243; monitor at the start of the year to use as a TV and later took it out of use when my room mate got a new 26&#8243; LCD TV for us to use. Now that I have a new graphics card and two monitors I finally have my ideal dual monitor set up! Here is a picture:</p>
<p style="text-align: center;"><a href="http://davidstoker.org/blog/wp-content/uploads/2008/07/dualmonitors.jpg"><img class="size-full wp-image-14 alignnone" title="Dual Monitor Setup" src="http://davidstoker.org/blog/wp-content/uploads/2008/07/dualmonitors.jpg" alt="Dual Monitor Setup" width="192" height="144" /></a></p>
<p style="text-align: left;">I&#8217;m pretty excited that I finally am able to use this as my set up! It consists of 2 Acer 22&#8243; LCD screens, my &#8220;Hackintosh&#8221; desktop running Mac OS X Leopard and a Logitech wireless keyboard and mouse. I feel more productive already and I definitely enjoy being able to watch a movie or TV show on one screen while writing an e-mail or surfing the web on the other! I know that this set up will also help a lot when I am trading on the Forex market but I&#8217;ll write more about that sometime later. Overall, feels great to be home and feels good knowing that I have nearly four months of summer ahead of me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidstoker.org/blog/2008/05/03/back-home-in-orlando/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>All Things Apple</title>
		<link>http://www.davidstoker.org/blog/2008/04/22/all-things-apple/</link>
		<comments>http://www.davidstoker.org/blog/2008/04/22/all-things-apple/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 03:09:15 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://davidstoker.org/blog/?p=7</guid>
		<description><![CDATA[Well, I started this blog a few weeks ago with the intention of keeping up with it. Then again, most people initially say they are going to keep up with a blog and then stop within a couple weeks. Starting a blog for most people is like making a New Year&#8217;s resolution the lose weight: [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I started this blog a few weeks ago with the intention of keeping up with it. Then again, most people initially say they are going to keep up with a blog and then stop within a couple weeks. Starting a blog for most people is like making a New Year&#8217;s resolution the lose weight: worthless is most cases!</p>
<p>Things have been rather hectic lately with the end of the school year finally here. I have one more exam tomorrow morning and then a Physics final on Saturday and then I&#8217;ll be done with freshman year! Oh, the joys! I&#8217;m definitely excited for the summer and glad that I can finally relax and not worry about studying and going to class until the end of August!</p>
<p>In other news, I have become a rather crazed Apple fanatic. In the past two months I have bought an iPhone, started using a Leopard desktop full time and bought Apple stock! I would definitely say that I fully enjoy using Apple&#8217;s wonderful products. The iPhone has been utterly amazing! I went from a piece of junk Motorola v360 flip phone to a &#8220;compact computer&#8221; for a phone. I remember buying the Motorola v360 about two years ago and being pretty psyched that it had a Micro SD slot that would let me store about a gig of MP3s on my phone. The iphone I bought has 8 GBs of space and can do a million more things compared to the v360.</p>
<p>I have also switched over to a Leopard desktop for full time use. I still use my laptop for CAD work and for some Windows based programming but am fully content using Mac full time now. I personally find that it helps me to work better. I actually enjoy having to do homework at times just so that I have a good reason to use the Mac! The entire look and feel of the operating system is so refreshing and fun to use. Everything is &#8220;smooth&#8221; looking and makes you feel like you are engulfed in an experience as opposed to staring at a boring screen as you work on something.</p>
<p>To top off my Apple craze I also bought some Apple stock! This was certainly a milestone for me since it was my first stock purchase ever! Considering how much I enjoy making quick money with a minimal amount of work, I don&#8217;t know why I didn&#8217;t invest in the stock market earlier. Granted, its rarely easy to make money on the stock market without serious research, making any profit kicks the crap out of the 0.20% interest Wachovia would be paying me to have my money in a savings account. I&#8217;ll definitely see if my investment was a wise one tomorrow afternoon once able announces their earnings! It&#8217;s either going to sky rocket or plummet and I&#8217;m obviously hoping for the first one!</p>
<p>Well, that&#8217;s all for now. I&#8217;ll leave you with a link to my development website:</p>
<p><a href="http://www.stokedev.com" target="_blank">http://www.stokedev.com</a></p>
<p>I&#8217;ve developed a couple small web applications for the iPhone and will be working on more soon now that my finals are coming to an end. Here are links to my applications on Apple&#8217;s website if you are interested:</p>
<p>Money Shuffle: a simple currency convertor for the iPhone:</p>
<p><a href="http://www.apple.com/webapps/calculate/moneyshuffle.html" target="_blank">http://www.apple.com/webapps/calculate/moneyshuffle.html</a></p>
<p>iDeals: a deal of the day tracker for the iPhone:</p>
<p><a href="http://www.apple.com/webapps/utilities/ideals.html" target="_blank">http://www.apple.com/webapps/utilities/ideals.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidstoker.org/blog/2008/04/22/all-things-apple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
