<?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: Encrypting a USB thumbdrive for OS X and Windows?</title>
	<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows/</link>
	<description>Comments on Ask MetaFilter post Encrypting a USB thumbdrive for OS X and Windows?</description>
	<pubDate>Wed, 07 Dec 2005 12:25:56 -0800</pubDate>
	<lastBuildDate>Wed, 07 Dec 2005 12:25:56 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Encrypting a USB thumbdrive for OS X and Windows?</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows</link>	
		<description>I&apos;d like to password protect the contents of a USB thumbdrive that will be accessed from an OS X and Windows platform. &lt;br /&gt;&lt;br /&gt; Ideally, it would be nice to create a virtual encrupted disk within a file (ala &lt;a href=&quot;http://www.truecrypt.org&quot;&gt;TrueCrypt&lt;/a&gt;). I&apos;ll settle for some archive format. But whatever I end up with has to be cross-platform between OS X and a Windows box, and have relatively strong encryption. Freeware would be very preferable.&lt;br&gt;
&lt;br&gt;
Does such a thing exist?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.28608</guid>
		<pubDate>Wed, 07 Dec 2005 11:50:13 -0800</pubDate>
		<dc:creator>jaimev</dc:creator>
		
			<category>mac</category>
		
			<category>os</category>
		
			<category>x</category>
		
			<category>windows</category>
		
			<category>encrypt</category>
		
			<category>usb</category>
		
			<category>thumbdrive</category>
		
	</item> <item>
		<title>By: sergeant sandwich</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450116</link>	
		<description>you could just use a password-protected zip file.  both &lt;a href=&quot;http://www.winzip.com/&quot;&gt;winzip&lt;/a&gt; (windows) and &lt;a href=&quot;http://www.macupdate.com/info.php/id/6326&quot;&gt;stuffit&lt;/a&gt; (mac) (apparently version 10 sucks, so i point you to version 9) support zip compression.&lt;br&gt;
&lt;br&gt;
you could also see if you could find a small usb card reader that supports the &lt;a href=&quot;http://www.sdcard.com/&quot;&gt;SD format&lt;/a&gt; and use the card-in-reader as a thumbdrive.&lt;br&gt;
&lt;br&gt;
sorry i haven&apos;t got anything more elegant.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450116</guid>
		<pubDate>Wed, 07 Dec 2005 12:25:56 -0800</pubDate>
		<dc:creator>sergeant sandwich</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450134</link>	
		<description>For what it&apos;s worth, Ask Slashdot &lt;a href=&quot;http://ask.slashdot.org/article.pl?sid=05/08/24/2226218&amp;tid=93&amp;tid=4&quot;&gt;covered this question&lt;/a&gt; a few months ago. It seems that no one managed to come up with a good solution.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450134</guid>
		<pubDate>Wed, 07 Dec 2005 12:42:23 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: Mike C.</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450162</link>	
		<description>&lt;a href=&quot;http://www.gnupg.org/&quot;&gt;GPG (GnuPG)&lt;/a&gt; will work for you and it&apos;s free.  No &apos;virtual filesystem&apos; though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450162</guid>
		<pubDate>Wed, 07 Dec 2005 13:01:50 -0800</pubDate>
		<dc:creator>Mike C.</dc:creator>
	</item><item>
		<title>By: chuma</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450167</link>	
		<description>I was asking myself a similar question just last month.  I wanted to keep a strong encrypted file on my thumbdrive to store my various passwords and keys.  And I work in Linux and Windows, so I wanted to use the same encryption tools on both platforms.&lt;br&gt;
&lt;br&gt;
I found &lt;a href=&quot;http://bcrypt.sourceforge.net/&quot;&gt;bcrypt&lt;/a&gt;, which is a cross-platform Blowfish encryption tool.  In a folder on my thumbdrive I put the windows and Linux bcrypt executable files, and scripts for Windows and Linux which will use bcrypt to decrypt the file (prompting for password of course), view it in nano (a text editor), then re-encrypt the file (prompting for the password again).&lt;br&gt;
&lt;br&gt;
You could probably gin up something similar: ie. store your files as a ZIP, encrypt it with bcrypt, then have scripts for OS X and Windows to automatically encrypt/decrypt the contents when you want to access it.  Sounds like a kludge, but after four hours of searching, poking and prodding utilites this is what I came up with.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450167</guid>
		<pubDate>Wed, 07 Dec 2005 13:02:48 -0800</pubDate>
		<dc:creator>chuma</dc:creator>
	</item><item>
		<title>By: apark</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450189</link>	
		<description>&lt;a href=&quot;http://www.truecrypt.org/&quot;&gt;TrueCrypt&lt;/a&gt; should do what you want. &lt;br&gt;
&lt;br&gt;
---&lt;br&gt;
Free open-source disk encryption software for Windows XP/2000/2003 and Linux  &lt;br&gt;
Main Features: &lt;br&gt;
It can create a virtual encrypted disk within a file and mount it as a real disk.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
It can encrypt an entire hard disk partition or a device, such as USB memory stick, floppy disk, etc.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:&lt;br&gt;
&lt;br&gt;
1) Hidden volume (more information may be found here).&lt;br&gt;
&lt;br&gt;
2) No TrueCrypt volume can be identified (TrueCrypt volumes cannot be distinguished from random data).&lt;br&gt;
&lt;br&gt;
Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent (256-bit key), Triple DES, and Twofish (256-bit key).   Mode of operation: LRW  (CBC supported as legacy).&lt;br&gt;
&lt;br&gt;
Based on Encryption for the Masses (E4M) 2.02a, which was conceived in 1997. &lt;br&gt;
Further information regarding the features of the software may be found in the documentation&lt;br&gt;
 &lt;br&gt;
---</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450189</guid>
		<pubDate>Wed, 07 Dec 2005 13:18:46 -0800</pubDate>
		<dc:creator>apark</dc:creator>
	</item><item>
		<title>By: apark</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450190</link>	
		<description>BTW, located at http://www.truecrypt.org/</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450190</guid>
		<pubDate>Wed, 07 Dec 2005 13:19:20 -0800</pubDate>
		<dc:creator>apark</dc:creator>
	</item><item>
		<title>By: jaimev</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450234</link>	
		<description>apark...I agree, that TrueCrypt would be ideal, except it hasn&apos;t been ported to OS X, which is what I&apos;m looking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450234</guid>
		<pubDate>Wed, 07 Dec 2005 13:35:55 -0800</pubDate>
		<dc:creator>jaimev</dc:creator>
	</item><item>
		<title>By: apark</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450373</link>	
		<description>Ah, you&apos;re right. Sorry I missed that part. :(</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450373</guid>
		<pubDate>Wed, 07 Dec 2005 14:52:07 -0800</pubDate>
		<dc:creator>apark</dc:creator>
	</item><item>
		<title>By: squirrel</title>
		<link>http://ask.metafilter.com/28608/Encrypting-a-USB-thumbdrive-for-OS-X-and-Windows#450485</link>	
		<description>Wow, sounds great, though! Get on it, X-heads!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28608-450485</guid>
		<pubDate>Wed, 07 Dec 2005 16:36:04 -0800</pubDate>
		<dc:creator>squirrel</dc:creator>
	</item>
	</channel>
</rss>
