<?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>toxicsoftware.com &#187; Search Results  &#187;  KeychainCache</title>
	<atom:link href="http://toxicsoftware.com/?s=KeychainCache&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://toxicsoftware.com</link>
	<description>RANDOMIZE USR 0</description>
	<lastBuildDate>Sun, 01 Aug 2010 17:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>KeychainCache in http://toxic-public.googlecode.com/</title>
		<link>http://toxicsoftware.com/keychaincache_in_svntoxicsoftwarecom/</link>
		<comments>http://toxicsoftware.com/keychaincache_in_svntoxicsoftwarecom/#comments</comments>
		<pubDate>Sat, 23 Jul 2005 10:01:44 +0000</pubDate>
		<dc:creator>schwa</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://toxicsoftware.com/keychaincache_in_svntoxicsoftwarecom/</guid>
		<description><![CDATA[I&#8217;ve uploaded the code to KeychainCache to my public subversion server. KeychainCache is a APE Haxie for (guess what?) caching keychain credentials. More information here]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded the code to KeychainCache to my <a href="http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Projects/Application%20Enhancers/KeychainCacheAPE/">public subversion server</a>. KeychainCache is a APE Haxie for (guess what?) caching keychain credentials. More information <a href="http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Projects/Application%20Enhancers/KeychainCacheAPE/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://toxicsoftware.com/keychaincache_in_svntoxicsoftwarecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeychainCache development</title>
		<link>http://toxicsoftware.com/keychaincache_development/</link>
		<comments>http://toxicsoftware.com/keychaincache_development/#comments</comments>
		<pubDate>Thu, 09 Oct 2003 20:25:50 +0000</pubDate>
		<dc:creator>schwa</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://toxicsoftware.com/blog/keychaincache_development/</guid>
		<description><![CDATA[The good news is that KeychainCache should &#8220;just work&#8221; on Panther. The bad news is that KeychainCache is unable to cache Safari&#8217;s Keychain. I&#8217;ve spent a couple of hours trying to get KeychainCache to work with Safari. Safari is kind &#8230; <a href="http://toxicsoftware.com/keychaincache_development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The good news is that KeychainCache should &#8220;just work&#8221; on Panther. The bad news is that KeychainCache is unable to cache Safari&#8217;s Keychain.</p>

<p>I&#8217;ve spent a couple of hours trying to get KeychainCache to work with Safari. Safari is kind of annoying in the way it uses the Keychain. It&#8217;s almost impossible to keep the Keychain locked if you run Safari. So I did a little bit of exploring in gdb and I found out that it was using the &#8216;SecKeychainFindGenericPassword&#8217; API to access items on the Keychain (for at least some of the items)</p>

<p>But unfortunately Safari uses the &#8216;extended&#8217; modes of the Keychain API to access keychain items (for you programmers out there it uses the &#8220;SecKeychainItemRef&#8221; parameter of the &#8220;SecKeychainFindGenericPassword&#8221; function). I have no intention of supporting that mode of that API. It would require me to patch several functions just to get it all working &#8211; effectively I&#8217;ll be mirroring a lot of the Keychain&#8217;s functionality inside my APE module. That really is a lot of complexity I can do without.</p>

<p>So for now &#8211; KeychainCache cannot work with Safari.</p>

<p>That&#8217;s like&#8230; A bummer.</p>
]]></content:encoded>
			<wfw:commentRss>http://toxicsoftware.com/keychaincache_development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
