<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Best way to manage decryption/decompression of iPhone app bundle resources?</title>
	<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources/</link>
	<description>Comments on Ask MetaFilter post Best way to manage decryption/decompression of iPhone app bundle resources?</description>
	<pubDate>Wed, 04 Mar 2009 14:47:58 -0800</pubDate>
	<lastBuildDate>Wed, 04 Mar 2009 14:47:58 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Best way to manage decryption/decompression of iPhone app bundle resources?</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources</link>	
		<description>How to best encrypt and compress a folder of html-files in the iPhone app bundle, and unpack on first start? (DRM) &lt;br /&gt;&lt;br /&gt; My client wants to encrypt/compress the html-code for their medical books inside the iPhone bundle, to protect their IP.&lt;br&gt;
&lt;br&gt;
Whats is a good way to prepare this file for the app bundle, and what complementary libraries (C, Obj-C) should I use to do the decryption and decompressing on the first launch of the app?&lt;br&gt;
&lt;br&gt;
Copying the file to ~/Documents, then working on it seems like the best solution. Thoughts?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.115848</guid>
		<pubDate>Wed, 04 Mar 2009 14:24:27 -0800</pubDate>
		<dc:creator>avocade</dc:creator>
		
			<category>iphone</category>
		
			<category>compression</category>
		
			<category>encryption</category>
		
			<category>obfuscation</category>
		
			<category>drm</category>
		
			<category>programming</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661761</link>	
		<description>If you want to use C, consider &lt;a href=&quot;http://www.zlib.net/&quot;&gt;zlib&lt;/a&gt;. If you want ObjC, consider &lt;a href=&quot;http://code.google.com/p/zip-framework/&quot;&gt;zip-framework&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Unless you store the HTML in memory, you&apos;ll need to work within the application&apos;s sandbox. &lt;a href=&quot;http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/FilesandNetworking/chapter_8_section_2.html#//apple_ref/doc/uid/TP40007072-CH21-SW11&quot;&gt;Apple recommends you use the application&apos;s Documents folder.&lt;/a&gt; If you use another folder inside the sandbox for user data, I&apos;m uncertain if Apple would reject your application, but they like standard behaviors so that&apos;s a possibility.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661761</guid>
		<pubDate>Wed, 04 Mar 2009 14:47:58 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661778</link>	
		<description>Oh, I missed encryption. You could compile &lt;a href=&quot;http://www.openssl.org/source/&quot;&gt;OpenSSL&lt;/a&gt; libraries or use Apple&apos;s pre-built &lt;a href=&quot;http://developer.apple.com/documentation/Darwin/Reference/Manpages/man3/Common%20Crypto.3cc.html&quot;&gt;CommonCrypto&lt;/a&gt; framework, which you can include directly into your project. If you prefer Blowfish, you&apos;d probably want OpenSSL. If you want to use 3DES or AES, you could use CommonCrypto. &lt;br&gt;
&lt;br&gt;
With both frameworks you&apos;ll be doing work with C types, so you&apos;ll need to get familiarized with pointers and some of the NSData and NSString conversion methods. You can mix C and ObjC in the same file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661778</guid>
		<pubDate>Wed, 04 Mar 2009 14:58:36 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661788</link>	
		<description>One last comment and then I&apos;ll shut up. Depending on the size of your resources, you may want to split your document into smaller pieces. Then first compress each piece, before encrypting. Encrypting before you compress will likely be less efficient, if it is a good encryption algorithm.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661788</guid>
		<pubDate>Wed, 04 Mar 2009 15:03:28 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: rbs</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661802</link>	
		<description>Who are they trying to protect from? Apple? Or users? Cause if it&apos;s saved decrypted, that&apos;s not gonna help on my jailbroked iPhone.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661802</guid>
		<pubDate>Wed, 04 Mar 2009 15:17:48 -0800</pubDate>
		<dc:creator>rbs</dc:creator>
	</item><item>
		<title>By: Netzapper</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661856</link>	
		<description>&lt;i&gt;One last comment and then I&apos;ll shut up. Depending on the size of your resources, you may want to split your document into smaller pieces. Then first compress each piece, before encrypting. Encrypting before you compress will likely be less efficient, if it is a good encryption algorithm.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Actually, you&apos;ll get better compression if you pool all documents together into one container, compress them as a group, and then encrypt the compressed archive.  This is why we tar and then zip, instead of the other way around.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661856</guid>
		<pubDate>Wed, 04 Mar 2009 16:05:57 -0800</pubDate>
		<dc:creator>Netzapper</dc:creator>
	</item><item>
		<title>By: chairface</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661953</link>	
		<description>Netzapper&apos;s comment is true but it is also true that such approach makes random access impossible. As far as document compression goes, you should get a copy of &lt;a href=&quot;http://www.cs.mu.oz.au/mg/&quot;&gt;Witten and Moffat&apos;s &lt;em&gt;Managing Gigabytes&lt;/em&gt;&lt;/a&gt; which will answer those questions and give you some great ideas.&lt;br&gt;
