<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; encryption Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Mac Users, Secure Your Stuff in Dropbox</title>
		<link>http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/</link>
		<comments>http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 15:30:57 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Disk Utility]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[SparseBundle]]></category>
		<category><![CDATA[Storagemistress]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=5849</guid>
		<description><![CDATA[Encryption is an important tool for individuals regardless of what they're storing. Given the recent security failings of Dropbox, I highly recommend using methods like this to secure your important data before using the service!]]></description>
			<content:encoded><![CDATA[<div id="attachment_5852" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-New-Image.png" ><img class="size-medium wp-image-5852" title="Disk Utility New Image" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-New-Image-300x154.png" alt="" width="300" height="154" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Disk Utility in Mac OS X can create an encrypted &quot;SparseBundle&quot; compatible with Dropbox</p></div>
<p>Security is always possible but has rarely been easy. Storing unencrypted files and folders is much simpler and more compatible than going through the effort to use encryption. But <a href="http://blog.dropbox.com/?p=821" >the recent security flub at Dropbox</a> set me looking for a secure way to store data there. Here&#8217;s a quick and easy way to create a secure, Dropbox-compatible disk image for Mac OS X.</p>
<h3>Dropbox-Friendly</h3>
<blockquote><p>You might also want to read <a href="http://blog.fosketts.net/2011/03/03/multiple-macs-sync-dropbox/" >Keep Multiple Macs in Sync with Dropbox</a> and <a href="http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/" >Compression, Encryption, Deduplication, and Replication: Strange Bedfellows</a></p></blockquote>
<p><a href="http://blog.fosketts.net/2011/03/03/multiple-macs-sync-dropbox/" ></a>Yesterday, <a rel="nofollow" href="http://storagemistress.wordpress.com/2011/07/04/ladies-hide-your-porn/" >&#8220;Storagemistress&#8221; suggested a method of securely hiding &#8230; &#8220;stuff&#8221; &#8230;</a> using the excellent open-source software, TrueCrypt. This has the advantage of cross-platform compatibility and obfuscation (she suggests using a movie title as &#8220;cover&#8221;) but isn&#8217;t all that Dropbox friendly. Change one bit in that file, and the whole thing will have to be re-synced.</p>
<p>Mac users have a great alternative method: The SparseBundle. This has a few advantages over monolithic disk images:</p>
<ol>
<li>SparseBundles are thin provisioned, growing as data is added and only taking up as much space as is actually used (to the nearest 1 MB), while conventional disk images are entirely provisioned when they are created.</li>
<li>SparseBundles store data in 1 MB &#8220;bands&#8221; that can be independently synchronized with rsync or Dropbox, as opposed to conventional images that are stored as a single file.</li>
</ol>
<p>These two elements make SparseBundles excellent for securing valuable data while protecting it off-site. Dropbox loves the 1 MB bands, and I feel better knowing my data is encrypted in case the service has another &#8220;oops&#8221; moment.</p>
<h3>Create Your SparseBundle</h3>
<p>Creating a SparseBundle Disk Image is fairly straightforward. Note that this only works in Mac OS X 10.5 &#8220;Leopard&#8221; and newer releases.</p>
<ol>
<li>Launch Disk Utility &#8211; I like to just type that into Spotlight, but it&#8217;s in Applications/Utilities</li>
<li>Click &#8220;New Image&#8221; as seen in the image at the top of this post</li>
<li>Give your SparseBundle a file name in &#8220;Save As&#8221; and locate it in a folder (e.g., your Dropbox folder!)</li>
<div id="attachment_5853" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Filled-In.png" ><img class="size-medium wp-image-5853" title="Disk Utility Filled In" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Filled-In-300x260.png" alt="" width="300" height="260" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Disk Utility is all you need to create a secure storage location</p></div>
<li>Enter a friendly name for the disk image &#8211; this can be the same or different from your file name</li>
<li>We&#8217;ll leave &#8220;Format&#8221; and &#8220;Partitions&#8221; untouched</li>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5854" title="Disk Utility Custom Size" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Custom-Size.png" alt="" width="307" height="131" /></p>
<li>Click the dropdown menu for &#8220;Size&#8221; and select &#8220;Custom&#8221; to enter a custom maximum file size</li>
<p><a href="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Encryption.png" ><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5855" title="Disk Utility Encryption" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Encryption.png" alt="" width="349" height="102" /></a></p>
<li>Click &#8220;Encryption&#8221; to enable 128- or 256-bit encryption</li>
<p><a href="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Sparse-Bundle.png" ><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5856" title="Disk Utility Sparse Bundle" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Sparse-Bundle.png" alt="" width="349" height="130" /></a></p>
<li>Click &#8220;Image Format&#8221; and select &#8220;sparse bundle disk image&#8221;</li>
<li>Now click &#8220;Create&#8221; to start the image process</li>
<p><a href="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Password.png" ><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-5858" title="Disk Utility Password" src="http://static.fosketts.net/wp-content/uploads/2011/07/Disk-Utility-Password-300x240.png" alt="" width="300" height="240" /></a></p>
<li>Since we selected encryption, a new dialog box will appear asking for a password &#8211; this is what you will enter every time you use this image, and Apple helpfully rates your password strength for you</li>
<li>Click &#8220;Ok&#8221; and you&#8217;re done &#8211; the bundle will mount as a new drive</li>
</ol>
<p>As you add and remove files from this disk image, they will be encrypted and stored in 2 MB &#8220;slices&#8221; (actually files in a directory). These work great with Dropbox, Rsync, and many other utilities.</p>
<p>This image can be mounted on any Mac, provided the password is known. But don&#8217;t try to mount it on more than one machine simultaneously!</p>
<p><em>Note:</em> If you want to obscure these files, you can rename the SparseBundle. It won&#8217;t be usable from Finder, but you can still mount it from the command line using hdiutil. But it&#8217;ll be a directory of equal-sized files, so you won&#8217;t fool anyone who knows what they&#8217;re doing.</p>
<h3>Stephen&#8217;s Stance</h3>
<p>Encryption is an important tool for individuals regardless of what they&#8217;re storing. Given the recent security failings of Dropbox, I highly recommend using methods like this to secure your important data before using the service!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/03/03/multiple-macs-sync-dropbox/"  rel="bookmark" class="crp_title">Keep Multiple Macs in Sync with Dropbox</a></li><li><a href="http://blog.fosketts.net/2011/07/11/dropbox-data-format-deduplication/"  rel="bookmark" class="crp_title">How Does Dropbox Store Data?</a></li><li><a href="http://blog.fosketts.net/2011/03/01/google-dropbox-revolutionized-laptop-migration/"  rel="bookmark" class="crp_title">How Google and Dropbox Revolutionized My Laptop Migration</a></li><li><a href="http://blog.fosketts.net/2010/08/11/time-machine-completed-verification-backups-improve-reliability-time-machine-create-backup/"  rel="bookmark" class="crp_title">&#8220;Time Machine completed a verification of your backups. To improve reliability, Time Machine must create a new backup for you.&#8221;</a></li><li><a href="http://blog.fosketts.net/2011/08/04/mac-osx-lion-corestorage-volume-manager/"  rel="bookmark" class="crp_title">Mac OS X Lion Adds CoreStorage, a Volume Manager (Finally!)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/">Mac Users, Secure Your Stuff in Dropbox</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Walled Gardens, Gilded Cages, and Right to Repair</title>
		<link>http://blog.fosketts.net/2010/07/29/walled-gardens-gilded-cages-repair/</link>
		<comments>http://blog.fosketts.net/2010/07/29/walled-gardens-gilded-cages-repair/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:44:18 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Apple II]]></category>
		<category><![CDATA[automobiles]]></category>
		<category><![CDATA[Bertha Benz]]></category>
		<category><![CDATA[Carl Fisher]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[DMCA]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Lexus]]></category>
		<category><![CDATA[Lincoln Highway]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Mazda]]></category>
		<category><![CDATA[Miata]]></category>
		<category><![CDATA[Right to Repair]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Sylfex]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=3463</guid>
		<description><![CDATA[Things are getting awfully complicated, aren't they? The custom parallel CPUs, proprietary communications networks, and encrypted data ports require extensive training, special tools, and a computerized reference library to comprehend, much less debug. And the manufacturers, who derive much of their money and differentiation from warranties and authorized repair centers, are loathe to see independent shops get a piece of the action.]]></description>
			<content:encoded><![CDATA[<div id="attachment_3470" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/07/Lemur-Cage-2.jpg" ><img class="size-medium wp-image-3470" title="Lemur Cage 2" src="http://blog.fosketts.net/wp-content/uploads/2010/07/Lemur-Cage-2-300x200.jpg" alt="" width="300" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Do we really want to escape our cages?</p></div>
<p>Things are getting awfully complicated, aren&#8217;t they? The custom parallel CPUs, proprietary communications networks, and encrypted data ports require extensive training, special tools, and a computerized reference library to comprehend, much less debug. And the manufacturers, who derive much of their money and differentiation from warranties and authorized repair centers, are loathe to see independent shops get a piece of the action.</p>
<p>Yes, today&#8217;s automobile market sure is complex. Did you think I was talking about computer systems? The current state of the retail auto industry has a lot to teach us in the computers and communication devices! There are many parallels between cars and computers, after all.</p>
<h3>Selling an Ecosystem</h3>
<div id="attachment_3468" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/07/Lincoln-Highway-Bridge-Tama-IA.jpg" ><img class="size-medium wp-image-3468" title="Lincoln Highway Bridge, Tama, IA" src="http://blog.fosketts.net/wp-content/uploads/2010/07/Lincoln-Highway-Bridge-Tama-IA-300x200.jpg" alt="" width="300" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The Lincoln Highway gave early motorists a reason to want a car</p></div>
<p>Early automobiles were a lot like early computers: Many were hand-made and none was all that useful. Sure, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Bertha_Benz"  target="_blank">Bertha Benz</a> managed to drive to Pforzheim in 1888 to visit her mother, but she had to repair her husband&#8217;s motorwagen multiple times during the 60 mile trip. While automobile technology has certainly improved since then, the real innovation that drove the world to drive cars was the ecosystem that surrounds them.</p>
<p><a rel="nofollow" href="http://en.wikipedia.org/wiki/Carl_G._Fisher"  target="_blank">Carl Fisher</a> may not be familiar to most, but he deserves as much credit as Henry Ford, <a rel="nofollow" href="http://en.wikipedia.org/wiki/William_Crapo_Durant"  target="_blank">Billy Durant</a>, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Ferdinand_Porsche"  target="_blank">Ferdinand Porsche</a>, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Eiji_Toyoda"  target="_blank">Eiji Toyoda</a>, and so many other engineers and industrialists. Fisher realized that, in addition to being technically sound and affordable, the automobile must be embraced by the public to succeed. He switched from supplying headlights to convincing the public that car ownership was a desirable thing, creating a multi-brand dealership, founding the Indianapolis 500, and redirecting the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Good_Roads_Movement" >Good Roads Movement</a> to support highways suitable for long-distance automobile trips.</p>
<p>Fisher&#8217;s insight was similar to that of Steve Jobs&#8217; at the first incarnation of Apple: People want a place in an ecosystem not just a piece of technology. Fisher&#8217;s Lincoln and Dixie Highway projects gave the public a reason to buy a car. Similarly, Jobs&#8217; Apple II and Macintosh projects focused as much on what people would do with the computers as what they were made of. Much of Apple&#8217;s current success is due to the way customers experience the company, from the upscale yet inviting Apple Stores to the curated iOS App Store.</p>
<p>Apple&#8217;s &#8220;walled garden&#8221; approach to computers and mobile devices may draw derision from techies but the public loves it. They don&#8217;t want a Macintosh, iPhone, or iPad; they want a thing that lets them do what they do. The ability to easily install and use applications and accessories easily outweighs the arbitrary and capricious limitations placed on them by Apple and AT&amp;T. Regular people don&#8217;t want multiple windows on screen with multitasking applications; they want instantly to turn on their &#8220;pad&#8221;, perform a task, and set it aside. The Apple ecosystem empowers this.</p>
<h3>Total Customer Experience</h3>
<p>Lexus set the benchmark for modern automobile ownership after their 1989 debut in the United States. The company created a <a href="http://www.mce-ama.com/downloads/cases/MCE_cat09_CCS-Lexus.pdf"  target="_blank">total customer experience</a>, from inquiry to sales to ownership and support, recognizing that upscale buyers would pay a premium to be coddled by their car company, not just their car. In fact, if Apple is copying anyone with their glass Stores and Geniuses and AppleCare it is Lexus.</p>
<p>Every premium automobile marque labors to offer a Lexus-like customer experience today. Basic mechanical warranties became bumper-to-bumper service, and dealer service bays transformed into destinations with free car washes and cappuccino bars. Like Apple, today&#8217;s carmakers want to coddle their customers and shield them from the cruel world of discount stores and independent repairmen.</p>
<h3>Right to Repair and DMCA Exemptions</h3>
<div id="attachment_3467" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/07/Mechanic-Shop-by-Tomas.jpg" ><img class="size-medium wp-image-3467" title="Mechanic Shop by Tomas" src="http://blog.fosketts.net/wp-content/uploads/2010/07/Mechanic-Shop-by-Tomas-300x225.jpg" alt="" width="300" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Proprietary systems and &quot;Total Customer Experience&quot; threaten to marginalize independent shops</p></div>
<p>But Apple and the automakers might have stepped a bit too far, turning from walled garden to gilded cage. Worried that openness would corrupt both their pristine equipment and customer experience, manufacturers began to lock out unauthorized parts and modifications. But in so doing they also imposed restrictions that threaten to turn owners into mere users at the whim of the companies.</p>
<p>My <a href="http://miata.fosketts.net"  target="_blank">Mazda MX-5 Miata</a> is far from a walled-garden &#8220;experience&#8221; luxury car. I love it, in fact, because it&#8217;s a wonderfully basic, visceral, and mechanical car. But the Bose audio system that came with it is as complex and locked-down as anything in a Lexus. Adding <a href="http://www.sylfex.com/products/AuxMod/"  target="_blank">a basic auxiliary input</a> required decoding a proprietary bus and creating a custom chip to emulate the tape deck module, an admirable piece of work indeed!</p>
<p>With even a simple car&#8217;s audio system gaining this kind of complexity, it&#8217;s no wonder that independent repair shops are feeling squeezed out. This is why the Massachusetts &#8220;<a href="http://www.righttorepair.org/main/default.aspx"  target="_blank">Right to Repair</a>&#8221; law is getting such widespread attention. Independent repair shops (and yes, aftermarket equipment makers) are attempting to force automakers to allow them access to the proprietary technology in their cars. Yet even if they break open the gilded cage, the walls of &#8220;total customer experience&#8221; may prove harder to crack.</p>
<p>The <a href="http://www.wired.com/images_blogs/threatlevel/2010/07/dmcaexemps.pdf"  target="_blank">exemptions to the DMCA</a> handed down by the copyright office this week are remarkably similar. Although the Office did not go as far as many would have liked, they firmly stated that companies shouldn&#8217;t use copyright law to restrict the use, preservation, and repair of certain products. Of particular interest to both DMCA opponents and Right to Repair fans is the long-term implication of walled-off technology. What happens when a &#8220;dongle&#8221; or key is no longer manufactured or supported? Will anyone be able to repair a Mercedes-Benz, Audi, Lexus, or Apple in 20 years?</p>
<h3>Stephen&#8217;s Stance</h3>
<div id="attachment_3466" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/07/The-View-Through-The-Furry-Handcuffs.jpg" ><img class="size-medium wp-image-3466" title="The View Through The Furry Handcuffs by Annie in Beziers" src="http://blog.fosketts.net/wp-content/uploads/2010/07/The-View-Through-The-Furry-Handcuffs-300x225.jpg" alt="" width="300" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Consomers like living in a gilded cage</p></div>
<p>Unquestionably, the world is worse off if manufacturers completely restrict basic access to their products. The short-term impact on buyers, though concerning, are trumped by the long-term implications. The copyright office is wise to realize that DRM, encryption, hardware lock-in, and &#8220;dongles&#8221; threaten to effectively delete audio, video, print, and entertainment properties once their manufacturer decides they are obsolete. And Right to Repair is urgently needed to keep historically-important automobiles from becoming useless hunks once their manufacturers stop supporting them.</p>
<p>But the rosy picture painted by the EFF, iPhone jailbreakers, independent mechanics, and other freedom-loving folks aren&#8217;t entirely justified. As Carl Fisher and Steve Jobs proved, consumers want an ecosystem, and enjoy luxuriating in a gilded cage. The success of the iTunes store demonstrates that buyers value convenience over freedom when it comes to entertainment, making Apple&#8217;s move to remove DRM from their audio content gratifying indeed. And Apple and Lexus buyers remain loyal to the companies despite widely-publicized product defects. Perhaps Right to Repair and the DMCA exemptions are about protecting consumers from themselves rather than from predatory manufacturers.</p>
<p><em>Image credits: &#8220;Lemur Cage 2&#8243; by Stephen Foskett, &#8220;Lincoln Highway Bridge, Tama, IA&#8221; by </em><a rel="nofollow" href="http://www.flickr.com/photos/carlwwycoff/" ><em>cwwycoff1</em></a><em>, &#8221;Mechanic Shop&#8221; by </em><a rel="nofollow" href="http://www.flickr.com/photos/tma/" ><em>Tomas</em></a><em>, &#8220;The View Through The Furry Handcuffs&#8221; by </em><a rel="nofollow" href="http://www.flickr.com/photos/annieinbeziers/" title="Link to Annie in Beziers' photostream" rel="dc:creator cc:attributionURL" ><strong><em>Annie in Beziers</em></strong></a></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/10/29/flexible-path-services-future/"  rel="bookmark" class="crp_title">Flexible IT and the Path to the Services Future</a></li><li><a href="http://blog.fosketts.net/2011/12/22/whats-warranty/"  rel="bookmark" class="crp_title">What&#8217;s the Point of a Warranty, Anyway?</a></li><li><a href="http://blog.fosketts.net/2011/07/06/defining-failure-mttr-mttf-mtbf/"  rel="bookmark" class="crp_title">Defining Failure: What Is MTTR, MTTF, and MTBF?</a></li><li><a href="http://blog.fosketts.net/2010/08/03/apple-mobile-phone-mojo-att/"  rel="bookmark" class="crp_title">How Apple Will Get Their Mobile Phone Mojo Back From AT&#038;T</a></li><li><a href="http://blog.fosketts.net/2010/06/06/att-iphone-upgrade/"  rel="bookmark" class="crp_title">AT&#038;T Is Desperate: iPhone Upgrades For Everyone!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2010/07/29/walled-gardens-gilded-cages-repair/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2010. |
<a href="http://blog.fosketts.net/2010/07/29/walled-gardens-gilded-cages-repair/">Walled Gardens, Gilded Cages, and Right to Repair</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2010/07/29/walled-gardens-gilded-cages-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How iPhone OS 3.1 Locked Some Out Of Exchange, And How To Fix It</title>
		<link>http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/</link>
		<comments>http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:26:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[iPhone OS 3.0]]></category>
		<category><![CDATA[iPhone OS 3.1]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[policies]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2451</guid>
		<description><![CDATA[Is your non-3GS iPhone locked out of your Exchange 2007 ActiveSync server after upgrading to iPhone OS 3.1? It's a feature, not a bug! Here's how to get older iPhones up and running with Exchange Server 2007 SP1!]]></description>
			<content:encoded><![CDATA[<p><table class="aligncenter" style="background: #ddd;" border="0" width="420px">
<tbody>
<tr>
<td colspan="4"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4380" title="New York Stop Light-400" src="http://static.fosketts.net/wp-content/uploads/2010/11/New-York-Stop-Light-400.jpg" alt="" width="400" height="303" /></td>
</tr>
<tr>
<td colspan="4" width=400px>This blog post is probably out of date. If you want to set up Exchange ActiveSync, you should instead consult one  my guides:
</td>
</tr>
<tr>
<td rowspan="2" width="44px" align="center"><a href="http://static.fosketts.net/wp-content/uploads/2010/11/iPhone4-Hero-60.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4383" title="iPhone4 Hero-60" src="http://static.fosketts.net/wp-content/uploads/2010/11/iPhone4-Hero-60.png" alt="" width="26" height="60" /></a></td>
<td width="156px" align="center"><a href="http://blog.fosketts.net/guides/iphone-exchange-activesync/">iPhone Exchange
ActiveSync Setup</a></td>
<td rowspan="2" width="44px" align="center"><a href="http://static.fosketts.net/wp-content/uploads/2010/11/iPad-Hero-60.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4382" title="iPad Hero-60" src="http://static.fosketts.net/wp-content/uploads/2010/11/iPad-Hero-60.png" alt="" width="44" height="60" /></a></td>
<td width="156px" align="center"><a href="http://blog.fosketts.net/guides/ipad-exchange-activesync/">iPad Exchange
ActiveSync Setup</a></td>
</tr>
<tr>
<td align="center"><a href="http://blog.fosketts.net/guides/iphone-exchange-activesync/iphone-exchange-activesync-troubleshooting-guide/">iPhone ActiveSync
Troubleshooting</a></td>
<td align="center"><a href="http://blog.fosketts.net/guides/ipad-exchange-activesync/ipad-exchange-activesync-troubleshooting-guide/">iPad ActiveSync
Troubleshooting</a></td>
</tr>
</tbody>
</table></p>
<p><span style="font-weight: normal; font-size: 13px;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/12/icon_lock20090625.jpg" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-2452" title="icon_lock20090625" src="http://blog.fosketts.net/wp-content/uploads/2009/12/icon_lock20090625.jpg" alt="icon_lock20090625" width="86" height="47" /></a></span> Is your non-3GS iPhone locked out of your Exchange 2007 ActiveSync server after upgrading to iPhone OS 3.1? It&#8217;s a feature, not a bug! Here&#8217;s how to get older iPhones up and running with Exchange Server 2007 SP1!<span id="more-2451"></span></p>
<h3>What&#8217;s The Problem?</h3>
<p>Microsoft Exchange Server 2007 SP1 added a feature to require mobile ActiveSync devices to encrypt data, enhancing security. Before iPhone OS 3.1, all iPhones incorrectly told the Exchange server that they supported on-device encryption. This allowed all iPhone hardware to function with Exchange 2007 SP1 servers that required device encryption. But original and 3G iPhones <em>do not</em> support device encryption, undermining corporate security policies.</p>
<p>The iPhone 3GS hardware actually does support device encryption, and iPhone OS 3.1 correctly reports this capability. But iPhone OS 3.1 <em>also</em> (correctly) reports that earlier hardware (the original iPhone and the iPhone 3G) does not support device encryption, so some <a href="http://msexchangeteam.com/archive/2009/09/22/452592.aspx" >Exchange 2007 SP1 servers refuse to allow them to connect</a>. Oops!</p>
<h3>What&#8217;s The Solution?</h3>
<p>There are four possible solutions, three of which require IT assistance. Your Exchange administrator can <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/bb123484.aspx" >research</a> the meaning and implications of these options:</p>
<ol>
<li><strong>Disabling device encryption</strong> allows all iPhones to connect, but does not force any Exchange ActiveSync device to encrypt data. This is not a great solution from a security perspective, so don&#8217;t bother trying to convince IT to implement it!</li>
<li><strong>Allowing non-provisionable devices</strong> enables all iPhones to connect but weakens security in general, allowing each device to enforce or ignore policies. This is a slightly better solution, since encrypting devices like the iPhone 3GS will encrypt, but it&#8217;s still not a great idea.</li>
<li><strong>Creating a special policy</strong> for &#8220;old&#8221; iPhones and applying it selectively is probably more acceptable. Administrators can allow certain users to ignore the device encryption policy but still apply it to all others. This commandlet (<a href="http://krypted.com/microsoft-exchange-server/iphone-locked-down-exchange/" >from Krypted</a>) will create such a policy:<br />
 <code>New-ActiveSyncMailboxPolicy -Name iPhone -AllowNonProvisionableDevices $true</code></li>
<li><strong>Upgrading to an iPhone 3GS</strong> is probably the best answer. IT doesn&#8217;t need to get involved (as long as you know <a href="http://blog.fosketts.net/guides/iphone-exchange-activesync/" >how to configure Exchange ActiveSync</a>) and no security policies need to be weakened to make it work.</li>
</ol>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/guides/iphone-exchange-activesync/iphone-exchange-activesync-troubleshooting-guide/"  rel="bookmark" class="crp_title">The iPhone Exchange ActiveSync Troubleshooting Guide</a></li><li><a href="http://blog.fosketts.net/2011/04/26/5312/"  rel="bookmark" class="crp_title"></a></li><li><a href="http://blog.fosketts.net/2008/08/02/exchange-activesync-iphone-works-without-business-data-plan/"  rel="bookmark" class="crp_title">Yes, Exchange ActiveSync for iPhone Works Without a Business Data Plan</a></li><li><a href="http://blog.fosketts.net/2010/03/12/ipad-supports-microsoft-exchange-activesync/"  rel="bookmark" class="crp_title">Yes, the iPad Supports Microsoft Exchange</a></li><li><a href="http://blog.fosketts.net/2011/04/26/5311/"  rel="bookmark" class="crp_title"></a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/">How iPhone OS 3.1 Locked Some Out Of Exchange, And How To Fix It</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[iPhone Exchange ActiveSync]]></series:name>
	</item>
		<item>
		<title>Compression, Encryption, Deduplication, and Replication: Strange Bedfellows</title>
		<link>http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/</link>
		<comments>http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:11:30 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[.Mac]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[data backup]]></category>
		<category><![CDATA[deduplication]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[Macports]]></category>
		<category><![CDATA[Ocarina]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[rsyncrypto]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1396</guid>
		<description><![CDATA[One of the great ironies of storage technology is the inverse relationship between efficiency and security: Adding performance or reducing storage requirements almost always results in reducing the confidentiality, integrity, or availability of a system. Many of the advances in capacity utilization put into production over the last few years rely on deduplication of data. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1397" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/02/compact.jpg" ><img class="size-medium wp-image-1397" title="compact" src="http://blog.fosketts.net/wp-content/uploads/2009/02/compact-300x65.jpg" alt="Does data encryption throw efficiency out the window? Not always!" width="300" height="65" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Does data encryption throw storage efficiency out the window? Not always!</p></div>
<p>One of the great ironies of storage technology is <strong>the inverse relationship between efficiency and security</strong>: Adding performance or reducing storage requirements almost always results in reducing the confidentiality, integrity, or availability of a system.</p>
<p>Many of the advances in capacity utilization put into production over the last few years rely on deduplication of data. This key technology has moved from basic compression tools to take on challenges in the fields of replication and archiving, and is even moving into primary storage. At the same time, interconnectedness and the digital revolution has made security a greater challenge, with focus and attention turning to encryption and authentication to prevent identity theft or worse crimes. The only problem is, <strong>most encryption schemes are incompatible with compression or deduplication of data</strong>!<span id="more-1396"></span></p>
<h3 class="post-subhead">Incompatibility of Encryption and Compression</h3>
<p>Consider a basic lossless compression algorithm: We take an input file consisting of binary data and replace all repeating patterns with a unique code. If a file contained the sequence, &#8220;101110&#8243; eight hundred times in a row, we could replace the whole 4800-bit sequence with a much smaller sequence that says &#8220;repeat this eight hundred times&#8221;. In fact, this is exactly what I did (using English) in the previous sentence! This basic concept, called <a rel="nofollow" href="http://en.wikipedia.org/wiki/Run-length_encoding"  target="_blank">run-length encoding</a>, illustrates how most modern compression technology functions.</p>
<p>Replace the sequence of identical bits with a larger block of data or an entire file and you have <strong>deduplication and single-instance storage</strong>! In fact, as the compression technology gains access to the underlying data, it can become more and more efficient. The software from <a href="http://ocarinatech.com"  target="_blank">Ocarina</a>, for example, actually <em>decompresses</em> jpg and pdf files before recompressing them, resulting in astonishing capacity gains!</p>
<p>Now let&#8217;s look at compression&#8217;s secretive cousin, encryption. It&#8217;s only a small intellectual leap to use similar ideas to hide the contents of a file, rather than just squashing it. But encryption algorithms are constantly under attack, so some very smart minds have come up with some incredibly clever methods to hide data. One of the most important advances was <a rel="nofollow" href="http://en.wikipedia.org/wiki/Public_key_encryption"  target="_blank">public-key cryptography</a>, where two different keys are used: A public key used for writing, and a private key to read data. This same technique can be used to authenticate identity, since only the designated reader would (in theory) have the key required.</p>
<p>Cryptography has become exceedingly complicated lately in response to repeated attacks. Most compression and encryption algorithms are <a rel="nofollow" href="http://en.wikipedia.org/wiki/Deterministic_algorithm"  target="_blank">deterministic</a>, meaning that identical input always yields the same output. This is unacceptable for strong encryption, since a <a rel="nofollow" href="http://en.wikipedia.org/wiki/Known-plaintext_attack"  target="_blank">known plaintext attack</a> can be used with the public key to reveal the contents. Much work has focused on eliminating residues of the original data from the encrypted version, as <a rel="nofollow" href="http://en.wikipedia.org/wiki/Cipher_block_chaining#Electronic_codebook_.28ECB.29" >illustrated brilliantly</a> on Wikipedia with the classic Linux &#8220;tux&#8221; image. <strong>The goal is to make the encrypted data indistinguishable from random &#8220;noise&#8221;</strong>.</p>
<p>What happens when we mix these powerful technologies? <strong>Deduplication and encryption defeat each other</strong>! Deduplication <em>must</em> have access to repeating, deterministic data, and encryption <em>must not allow</em> this to happen. The most common solution (apart from skipping the encryption) is to place the deduplication technology first, allowing it access to the raw data before sending it on to be encrypted. But this leaves the data unprotected longer, and limits the possible locations where encryption technology can be applied. For example, an archive platform would have to encrypt data internally, since many now include deduplication as an integral component.</p>
<p>Why do we prefer compression to encryption? Simply because that&#8217;s where the money is! <strong>If we can cut down on storage space or WAN bandwidth, we see cost avoidance or even real cost savings</strong>! But if we &#8220;waste&#8221; space by encrypting data, we only save money in the case of a security breach.</p>
<h3 class="post-subhead">A Glimmer of Hope</h3>
<p>I had long thought this was an intractable problem, but a glimmer of hope recently presented itself. My hosting provider allows users to back up their files to a special repository using the rsync protocol. This is pretty handy, as you can imagine, but I was concerned about the security of this service. What happens if someone gains access to all of my data by hacking their servers?</p>
<p>At first, I only stored non-sensitive data on the backup site, but this limited its appeal. So I went looking for something that would allow me to encrypt my data before uploading it, and I discovered two interesting concepts: <strong>rsyncrypto</strong> and <strong>gzip-rsyncable</strong>.</p>
<p><a href="http://samba.anu.edu.au/rsync/"  target="_blank">rsync</a> is a solid protocol, reducing network demands by only sending the changed blocks of a file. But, as noted, compression and encryption tools change the whole file even if only a tiny bit has been altered. A few years back, the folks behind rsync (who also happen to be the minds behind the Samba CIFS server) developed a patch for gzip which causes it to compress files in chunks rather than in their entirety. This patch, called gzip-rsyncable, hasn&#8217;t been added to the main source even after a dozen years, but yields amazing results in accelerating rsync performance.</p>
<p>The same technique was then applied to RSA and AES cryptography to create <a href="http://rsyncrypto.lingnu.com/index.php/Home_Page"  target="_blank">rsyncrypto</a>. This open source encryption tool makes a simple tweak to the standard CBC encryption schema (reusing the initialization vector) to allow encrypted files to be sent more efficiently over rsync. In fact, it relies on gzip-rsyncable to work its magic. Of course, the resulting file is somewhat less secure, but it is probably more than enough to keep a casual snooper at bay.</p>
<p><strong>Both of these tools are similar to modern deduplication techniques</strong> in that they chop files up into smaller, variable-sized blocks before working their magic. And the result is awesome: I modified a single word in a large word document that I had previously encrypted and stored at the backup site and was able to transfer just a single block of the new file in an instant rather than a few minutes. My only real issue is the lack of integration of all of these tools: I had to write a bash script to encrypt  my files to a temporary directory before rsyncing them. I wish they could be integrated with the main gzip and rsync sources!</p>
<p>If you are interested in trying out these tools for yourself, and if you use a Mac, you are in luck: Macports offers both tools as simple downloads! Just <a href="http://macports.org"  target="_blank">install macports</a>, type &#8220;sudo port install gzip +rsyncable&#8221; to install gzip with the &#8211;rsyncable flag, then type &#8220;sudo port install rsyncrypto&#8221; and you&#8217;re done! I&#8217;ll post more details here if there is interest.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-volume/"  rel="bookmark" class="crp_title">Mac Users, Secure Your Stuff in Dropbox</a></li><li><a href="http://blog.fosketts.net/2011/09/22/data-reduction-condensed-version/"  rel="bookmark" class="crp_title">Data Reduction: the Condensed Version</a></li><li><a href="http://blog.fosketts.net/2008/09/16/deduplication-primary-storage/"  rel="bookmark" class="crp_title">Deduplication Coming to Primary Storage</a></li><li><a href="http://blog.fosketts.net/2009/12/01/iphone-locked-exchange-fix/"  rel="bookmark" class="crp_title">How iPhone OS 3.1 Locked Some Out Of Exchange, And How To Fix It</a></li><li><a href="http://blog.fosketts.net/2011/07/11/dropbox-data-format-deduplication/"  rel="bookmark" class="crp_title">How Does Dropbox Store Data?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/">Compression, Encryption, Deduplication, and Replication: Strange Bedfellows</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/02/05/compression-encryption-deduplication-replication/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hifn Buys Siafu</title>
		<link>http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/</link>
		<comments>http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 16:35:44 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Hifn]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NeoScale]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Siafu]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/</guid>
		<description><![CDATA[Looks like storage security just might happen after all.  Although EMC has done little to capitalize on their acquisition of RSA, I&#8217;ve been seeing a lot of interest in the security space for the last year. Take a look at NeoScale with their global key manager, and you&#8217;ll see an interesting twist on the security [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like storage security just might happen after all.  Although EMC has done little to capitalize on their acquisition of RSA, I&#8217;ve been seeing a lot of interest in the security space for the last year. Take a look at <a href="http://www.neoscale.com/"  target="_blank">NeoScale</a> with their global key manager, and you&#8217;ll see an interesting twist on the security picture.</p>
<p>Now <a href="http://www.hifn.com/"  target="_blank">Hifn</a> has <a href="http://searchstorage.techtarget.com/originalContent/0,289142,sid5_gci1265179,00.html?track=sy60"  target="_blank">purchased</a> <a href="http://www.siafusoftware.com/index.htm"  target="_blank">Siafu</a>, which will only increase acceptance of this much-needed element of the storage puzzle.  John Matze and the rest have done a terrific job of pushing encryption in the small business segment, and this should get their stuff accepted more broadly.  Plus, it might just spread John&#8217;s non-security iSCSI expertise more broadly, and that&#8217;s always a good thing.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2007/08/06/ibm-goes-to-princeton/"  rel="bookmark" class="crp_title">IBM Goes to Princeton</a></li><li><a href="http://blog.fosketts.net/2008/03/12/de-duplication-goes-mainstream/"  rel="bookmark" class="crp_title">De-Duplication Goes Mainstream</a></li><li><a href="http://blog.fosketts.net/about/quotes/"  rel="bookmark" class="crp_title">My Quotes</a></li><li><a href="http://blog.fosketts.net/2007/08/03/big-little-vmware-update-vcb-and-iscsi/"  rel="bookmark" class="crp_title">Big Little VMware Update (VCB and iSCSI!)</a></li><li><a href="http://blog.fosketts.net/2007/08/23/larry-boucher-the-future-is-mine-in-2009/"  rel="bookmark" class="crp_title">Larry Boucher: The Future Is Mine!  (in 2009&#8230;)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2007. |
<a href="http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/">Hifn Buys Siafu</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2007/07/23/hifn-buys-siafu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

