<?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: How to create a self destructing folder for my mac?</title>
	<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac/</link>
	<description>Comments on Ask MetaFilter post How to create a self destructing folder for my mac?</description>
	<pubDate>Mon, 05 Feb 2007 13:02:37 -0800</pubDate>
	<lastBuildDate>Mon, 05 Feb 2007 13:02:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to create a self destructing folder for my mac?</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac</link>	
		<description>Is there an application for my mac (OS 10.4) that would enable me to have a folder that would &quot;self destruct&quot; if the contents in that folder are not accessed for a user set ammount of time? &lt;br /&gt;&lt;br /&gt; I live in a med/high crime area and to provide adequate security would cost a lot.  I have come to accept that some of my stuff will get stolen eventually.  I have backed up all important data and keep it in a seperate (off-site) location.&lt;br&gt;
&lt;br&gt;
I do however have some large files that I access fairly regularly and are therfore stored on my harddrive.  (to answer anyones questions, they are recordings of artists who I promised would not find the recordings put up on any file sharing networks).&lt;br&gt;
&lt;br&gt;
Ideally I would like to keep these in a file that would last 3/5 days or so.  If they weren&apos;t accessed they would automatically be deleted.  No big deal for me because I have them backed up.  The next person who fired up the system however (after the time limit had expired) would not see these files.&lt;br&gt;
&lt;br&gt;
I don&apos;t need ultra super secure.  I just want  them to be visably gone so that the average scum of the earth criminal or pawn shop recipiant can&apos;t plug it in, search for available mp3&apos;s and then share them on limewire.&lt;br&gt;
&lt;br&gt;
any help?&lt;br&gt;
&lt;br&gt;
thanks</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.56402</guid>
		<pubDate>Mon, 05 Feb 2007 12:57:53 -0800</pubDate>
		<dc:creator>superdeluxe</dc:creator>
		
			<category>security</category>
		
			<category>mac</category>
		
			<category>computer</category>
		
			<category>software</category>
		
			<category>technology</category>
		
	</item> <item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848553</link>	
		<description>You&apos;re overthinking the solution. Just use &lt;a href=&quot;http://www.apple.com/macosx/features/filevault/&quot;&gt;FileVault&lt;/a&gt;, an operating system component that &lt;a href=&quot;http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1906.html&quot;&gt;encrypts your home directory&lt;/a&gt;. Short of military intervention, no average criminal or pawn shop will be getting to your files without your password.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848553</guid>
		<pubDate>Mon, 05 Feb 2007 13:02:37 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: AMP583</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848558</link>	
		<description>Although im not sure how to exactly do it i think the best way would to write an apple script then attach that script to a folder using folder actions. Or you can set a cron-job using a cron app that automatically deletes files on startup or at a certain time of the day.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848558</guid>
		<pubDate>Mon, 05 Feb 2007 13:06:34 -0800</pubDate>
		<dc:creator>AMP583</dc:creator>
	</item><item>
		<title>By: philomathoholic</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848565</link>	
		<description>Or, how about writing a startup script that checks the last accessed time of your folder, and if it exceeds 3/5 days, then run a secure deletion program (or a simple delete) on the folder? I don&apos;t know macs, so I can&apos;t give details.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848565</guid>
		<pubDate>Mon, 05 Feb 2007 13:16:19 -0800</pubDate>
		<dc:creator>philomathoholic</dc:creator>
	</item><item>
		<title>By: dickyvibe</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848566</link>	
		<description>If you&apos;d prefer not to encrypt your entire home directory, you could also just use Disk Utility to &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=107333&quot;&gt;make an encrypted disk image&lt;/a&gt;, and store the files inside.&lt;br&gt;
&lt;br&gt;
Just don&apos;t add the password to your system keychain; type it manually each time.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848566</guid>
		<pubDate>Mon, 05 Feb 2007 13:16:21 -0800</pubDate>
		<dc:creator>dickyvibe</dc:creator>
	</item><item>
		<title>By: staggernation</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848598</link>	
		<description>I don&apos;t know if the average scum-of-the-earth criminal knows how to use FireWire Target Disk Mode to mount your computer on his as a hard drive, but if so, the self-destructing approach wouldn&apos;t really do the trick.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848598</guid>
		<pubDate>Mon, 05 Feb 2007 14:07:27 -0800</pubDate>
		<dc:creator>staggernation</dc:creator>
	</item><item>
		<title>By: advicepig</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848624</link>	
		<description>nth the FileVault. What happens to the data if you go on vacation? Nobody wants to lose data just because life got in the way of their computer habit.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848624</guid>
		<pubDate>Mon, 05 Feb 2007 14:30:18 -0800</pubDate>
		<dc:creator>advicepig</dc:creator>
	</item><item>
		<title>By: Mikey-San</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848635</link>	
		<description>Seconding Disk Utility + encrypted standalone disk image. It might be overkill to use FileVault, if you just need to protect a folder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848635</guid>
		<pubDate>Mon, 05 Feb 2007 14:48:41 -0800</pubDate>
		<dc:creator>Mikey-San</dc:creator>
	</item><item>
		<title>By: shanevsevil</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848696</link>	
		<description>I&apos;ve used the disk image method.  Be sure that you use a &quot;sparse disk image&quot;, that way it will only take up as much hard disk space as it actually contains instead of the full amount it can contain.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848696</guid>
		<pubDate>Mon, 05 Feb 2007 15:58:36 -0800</pubDate>
		<dc:creator>shanevsevil</dc:creator>
	</item><item>
		<title>By: filmgeek</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848873</link>	
		<description>As long as you&apos;re not working with digital video, filevault is fine.&lt;br&gt;