&lt;br&gt;
As for the encryption part... I dunno, seems kinda crazy to me. Apps are already under Apple&apos;s own DRM protection. I don&apos;t know what the piracy rate is for iPhone apps but it can&apos;t be very high given the low cost of apps and that app distribution is largely controlled by Apple.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661953</guid>
		<pubDate>Wed, 04 Mar 2009 17:26:06 -0800</pubDate>
		<dc:creator>chairface</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661972</link>	
		<description>&lt;i&gt;Actually, you&apos;ll get better compression if you pool all documents together into one container, compress them as a group, and then encrypt the compressed archive. This is why we tar and then zip, instead of the other way around.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
As far as I know, &lt;code&gt;tar&lt;/code&gt; is neither a compression nor encryption tool, it just packages files into a bundle or archive. Still, you&apos;re saying the same thing I&apos;m saying: compress first, then encrypt.&lt;br&gt;
&lt;br&gt;
Here&apos;s a test 33 MB text file, should lend well to compression:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ ls -al elements.list&lt;br&gt;
-rw-r--r--    1 pileon  staff  33500188 Mar 14  2008 elements.list&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
First, I encrypt the file with 256-bit AES and then compress it:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ time openssl enc -aes-256-cbc -salt -in elements.list | gzip &amp;gt; elements.list.enc.gz&lt;br&gt;
enter aes-256-cbc encryption password:&lt;br&gt;
Verifying - enter aes-256-cbc encryption password:&lt;br&gt;
&lt;br&gt;
real	0m4.971s&lt;br&gt;
user	0m3.175s&lt;br&gt;
sys	0m0.238s&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Let&apos;s look at its size:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ ls -al elements.list.enc.gz&lt;br&gt;
-rw-r--r--    1 pileon  staff  33505336 Mar  4 17:30 elements.list.enc.gz&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The resulting file size is just a little bigger than the original, uncompressed text file! &lt;br&gt;
&lt;br&gt;
This makes sense, because the compression algorithm looks for patterns of redundancy, and a strong encryption algorithm will aim to eliminate patterns that make it vulnerable to analysis.&lt;br&gt;
&lt;br&gt;
For our second test, we compress the text file first, before encrypting it:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ time gzip -c elements.list | openssl enc -aes-256-cbc -salt -out elements.list.gz.enc &lt;br&gt;
enter aes-256-cbc encryption password:&lt;br&gt;
Verifying - enter aes-256-cbc encryption password:&lt;br&gt;
&lt;br&gt;
real	0m7.995s&lt;br&gt;
user	0m2.814s&lt;br&gt;
sys	0m0.098s&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Let&apos;s look at the size of this file:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ ls -al elements.list.gz.enc &lt;br&gt;
-rw-r--r--    1 pileon  staff   6954496 Mar  4 17:32 elements.list.gz.enc&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
It might take longer to compress before encrypting, but the result is much smaller, about one-fifth of the size of the original uncompressed, unencrypted file! This is a huge savings.&lt;br&gt;
&lt;br&gt;
Depending on speed versus storage needs for the iPhone application the asker is writing, the choice of order of operations can be an important design consideration, but I think I have a good argument that compressing text before encrypting yields more efficient results.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661972</guid>
		<pubDate>Wed, 04 Mar 2009 17:47:29 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1661978</link>	
		<description>In fact, here&apos;s a quick demo that shows that &lt;code&gt;tar&lt;/code&gt; does not do any compression:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ ls -al elements.list mapoftheuniverse.pdf&lt;br&gt;
-rw-r--r-- 1 pileon  staff  33500188 Mar 14  2008 elements.list&lt;br&gt;
-rw-r--r-- 1 pileon  staff  3807909 Oct 22  2007 mapoftheuniverse.pdf&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Those two files use a total of 37308097 bytes.&lt;br&gt;
&lt;br&gt;
Let&apos;s &lt;code&gt;tar&lt;/code&gt; them up:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ tar cvf test.tar elements.list mapoftheuniverse.pdf&lt;br&gt;
elements.list&lt;br&gt;
mapoftheuniverse.pdf&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Now let&apos;s look at the file size:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$ ls -al test.tar&lt;br&gt;
-rw-r--r--  1 alexreynolds  staff  37314560 Mar  4 18:01 test.tar&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The &lt;code&gt;tar&lt;/code&gt; archive actually uses another 6463 bytes to contain the two files. There&apos;s no compression going on here.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1661978</guid>
		<pubDate>Wed, 04 Mar 2009 18:03:18 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: lowlife</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1662040</link>	
		<description>How are you going to handle the decryption? If you&apos;re going to require your user to have a net connection in order to get a decryption key each time they fire up the application, that&apos;ll suck (esp if your client works in an environment that discourages the use of mobile technologies).&lt;br&gt;
