<?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>IronWil Blog &#187; QuickTime</title>
	<atom:link href="http://ironwil.net/blog/tag/quicktime/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironwil.net/blog</link>
	<description>where my thoughts are published</description>
	<lastBuildDate>Wed, 16 May 2012 15:26:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Security Now [#181] NetCast</title>
		<link>http://ironwil.net/blog/2009/01/30/security-now-181-netcast/</link>
		<comments>http://ironwil.net/blog/2009/01/30/security-now-181-netcast/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 10:13:21 +0000</pubDate>
		<dc:creator>Iron Wil</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Errata]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[NetCasts]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[QuickTime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[Yubikey]]></category>

		<guid isPermaLink="false">http://ironwil.net/blog/?p=824</guid>
		<description><![CDATA[Crypto Recap Topics future topic: keyed message authentication code News and Errata Quicktime 7.6 Update for both Mac and Windows, critical, 7 exploits patched illegal iWork &#8217;09 with a trojan that will deeply infect your Mac with a bot net you have options for your windows automatic update, choose the one right for you, make [...]]]></description>
			<content:encoded><![CDATA[<p class="title podcast"><strong>Crypto Recap</strong></p>
<p><span class="mw-headline">Topics </span></p>
<ul>
<li> future topic: keyed message authentication code</li>
</ul>
<p><a name="News_and_Errata"></a></p>
<p><span class="mw-headline"> News and Errata </span></p>
<ul>
<li> Quicktime 7.6 Update for both Mac and Windows, critical, 7 exploits patched</li>
<li> illegal iWork &#8217;09 with a trojan that will deeply infect your Mac with a bot net</li>
<li> you have options for your windows automatic update, choose the one right for you, make sure you are patched</li>
<li> <a class="mw-redirect" title="Yubikey" href="http://wiki.twit.tv/wiki/Yubikey">Yubikey</a>, limited size of password discussed last show, someone wrote in to say longer password is possible</li>
<li> <a class="external free" title="http://cryptolink.com" rel="nofollow" href="http://cryptolink.com/">http://cryptolink.com</a> trademark is in place now</li>
<li> <a class="external free" title="http://My.BarackObama.com" rel="nofollow" href="http://my.barackobama.com/">http://My.BarackObama.com</a> forum, people were putting up trojans</li>
</ul>
<p><a name="Crypto_Recap"></a></p>
<p><span class="mw-headline"> Crypto Recap </span></p>
<p>3.5 year review of all the security pieces that have been talked about</p>
<p>threat model &#8211; what is it we can do?  what are we trying to do?</p>
<p>for example, we assume the endpoints are secure while we try to secure the communication between the two endpoints &#8211; keystroke logger, for example, we can&#8217;t secure against &#8211; if someone gets physical access, we&#8217;re insecure</p>
<p>we assume non-infinite computational power because all of the crypto is subject to brute force attack, no matter how long the key is</p>
<p>&#8220;perfect&#8221; security?  yes, one-time pad &#8211; still isn&#8217;t secure if someone has physical access</p>
<p>much crypto depends on this fact: it is very easy to multiply two big prime numbers together, not easy to factor the result into those two original primes</p>
<p>taking something to a power is easy, taking the log is hard &#8211; also a fundamental assumption of security at present</p>
<p>you want there not to be a single point of failure, even if single communications is cracked, all the rest of the communications should still be secure &#8211; a single shared key is a bad idea for this reason</p>
<p>assume endpoints secure, path inbetween (the internet) totally insecure</p>
<p>what do we mean by security?  in this context where we&#8217;re protecting traffic between two endpoints, we want 3 things:</p>
<ol>
<li> confidentiality, interceptor in the middle cannot read the messages</li>
<li> integrity of message, guard against message being modified</li>
<li> authenticate the endpoints, are we really talking who we think we are?</li>
</ol>
<p>encryption gives confidentiality, symmetric (same key at both ends used to encrypt and decrypt), asymmetric (two different keys used, one to encrypt a random symmetric key that&#8217;s used to encrypt the message, the other to decrypt that symmetric key), key agreement</p>
<p>message integrity, using hashes to create a signature (md5, sha1, etc), a hash is a digest of a much-larger communication, a fingerprint &#8211; any change to the original message will change that fingerprint &#8211; not computationally feasible to make a change to the original message and deliberately produce the same signature &#8211; md5 has been broken in this respect</p>
<dl>
<dd> in a couple of weeks we&#8217;ll talk about keyed digest, giving an authenticated signature, which we don&#8217;t have now </dd>
</dl>
<p>endpoint authentication, certificates and chain of trust anchored to a root authority</p>
<p>get yours <a title="Security Now! #181" href="http://twit.tv/sn181" target="_blank">here</a>.</p>
<p>iron wil</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fironwil.net%2Fblog%2F2009%2F01%2F30%2Fsecurity-now-181-netcast%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fironwil.net%2Fblog%2F2009%2F01%2F30%2Fsecurity-now-181-netcast%2F" height="61" width="51" /></a></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fironwil.net%2Fblog%2F2009%2F01%2F30%2Fsecurity-now-181-netcast%2F&amp;title=Security%20Now%20%5B%23181%5D%20NetCast" id="wpa2a_2"><img src="http://ironwil.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ironwil.net/blog/2009/01/30/security-now-181-netcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X on your WinBox!!!</title>
		<link>http://ironwil.net/blog/2007/08/23/os-x-on-your-winbox/</link>
		<comments>http://ironwil.net/blog/2007/08/23/os-x-on-your-winbox/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 13:02:21 +0000</pubDate>
		<dc:creator>Iron Wil</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[*Nix]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[QuickTime]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ironwil.net/blog/2007/08/23/os-x-on-your-winbox/</guid>
		<description><![CDATA[I have heard a fair amount of speculation in the past months on what Apple is doing and where Apple is going. On a recent edition of the Apple Phone Show Scott Bourne and Andy Ihnatko talked about how Apple keeps claiming to be a software company. Which really confuses a lot of people since [...]]]></description>
			<content:encoded><![CDATA[<p>I have heard a fair amount of speculation in the past months on what Apple is doing and where Apple is going.  On a recent edition of the <a title="Apple Phone Show Website" href="http://applephoneshow.com/" target="_blank">Apple Phone Show</a> Scott Bourne and Andy Ihnatko talked about how <a title="Apple Website" href="http://apple.com" target="_blank">Apple</a> keeps claiming to be a software company.  Which really confuses a lot of people since Apple makes some really fantastic hardware. [Really the new iMacs rock!] I mean who doesn&#8217;t know what an iPhone or iPod are, not to mention that Apple Retail Stores are popping up in every major city in the US and Internationally [true - they are not as pervasive as McDonald's].</p>
<p>So, I have been thinking about this and pondering what Apple may be doing in the next 3 <span style="text-decoration: line-through;">to 5</span> years.  I mean we have iTunes and Quicktime for Windows; and earlier this year they released Safari for Windows [much to the chagrin of the Firefox community - speaking of the keynote].  I think that we are going to see <strong>three</strong> things happen, all of the <sup>(1)</sup>iLife and <sup>(2)</sup>iWork Suites will be released for 79$ to Windows users.  Then finally Apple will release <sup>(3)</sup>OX for beige box hardware.  Now you are thinking what&#8217;s the catch? Well, the way I see it, they would provide a list of hardware that they have written drivers for or they will form partnerships and &#8220;encourage&#8221; the vendors to write drivers according to their specs.</p>
<p>Okay, breathe now, get out your paper bag. <strong>If</strong> they are a software company as Steve &amp; Co. claim it would only make sense to offer their software to <span style="text-decoration: underline;">every computer user</span> no matter what hardware they are using.  I will have to admit that would really change the dynamics of the &#8220;PC&#8221; market. Just think HP, Dell, Alienware, all offering Windows, Linux, and OS X! Really think about it, cheaper pc hardware and one of the safest operating systems in the world for 129$.</p>
<p>Think of the OS X on x86 team, proving that Tiger for Intel can run on a WinBox pc. Yes, it totally voids the warranty and is totally illegal according to Apple Legal.  However, it is being done.  Now Apple just has to make it official. I would love to get a cheap Dell laptop for 1000$ and be able to run OS X on it; however, it is more likely that I will be getting a cheap Dell with XP and then dual boot Ubuntu [fav Linux distro].  After, I have saved up enough $$ for that fully loaded 17&#8243; MacBook Pro [can you say triple boot!!!] I will be happy to purchase my dream laptop, but for now . . ..</p>
<p>I don&#8217;t know if these ideas are out of the question, yet it seems to be a logical progression to me.  It could very well <strong>never</strong> happen or it could happen in a year from now.  We don&#8217;t really know what Apple <span style="text-decoration: line-through;">Computer</span> Inc. is doing until leaks find their way out of Apple&#8217;s InfoDam.</p>
<p>Personally, I am excited to see what they are up to, their products turn heads. Their hardware is cutting edge design, and they prove time and time again that Apple knows how to create a product frenzy [can you say iPod or iPhone?].</p>
<p>iron wil</p>
<p>Notes:</p>
<p>1) <a title="Ars Technica Website" href="http://arstechnica.com/" target="_blank">Ars Technica</a>, <a title="Leopard successfully run on non-Apple hardware" href="http://arstechnica.com/journals/apple.ars/2007/08/14/leopard-successfully-run-on-non-apple-hardware?more" target="_blank">Ars Technica Article on OX on Intel/AMD.</a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fironwil.net%2Fblog%2F2007%2F08%2F23%2Fos-x-on-your-winbox%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fironwil.net%2Fblog%2F2007%2F08%2F23%2Fos-x-on-your-winbox%2F" height="61" width="51" /></a></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fironwil.net%2Fblog%2F2007%2F08%2F23%2Fos-x-on-your-winbox%2F&amp;title=OS%20X%20on%20your%20WinBox%21%21%21" id="wpa2a_4"><img src="http://ironwil.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ironwil.net/blog/2007/08/23/os-x-on-your-winbox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.334 seconds -->

