<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Core Data and Encryption</title>
	<atom:link href="http://www.cimgf.com/2010/07/15/core-data-and-encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2010/07/15/core-data-and-encryption/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 05 Dec 2011 10:55:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ikaroweb</title>
		<link>http://www.cimgf.com/2010/07/15/core-data-and-encryption/comment-page-1/#comment-1545</link>
		<dc:creator>ikaroweb</dc:creator>
		<pubDate>Sat, 19 Feb 2011 16:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1161#comment-1545</guid>
		<description>&lt;p&gt;Hi
How can i encrypt a sqlite database?
Thanks in advance ika.&lt;/p&gt;

&lt;p&gt;@ikaroweb&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi
How can i encrypt a sqlite database?
Thanks in advance ika.</p>

<p>@ikaroweb</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Huckebein</title>
		<link>http://www.cimgf.com/2010/07/15/core-data-and-encryption/comment-page-1/#comment-1457</link>
		<dc:creator>Hans Huckebein</dc:creator>
		<pubDate>Wed, 15 Sep 2010 15:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1161#comment-1457</guid>
		<description>&lt;p&gt;I used NSValueTransformer to do encryption/decryption using Apples CommonCryptor Toolbox(AES128) so far.
Just checking how this affects US export regulations.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I used NSValueTransformer to do encryption/decryption using Apples CommonCryptor Toolbox(AES128) so far.
Just checking how this affects US export regulations.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2010/07/15/core-data-and-encryption/comment-page-1/#comment-1454</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Mon, 13 Sep 2010 15:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1161#comment-1454</guid>
		<description>&lt;p&gt;If you want to ship data then you can consider encrypting the entire file, decrypting it on first launch and putting the decrypted version into the ~/Documents directory.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you want to ship data then you can consider encrypting the entire file, decrypting it on first launch and putting the decrypted version into the ~/Documents directory.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Huckebein</title>
		<link>http://www.cimgf.com/2010/07/15/core-data-and-encryption/comment-page-1/#comment-1453</link>
		<dc:creator>Hans Huckebein</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1161#comment-1453</guid>
		<description>&lt;p&gt;I&#039;ve just also read the article from Nick als well as the notes from Anthony
http://anthonyvance.com/blog/forensics/ios4_data_protection/
but it answers only the question how to protect data generated on the device itself.
What about if you ship valuable data with your app. I guess you have to encrypt table content in your sqlite database and use a built-in decryption engine?!
I&#039;m always using core data so there is no way to use SQLCipher (http://www.zetetic.net/code/sqlcipher).
As far as I understand relies the built-in hardware encryption from Apple on the fact, that the user uses a passcode!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just also read the article from Nick als well as the notes from Anthony
<a href="http://anthonyvance.com/blog/forensics/ios4_data_protection/" rel="nofollow">http://anthonyvance.com/blog/forensics/ios4_data_protection/</a>
but it answers only the question how to protect data generated on the device itself.
What about if you ship valuable data with your app. I guess you have to encrypt table content in your sqlite database and use a built-in decryption engine?!
I&#8217;m always using core data so there is no way to use SQLCipher (<a href="http://www.zetetic.net/code/sqlcipher" rel="nofollow">http://www.zetetic.net/code/sqlcipher</a>).
As far as I understand relies the built-in hardware encryption from Apple on the fact, that the user uses a passcode!</p>]]></content:encoded>
	</item>
</channel>
</rss>