&lt;br&gt;
Then turn off auto login, and turn on (in security) password at sleep/screensaver.&lt;br&gt;
&lt;br&gt;
This pretty much locks down your machine if it gets stolen.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848873</guid>
		<pubDate>Mon, 05 Feb 2007 19:32:20 -0800</pubDate>
		<dc:creator>filmgeek</dc:creator>
	</item><item>
		<title>By: Devils Rancher</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848884</link>	
		<description>I&apos;ve read about too many cases of filevault-protected home folders corrupting to reccomend it. The encrypted disk image works great for me.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848884</guid>
		<pubDate>Mon, 05 Feb 2007 19:47:32 -0800</pubDate>
		<dc:creator>Devils Rancher</dc:creator>
	</item><item>
		<title>By: crinklebat</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848911</link>	
		<description>2nd Devils Rancher. FileVault proved in my case not to be ready for prime time. I encrypted my HD last April in a fit of extreme paranoia after my other computer was stolen from me, and decrypted it sometime last month when OS X was giving me extremely bogus estimates of how much hard drive space I had left and tossing my preference files left and right. Decrypting the HD and spending some quality time with DiskWarrior fixed what ailed me but I will not go back to FileVault for another version or two. &lt;br&gt;
&lt;br&gt;
I&apos;d just turn on passwords for waking up and coming off the screensaver. In general, if someone is going to steal your computer, they&apos;re going to erase the hard drive and resell it, and maybe look for CC/SSN/other useful numbers before they do. I think it would be a rare laptop thief who would go ahead and start sharing all your music files too, especially because they might worry that you&apos;d be able to figure out where your computer was by tracing rare music you knew was on your hard drive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848911</guid>
		<pubDate>Mon, 05 Feb 2007 20:37:31 -0800</pubDate>
		<dc:creator>crinklebat</dc:creator>
	</item><item>
		<title>By: chairface</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#848954</link>	
		<description>Orbicule (http://orbicule.com/) sells macintosh security software. It aids in recovery and can eventually fake hardware failures while in the thief&apos;s posession. I&apos;ve never tried it myself but it&apos;s the closest thing I can think of to what you asked for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-848954</guid>
		<pubDate>Mon, 05 Feb 2007 21:56:40 -0800</pubDate>
		<dc:creator>chairface</dc:creator>
	</item><item>
		<title>By: markr</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#849019</link>	
		<description>Use the encrypted disk image thing that others have mentioned. But you &lt;i&gt;could&lt;/i&gt; do it with a bash script and cron.&lt;br&gt;
&lt;br&gt;
Make a script that looks like:&lt;br&gt;
&lt;br&gt;
#!/bin/bash&lt;br&gt;
if [ $(find /protected/folder -atime -5 | wc -l) -eq 0 ]; then rm -r /protected/folder ; fi&lt;br&gt;
&lt;br&gt;
This counts how many files in that folder have been accessed in the last 5 days, and deletes the folder if none have.&lt;br&gt;
&lt;br&gt;
Use cron to run it daily, or use some other method to get it to run every boot or something. Replace &quot;rm -r&quot; with you favourite secure deletion app.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-849019</guid>
		<pubDate>Tue, 06 Feb 2007 00:38:14 -0800</pubDate>
		<dc:creator>markr</dc:creator>
	</item><item>
		<title>By: rokusan</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#849021</link>	
		<description>Yet another vote for &quot;FileVault has corrupted on me, trashing my entire home directory&quot; as well as &quot;use an encrypted disk image&quot;.&lt;br&gt;
&lt;br&gt;
Another nice benefit of the encrypted disk image is that it&apos;s literally one file, which means copying it to a backup volume is very fast (none of that &quot;calculating&quot; for 200,000 items time.)&lt;br&gt;
&lt;br&gt;
Contra to the &quot;use a sparse image&quot; advice, I actually deliberately make 4.5Gb images, since that&apos;s easiest to back up to a DVD.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-849021</guid>
		<pubDate>Tue, 06 Feb 2007 00:47:15 -0800</pubDate>
		<dc:creator>rokusan</dc:creator>
	</item><item>
		<title>By: dpcoffin</title>
		<link>http://ask.metafilter.com/56402/How-to-create-a-self-destructing-folder-for-my-mac#849237</link>	
		<description>&lt;a href=&quot;http://www.koingosw.com/products/maccleanse.php&quot;&gt;&lt;br&gt;
New app worth a look&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.56402-849237</guid>
		<pubDate>Tue, 06 Feb 2007 08:58:02 -0800</pubDate>
		<dc:creator>dpcoffin</dc:creator>
	</item>
	</channel>
</rss>