&lt;br&gt;
If you&apos;re going to embed the key in the application, then what&apos;s the point? Yes, you&apos;ll make things a little bit trickier for the hacker, but not incredibly so. You could probably add more annoyances to finding the key, but that&apos;s the kind of stuff that cracker nerds &lt;b&gt;love&lt;/b&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1662040</guid>
		<pubDate>Wed, 04 Mar 2009 19:07:59 -0800</pubDate>
		<dc:creator>lowlife</dc:creator>
	</item><item>
		<title>By: Netzapper</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1662116</link>	
		<description>&lt;i&gt;The tar archive actually uses another 6463 bytes to contain the two files. There&apos;s no compression going on here.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
No, of course tar isn&apos;t a compression tool.&lt;br&gt;
&lt;br&gt;
However, what tar does is put all of the files into a single continuous file.  This means that when zip (or gzip, or lda, or whatever) goes through and looks for identical bitstrings to compress, it can search &lt;i&gt;across files&lt;/i&gt; instead of being forced to find identical bitstrings only inside of each individual file.&lt;br&gt;
&lt;br&gt;
So, if you had a number of files with identical headers and you place them in a tar file before compression, the headers will all get the same compressed token.  If you don&apos;t, most compression programs are going to build a separate symbol table for each file, meaning that you gain &lt;i&gt;zero&lt;/i&gt; compression from the headers--they&apos;re not duplicated in the file, and so no compression can take place.&lt;br&gt;
&lt;br&gt;
The more similarity there is between files, the more you gain from packaging them together before compression.&lt;br&gt;
&lt;br&gt;
Here&apos;s a compressed python source tree from my dev folder:  the zip file was created with &quot;zip test.zip -r src&quot;; the tar.zip file was created with &quot;tar cf test.tar src; zip test.tar.zip test.tar&quot;.&lt;br&gt;
-rw-r--r-- 1 netzapper netzapper 162K 2009-03-04 20:04 test.tar.zip&lt;br&gt;
-rw-r--r-- 1 netzapper netzapper 176K 2009-03-04 20:03 test.zip&lt;br&gt;
&lt;br&gt;
Ignoring all other shared bitstrings between files, all of those files have an identical header at the top with the copyright and licensing information.  The plain .zip sees each of those headers, finds that they occur nowhere else in each file, and doesn&apos;t compress them.  The .tar, however, encodes that header about fifty times in the same file; when zip compresses the tar, it sees multiple repetitions of the same bitstring, writes it out in full only once, and replaces the rest of the occurrences with a very short bitstring.&lt;br&gt;
&lt;br&gt;
If you start out with only one file, and not a tree of them, then you don&apos;t gain anything by tarring it.  However, you do &lt;i&gt;lose&lt;/i&gt; compression by breaking it up into separate pieces--the compression algorithm cannot fully exploit repeated bitstrings, since it must encode the full string for each chunk.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1662116</guid>
		<pubDate>Wed, 04 Mar 2009 20:14:53 -0800</pubDate>
		<dc:creator>Netzapper</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1662156</link>	
		<description>&lt;em&gt;However, you do lose compression by breaking it up into separate pieces--the compression algorithm cannot fully exploit repeated bitstrings, since it must encode the full string for each chunk.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I don&apos;t disagree, but I think I would still want to profile how much time it takes for unarchiving a book that is split into chapters on an iPhone. The application as a whole would probably be more responsive for a user, if the iPhone were only unpacking one chapter at a time, instead of an entire book. The storage overhead might be slightly more (it might be a lot), but from my own experience, I&apos;d still suggest compressing individual files before doing any encrypting. &lt;br&gt;
&lt;br&gt;
Another option is to write a custom archive format that strings together &lt;code&gt;bz2&lt;/code&gt;-, &lt;code&gt;zip&lt;/code&gt;- or &lt;code&gt;gzip&lt;/code&gt;-compressed components with a catalog. We do this for per-chromosome genomic data, but it&apos;s not something we have publicly available, and I don&apos;t know of any similar &lt;code&gt;tar&lt;/code&gt;-based equivalent that is out there in a public domain (though that doesn&apos;t mean it doesn&apos;t exist).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1662156</guid>
		<pubDate>Wed, 04 Mar 2009 20:37:04 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: Netzapper</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1662225</link>	
		<description>Blazecock Pileon:&lt;br&gt;
