<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Simulating encrypted physical disk in OS X</title>
	<atom:link href="http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/</link>
	<description>Things programmers do that they know shouldn&#039;t work but they try anyway, and which sometimes actually work, such as recompiling everything.</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:45:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: fred</title>
		<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/comment-page-1/#comment-2527</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Sat, 04 Feb 2012 20:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/30/simulating-encrypted-thumb-drive-in-os-x/#comment-2527</guid>
		<description>And there&#039;s OSXCrypt, http://www.osxcrypt.org (command line version of TrueCrypt).</description>
		<content:encoded><![CDATA[<p>And there&#8217;s OSXCrypt, <a href="http://www.osxcrypt.org" rel="nofollow">http://www.osxcrypt.org</a> (command line version of TrueCrypt).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Constantinos</title>
		<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/comment-page-1/#comment-2215</link>
		<dc:creator>Constantinos</dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/30/simulating-encrypted-thumb-drive-in-os-x/#comment-2215</guid>
		<description>[quote post=&quot;107&quot;]Under Leopard unmounting a drive that has two volumes on it presents a dialog asking if unmounting the selected or both volumes is desired.[/quote]

Yes, that&#039;s correct, except to use this feature the drive has to be split into two partitions (so there are two separate volumes) and have one of them encrypted. If we could do that using the default Leopard installation, then we could also do it with one partition.

With this script, you only have one volume, which is hidden. Your encrypted &#039;volume&#039; is actually an encrypted disk image which resides on the hidden partition. So this wouldn&#039;t work.

Also, when you hit &#039;Cancel&#039;, the encrypted volume doesn&#039;t mount. Therefore, there are no visible volumes on the Desktop that belong to your encrypted memory stick, so this feature cannot be used.

&lt;a href=&#039;http://www.truecrypt.org/&#039; rel=&quot;nofollow&quot;&gt;TrueCrypt&lt;/a&gt; has recently released an OS X version, but I have not been able (or have not tried hard enough) to make it work for me. I believe it uses MacFUSE, and actually encrypts the volume. I still prefer this method as it doesn&#039;t rely on any third-party plugins :)</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/#comment-"><p>
Under Leopard unmounting a drive that has two volumes on it presents a dialog asking if unmounting the selected or both volumes is desired.</p>
</blockquote>
<p>Yes, that&#8217;s correct, except to use this feature the drive has to be split into two partitions (so there are two separate volumes) and have one of them encrypted. If we could do that using the default Leopard installation, then we could also do it with one partition.</p>
<p>With this script, you only have one volume, which is hidden. Your encrypted &#8216;volume&#8217; is actually an encrypted disk image which resides on the hidden partition. So this wouldn&#8217;t work.</p>
<p>Also, when you hit &#8216;Cancel&#8217;, the encrypted volume doesn&#8217;t mount. Therefore, there are no visible volumes on the Desktop that belong to your encrypted memory stick, so this feature cannot be used.</p>
<p><a href='http://www.truecrypt.org/' rel="nofollow">TrueCrypt</a> has recently released an OS X version, but I have not been able (or have not tried hard enough) to make it work for me. I believe it uses MacFUSE, and actually encrypts the volume. I still prefer this method as it doesn&#8217;t rely on any third-party plugins <img src='http://www.cneophytou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Constantinos</title>
		<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/comment-page-1/#comment-2214</link>
		<dc:creator>Constantinos</dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/30/simulating-encrypted-thumb-drive-in-os-x/#comment-2214</guid>
		<description>[quote post=&quot;107&quot;]Hereâ€™s a tip about fixing the password being visible while typing it.[/quote]

Excellent! Thanks!

[quote post=&quot;107&quot;]Please correct me if Iâ€™m wrong but the download tgz appears to have the contents of the prepare/mount scripts backwards, i.e the prepare script starts with â€œon adding folder itemsâ€ and the mount script starts with â€œon open dropped item.â€[/quote]

Whoops :)

Yes, you&#039;re right, I accidentally reversed the scripts for those two files. Just fixed it.

I also made a small fix in the folder action script to enable it to work with sparsebundles (which in the linux environment just appear as directories, not files).</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/#comment-"><p>
Hereâ€™s a tip about fixing the password being visible while typing it.</p>
</blockquote>
<p>Excellent! Thanks!</p>
<blockquote cite="http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/#comment-"><p>
Please correct me if Iâ€™m wrong but the download tgz appears to have the contents of the prepare/mount scripts backwards, i.e the prepare script starts with â€œon adding folder itemsâ€ and the mount script starts with â€œon open dropped item.â€</p>
</blockquote>
<p>Whoops <img src='http://www.cneophytou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes, you&#8217;re right, I accidentally reversed the scripts for those two files. Just fixed it.</p>
<p>I also made a small fix in the folder action script to enable it to work with sparsebundles (which in the linux environment just appear as directories, not files).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Hoyt</title>
		<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/comment-page-1/#comment-2213</link>
		<dc:creator>Jim Hoyt</dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/30/simulating-encrypted-thumb-drive-in-os-x/#comment-2213</guid>
		<description>Please correct me if I&#039;m wrong but the download tgz appears to have the contents of the prepare/mount scripts backwards, i.e the prepare script starts with &quot;on adding folder items&quot; and the mount script starts with &quot;on open dropped item.&quot;

I&#039;ll wait &#039;til I hear from you before continuing.

Sure looks like a neat idea though.

Cheers,
Jim

PS - Under Leopard unmounting a drive that has two volumes on it presents a dialog asking if unmounting the selected or both volumes is desired. This could help solve the &quot;cancel&quot; problem. You just make one volume encripted and leave the other alone. Both will mount on insert but only one will be visible. Canceling the password request will leave the hidden volume open but it can then be ejected by answering &quot;both&quot; when ejecting the visible one.</description>
		<content:encoded><![CDATA[<p>Please correct me if I&#8217;m wrong but the download tgz appears to have the contents of the prepare/mount scripts backwards, i.e the prepare script starts with &#8220;on adding folder items&#8221; and the mount script starts with &#8220;on open dropped item.&#8221;</p>
<p>I&#8217;ll wait &#8217;til I hear from you before continuing.</p>
<p>Sure looks like a neat idea though.</p>
<p>Cheers,<br />
Jim</p>
<p>PS &#8211; Under Leopard unmounting a drive that has two volumes on it presents a dialog asking if unmounting the selected or both volumes is desired. This could help solve the &#8220;cancel&#8221; problem. You just make one volume encripted and leave the other alone. Both will mount on insert but only one will be visible. Canceling the password request will leave the hidden volume open but it can then be ejected by answering &#8220;both&#8221; when ejecting the visible one.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Slaughter</title>
		<link>http://www.cneophytou.com/2008/01/30/simulating-encrypted-physical-disk-in-os-x/comment-page-1/#comment-2212</link>
		<dc:creator>John Slaughter</dc:creator>
		<pubDate>Sat, 04 Feb 2012 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/30/simulating-encrypted-thumb-drive-in-os-x/#comment-2212</guid>
		<description>Here&#039;s a tip about fixing the password being visible while typing it.

Change:
display dialog &quot;Enter password for encrypted image:&quot; default answer thePass

To:
display dialog &quot;Enter password for encrypted image:&quot; default answer thePass with hidden answer

That will make the password entry into bullets.

=)
-John</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a tip about fixing the password being visible while typing it.</p>
<p>Change:<br />
display dialog &#8220;Enter password for encrypted image:&#8221; default answer thePass</p>
<p>To:<br />
display dialog &#8220;Enter password for encrypted image:&#8221; default answer thePass with hidden answer</p>
<p>That will make the password entry into bullets.</p>
<p>=)<br />
-John</p>]]></content:encoded>
	</item>
</channel>
</rss>

