<?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: Usable Keychain Scripting For Lion</title>
	<atom:link href="http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Thu, 16 May 2013 21:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-269235</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sun, 13 Nov 2011 12:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-269235</guid>
		<description><![CDATA[Hi Vic - I don&#039;t know what system you are running on. I just verified I can download and open the dmg on Mac OS X 10.7. I assume it still works on 10.6 as well but can&#039;t guarantee other OS&#039;s.]]></description>
		<content:encoded><![CDATA[<p>Hi Vic &#8211; I don&#8217;t know what system you are running on. I just verified I can download and open the dmg on Mac OS X 10.7. I assume it still works on 10.6 as well but can&#8217;t guarantee other OS&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic Brown</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-269166</link>
		<dc:creator>Vic Brown</dc:creator>
		<pubDate>Sun, 13 Nov 2011 08:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-269166</guid>
		<description><![CDATA[Hi, I&#039;m glad this is here. I can&#039;t believe Apple doesn&#039;t allow us to export. Ugh.

Anyway, I downloaded this .dmg and can&#039;t open it in Apple Script or open it like other .dmg files. What have I missed?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m glad this is here. I can&#8217;t believe Apple doesn&#8217;t allow us to export. Ugh.</p>
<p>Anyway, I downloaded this .dmg and can&#8217;t open it in Apple Script or open it like other .dmg files. What have I missed?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-219939</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Tue, 09 Aug 2011 17:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-219939</guid>
		<description><![CDATA[Hi Morten - you may want to take a look at Apple&#039;s command line &quot;security&quot; tool, I haven&#039;t looked too closely but it offers a lot of similar functionality to what an AppleScript interface does, and may allow you to mass-update items.]]></description>
		<content:encoded><![CDATA[<p>Hi Morten &#8211; you may want to take a look at Apple&#8217;s command line &#8220;security&#8221; tool, I haven&#8217;t looked too closely but it offers a lot of similar functionality to what an AppleScript interface does, and may allow you to mass-update items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Scheel</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-219915</link>
		<dc:creator>Morten Scheel</dc:creator>
		<pubDate>Tue, 09 Aug 2011 16:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-219915</guid>
		<description><![CDATA[Thanks for the answer Daniel.
I hope you will bite that bullet. And if you do, I&#039;d be happy to pay for the product. Unless I&#039;m mistaken there&#039;s no easy way to bulk change a lot of passwords on Lion right now.
Thanks again for all your work.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the answer Daniel.<br />
I hope you will bite that bullet. And if you do, I&#8217;d be happy to pay for the product. Unless I&#8217;m mistaken there&#8217;s no easy way to bulk change a lot of passwords on Lion right now.<br />
Thanks again for all your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-219301</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Mon, 08 Aug 2011 21:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-219301</guid>
		<description><![CDATA[Hi Morten - unfortunately Usable Keychain Scripting doesn&#039;t support writing to the keychains.  I originally wrote the scripting addition as a workaround for Apple&#039;s insanely slow Keychain Scripting, so it only made sense to address the reading. It also made me feel a little safer about sharing something that works with such sensitive data, that it would only do reading and no writing.

That said, with the omission of Keychain Scripting from Lion, it might make sense to bite the bullet and add writability to it.

Daniel]]></description>
		<content:encoded><![CDATA[<p>Hi Morten &#8211; unfortunately Usable Keychain Scripting doesn&#8217;t support writing to the keychains.  I originally wrote the scripting addition as a workaround for Apple&#8217;s insanely slow Keychain Scripting, so it only made sense to address the reading. It also made me feel a little safer about sharing something that works with such sensitive data, that it would only do reading and no writing.</p>
<p>That said, with the omission of Keychain Scripting from Lion, it might make sense to bite the bullet and add writability to it.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Scheel</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-219265</link>
		<dc:creator>Morten Scheel</dc:creator>
		<pubDate>Mon, 08 Aug 2011 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-219265</guid>
		<description><![CDATA[Hi Daniel,
I can&#039;t seem to write a new password to a generic item in my login keychain.
I use &quot;set password to _string&quot; inside the generic item&#039;s tell block. There are no errors but the password doesn&#039;t change. Am I doing something wrong?

Thank you for writing this!
Morten]]></description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
I can&#8217;t seem to write a new password to a generic item in my login keychain.<br />
I use &#8220;set password to _string&#8221; inside the generic item&#8217;s tell block. There are no errors but the password doesn&#8217;t change. Am I doing something wrong?</p>
<p>Thank you for writing this!<br />
Morten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-217535</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sat, 06 Aug 2011 20:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-217535</guid>
		<description><![CDATA[James, great to hear. I am glad it&#039;s working out for you!]]></description>
		<content:encoded><![CDATA[<p>James, great to hear. I am glad it&#8217;s working out for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bailey</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-217534</link>
		<dc:creator>James Bailey</dc:creator>
		<pubDate>Sat, 06 Aug 2011 20:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-217534</guid>
		<description><![CDATA[Daniel,

Your Usable Keychain Scripting app works very well and is almost direct replacement for the Leopard version. And it is many times faster. I&#039;m quite pleased that my home-grown password system is working again.

Thank you very much.

James]]></description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>Your Usable Keychain Scripting app works very well and is almost direct replacement for the Leopard version. And it is many times faster. I&#8217;m quite pleased that my home-grown password system is working again.</p>
<p>Thank you very much.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-212928</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 01 Aug 2011 09:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-212928</guid>
		<description><![CDATA[So glad I found this. Am still using Snow Leopard but the old Usable Keychain Scripting would place an extra character onto my passwords about 50% of the time and I couldn&#039;t figure out why. This version seems to have stopped the problem.

Thanks Daniel!]]></description>
		<content:encoded><![CDATA[<p>So glad I found this. Am still using Snow Leopard but the old Usable Keychain Scripting would place an extra character onto my passwords about 50% of the time and I couldn&#8217;t figure out why. This version seems to have stopped the problem.</p>
<p>Thanks Daniel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/2035/usable-keychain-scripting-for-lion/comment-page-1#comment-212666</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Mon, 01 Aug 2011 01:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=2035#comment-212666</guid>
		<description><![CDATA[@Robert - It looks like Usable Keychain Scripting is using the full path name of the keychain as its name. This doesn&#039;t seem like a great thing for it to do, but you can work around the problem by referring to the target keychain by its full path e.g.:

tell application &quot;Usable Keychain Scripting&quot;
	set kcPath to (POSIX path of (path to home folder as string)) &amp; &quot;Library/Keychains/Open.keychain&quot;
	unlock keychain kcPath
end tell]]></description>
		<content:encoded><![CDATA[<p>@Robert &#8211; It looks like Usable Keychain Scripting is using the full path name of the keychain as its name. This doesn&#8217;t seem like a great thing for it to do, but you can work around the problem by referring to the target keychain by its full path e.g.:</p>
<p>tell application &#8220;Usable Keychain Scripting&#8221;<br />
	set kcPath to (POSIX path of (path to home folder as string)) &#038; &#8220;Library/Keychains/Open.keychain&#8221;<br />
	unlock keychain kcPath<br />
end tell</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.red-sweater.com @ 2013-05-18 08:34:09 by W3 Total Cache -->