&lt;br&gt;
I usually agree with you, but I think you&apos;re dead wrong here.&lt;br&gt;
&lt;br&gt;
If your goal is to reduce space, then concatenating all the files together and then compressing them is clearly the optimal solution.  This can be shown trivially.  If you have 10 copies of identical random bitstrings, and compress them individually, you will get ~0% compression--random data doesn&apos;t compress.  On the other hand, you concatenate those 10 copies together into a single stream, and &lt;i&gt;then&lt;/i&gt; compress the stream as a whole, you&apos;ll actually get compression (it depends on the algorithm how much you&apos;ll get; zip gets 1% in my test, bzip2 gets 75%).  &lt;i&gt;One&lt;/i&gt; copy of the random data will be written out, and the rest of the stream will consist of a single, short symbol repeated 9 times.&lt;br&gt;
&lt;br&gt;
Even in the discussion of time, included in the time analysis is the constant-time setup necessary to initiate decompression/decryption of &lt;i&gt;any and every&lt;/i&gt; file.  If you have a thousand 1KB files, all of which need to be decrypted/decompressed in order for the program to operate, and there&apos;s a .1 constant-time initialization cost for a single decom/decrypt operation, then you&apos;re looking at 100 cumulative seconds just to initialize the operations.  It may easily be that you can decom/decrypt at a rate of 1000KB/s and putting everything in one file results in only 1.1 seconds of decom/decrypt instead of 101 seconds.&lt;br&gt;
&lt;br&gt;
While those figures are obviously bogus, I&apos;m actually absolutely certain that if the thing we&apos;re analyzing is the time necessary to decompress and decrypt the entirety of data to mass storage, a single compressed file will yield lower operation times than a bunch of smaller files--the overhead of opening a file handle, of initializing the Huffman tree, and initializing the cipher are only done once instead of a thousand times.&lt;br&gt;
&lt;br&gt;
And you&apos;re right that profiling is the best way to answer whether this question actually matters in the real world.  It may be that the difference is a fraction of a second in the real world and that the losses in terms of time and in terms &lt;br&gt;
&lt;br&gt;
The OP says &quot;&lt;i&gt;should I use to do the decryption and decompressing on the first launch of the app?&lt;/i&gt;&quot;  So, it is my understanding that the compression and encryption was for the distribution process, and that the files were to live on the phone as uncompressed cleartext.  In this situation, we&apos;re not talking about how responsive the application is during execution, we&apos;re talking about the best tradeoff for first launch.  The decompression and decryption happen only once, and the results are stored to disk.&lt;br&gt;
&lt;br&gt;
You&apos;d be right if we were talking about random access into a perpetually compressed and encrypted file.  Obviously smaller files would be superior.  But, for a one-time operation, a single file is superior.  Random access is coming with cached decompressed/decrypted files here, not into the compressed/encrypted BLOB.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;So, OP: my professional recommendation is the following.&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
Concatenate all of your directory of HTML files into a single file of some sort.  There are a zillion schemes to do this, and most are pretty obvious--a header table of file names plus run lengths or start positions are all that&apos;s necessary to demux simple concatenated data.  Then, use a well-known compression algorithm on that single file.  Then encrypt the result using a well-known encryption algorithm.  On the other end, decrypt the file to a temporary location.  Then, decompress it.  Then un-concatenate it using the table information that you&apos;ve supplied.&lt;br&gt;
&lt;br&gt;
Really, the algorithm for tar is the least of your worries in doing this.  The biggest issued I&apos;d imagine would be finding compression and encryption algorithms that are implemented in a compatible manner both on your development machine and on the iPhone.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1662225</guid>
		<pubDate>Wed, 04 Mar 2009 21:29:16 -0800</pubDate>
		<dc:creator>Netzapper</dc:creator>
	</item><item>
		<title>By: avocade</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1698985</link>	
		<description>Thanks for all the tips! I decided to go with AES encryption, implemented in C, in a separate class doing on-the-fly decryption and passing the NSString with the resulting html-code to the WebView. Works pretty well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1698985</guid>
		<pubDate>Sat, 04 Apr 2009 13:55:42 -0800</pubDate>
		<dc:creator>avocade</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/115848/Best-way-to-manage-decryptiondecompression-of-iPhone-app-bundle-resources#1852802</link>	
		<description>Perian&apos;s developer Graham Booker has an &lt;a href=&quot;http://www.cod3r.com/2009/07/text-compression-techniques/&quot;&gt;interesting discussion on compression approaches on the iPhone&lt;/a&gt; that somewhat agree with my advice above.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115848-1852802</guid>
		<pubDate>Sat, 08 Aug 2009 14:35:39 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	</channel>
</rss>
