<?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: How to Create a Private Encrypted Folder On Ubuntu 8.10 (Intrepid)</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vladimir M</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-91278</link>
		<dc:creator>Vladimir M</dc:creator>
		<pubDate>Wed, 09 Feb 2011 01:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-91278</guid>
		<description>To mount a folder using your login password as passphrase, make a launcher with following Command:

gnome-terminal -x bash -c &quot;read -s -p \&quot;Enter password: \&quot; PASS; echo; echo $PASS &#124; sudo -S mount -t ecryptfs ~/Private ~/Private -o key=passphrase:passwd=$PASS,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=no,ecryptfs_enable_filename_crypto=no; PASS=foo; sleep 3&quot;

I guess it&#039;s not very secure, but if you are lazy and just want to hide something from not very tech savvy people, it&#039;s enough. :)</description>
		<content:encoded><![CDATA[<p>To mount a folder using your login password as passphrase, make a launcher with following Command:</p>
<p>gnome-terminal -x bash -c &#8220;read -s -p \&#8221;Enter password: \&#8221; PASS; echo; echo $PASS | sudo -S mount -t ecryptfs ~/Private ~/Private -o key=passphrase:passwd=$PASS,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=no,ecryptfs_enable_filename_crypto=no; PASS=foo; sleep 3&#8243;</p>
<p>I guess it&#8217;s not very secure, but if you are lazy and just want to hide something from not very tech savvy people, it&#8217;s enough. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-26567</link>
		<dc:creator>Hello</dc:creator>
		<pubDate>Sun, 28 Mar 2010 03:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-26567</guid>
		<description>It&#039;s fairly obvious that this will not work since the mount command is issued by root and it will only pertain to root&#039;s private encrypted directory. I hope I&#039;m wrong on this since I&#039;ve seen the same thing in the Ubuntu community documentation. 

Try if for yourself. 

Using ecryptfs-mount-private evades this problem however but that needs to be issued by the relevant user.</description>
		<content:encoded><![CDATA[<p>It&#8217;s fairly obvious that this will not work since the mount command is issued by root and it will only pertain to root&#8217;s private encrypted directory. I hope I&#8217;m wrong on this since I&#8217;ve seen the same thing in the Ubuntu community documentation. </p>
<p>Try if for yourself. </p>
<p>Using ecryptfs-mount-private evades this problem however but that needs to be issued by the relevant user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yes</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-11936</link>
		<dc:creator>yes</dc:creator>
		<pubDate>Tue, 11 Aug 2009 11:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-11936</guid>
		<description>yes, use parameter -o</description>
		<content:encoded><![CDATA[<p>yes, use parameter -o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-6967</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Sun, 29 Mar 2009 15:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-6967</guid>
		<description>i make it new ubuntu linux.but i cannot create a folder inside the bin. please help me</description>
		<content:encoded><![CDATA[<p>i make it new ubuntu linux.but i cannot create a folder inside the bin. please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-6721</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 20 Mar 2009 07:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-6721</guid>
		<description>yes.. i receive the same error

Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Error initializing key module [/usr/lib/ecryptfs/libecryptfs_key_mod_gpg.so]; rc = [-22] 

Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [openssl] does not have a subgraph transition node; attempting to build a linear subgraph from its parameter list 

Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [openssl] has empty parameter list 

Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [pkcs11-helper] does not have a subgraph transition node; attempting to build a linear subgraph from its parameter list 

Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [pkcs11-helper] has empty parameter list 

Mar 20 09:28:46 emil-ubuntu mount.ecryptfs: Error initializing key module [/usr/lib/ecryptfs/libecryptfs_key_mod_gpg.so]; rc = [-22]</description>
		<content:encoded><![CDATA[<p>yes.. i receive the same error</p>
<p>Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Error initializing key module [/usr/lib/ecryptfs/libecryptfs_key_mod_gpg.so]; rc = [-22] </p>
<p>Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [openssl] does not have a subgraph transition node; attempting to build a linear subgraph from its parameter list </p>
<p>Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [openssl] has empty parameter list </p>
<p>Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [pkcs11-helper] does not have a subgraph transition node; attempting to build a linear subgraph from its parameter list </p>
<p>Mar 20 09:28:39 emil-ubuntu mount.ecryptfs: Key module [pkcs11-helper] has empty parameter list </p>
<p>Mar 20 09:28:46 emil-ubuntu mount.ecryptfs: Error initializing key module [/usr/lib/ecryptfs/libecryptfs_key_mod_gpg.so]; rc = [-22]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-6126</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 21 Feb 2009 22:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-6126</guid>
		<description>@Bit Hacker

Did you &quot;Check your system logs&quot;?

What did they say?

http://www.catb.org/~esr/faqs/smart-questions.html</description>
		<content:encoded><![CDATA[<p>@Bit Hacker</p>
<p>Did you &#8220;Check your system logs&#8221;?</p>
<p>What did they say?</p>
<p><a href="http://www.catb.org/~esr/faqs/smart-questions.html" rel="nofollow">http://www.catb.org/~esr/faqs/smart-questions.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bit Hacker</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-6117</link>
		<dc:creator>Bit Hacker</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-6117</guid>
		<description>And I keep getting this......

Error processing sig; rc = [-22]
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</description>
		<content:encoded><![CDATA[<p>And I keep getting this&#8230;&#8230;</p>
<p>Error processing sig; rc = [-22]<br />
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Kriticos</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5667</link>
		<dc:creator>Seth Kriticos</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5667</guid>
		<description>Is it just me, or is an &lt;b&gt;-o&lt;/b&gt; option missing in the launcher command description? I mean there:

&lt;code&gt;
Command: sudo mount -t ecryptfs /home/&lt;i&gt;ruchi&lt;/i&gt;/Personal /home/&lt;i&gt;ruchi&lt;/i&gt;/Personal &lt;b&gt;-o&lt;/b&gt;
key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n  
&lt;/code&gt;

Anybody actually tested this code?
Anyway, thanks for the article.</description>
		<content:encoded><![CDATA[<p>Is it just me, or is an <b>-o</b> option missing in the launcher command description? I mean there:</p>
<p><code><br />
Command: sudo mount -t ecryptfs /home/<i>ruchi</i>/Personal /home/<i>ruchi</i>/Personal <b>-o</b><br />
key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n<br />
</code></p>
<p>Anybody actually tested this code?<br />
Anyway, thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dakira</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5588</link>
		<dc:creator>dakira</dc:creator>
		<pubDate>Thu, 22 Jan 2009 13:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5588</guid>
		<description>@13: In my opinion that is what luks/cryptsetup and truecrypt are for. ecryptfs is what you&#039;d use to have a secure store for .ssh, .gnupg and such. And these should be available at login. I think the regular user wants an easy solution.. and the advanced user can always check the manpages. You can still mount/unmount the folder anytime you like if you set it up using ecryptfs-setup-private. You only have to remove the pam plugin.</description>
		<content:encoded><![CDATA[<p>@13: In my opinion that is what luks/cryptsetup and truecrypt are for. ecryptfs is what you&#8217;d use to have a secure store for .ssh, .gnupg and such. And these should be available at login. I think the regular user wants an easy solution.. and the advanced user can always check the manpages. You can still mount/unmount the folder anytime you like if you set it up using ecryptfs-setup-private. You only have to remove the pam plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5493</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 17 Jan 2009 19:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5493</guid>
		<description>I keep trying to post this link on what not to do when encrypting.
Keeps bouncing, I&#039;m guessing it&#039;s a content-to-link ration spam detection/rejection thing.
(with any luck I&#039;ve waffled enough now to beat the limit)

http://www.schneier.com/blog/archives/2009/01/stupid_security_1.html</description>
		<content:encoded><![CDATA[<p>I keep trying to post this link on what not to do when encrypting.<br />
Keeps bouncing, I&#8217;m guessing it&#8217;s a content-to-link ration spam detection/rejection thing.<br />
(with any luck I&#8217;ve waffled enough now to beat the limit)</p>
<p><a href="http://www.schneier.com/blog/archives/2009/01/stupid_security_1.html" rel="nofollow">http://www.schneier.com/blog/archives/2009/01/stupid_security_1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littlenoodles</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5475</link>
		<dc:creator>littlenoodles</dc:creator>
		<pubDate>Fri, 16 Jan 2009 20:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5475</guid>
		<description>Checked out the ecryptfs site and see that it is indeed very different from what I&#039;ve been using (encrypted loopback block device).  And I think I like the loopback device mechanism better, in that the very presence of the encrypted data is non-obvious.

But, my question remains.  What is the best loopback encryption mechanism these days?  Could it be that I&#039;ve stumbled on it in cryptofilesys/LUKS?  I sure hope not, since it&#039;s such a pain to set up, and you need root to mount it.</description>
		<content:encoded><![CDATA[<p>Checked out the ecryptfs site and see that it is indeed very different from what I&#8217;ve been using (encrypted loopback block device).  And I think I like the loopback device mechanism better, in that the very presence of the encrypted data is non-obvious.</p>
<p>But, my question remains.  What is the best loopback encryption mechanism these days?  Could it be that I&#8217;ve stumbled on it in cryptofilesys/LUKS?  I sure hope not, since it&#8217;s such a pain to set up, and you need root to mount it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littlenoodles</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5472</link>
		<dc:creator>littlenoodles</dc:creator>
		<pubDate>Fri, 16 Jan 2009 19:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5472</guid>
		<description>Just curious.  Is ecryptfs the &#039;new standard&#039; for this.

In the past, I used loopbackfs to create a mountable encrypted folder.  Then found it no longer supported when I went from Mandriva 2008 to 2009.  They recommended using cryptofilesys/LUKS with a loopback device, which was a pain to set up, since there was no way to put it into fstab.  I had to resort to sudo&#039;ing a complicated multi-step script, which after some frustration, I resorted to running in wide-open sudo mode.

Now I see this article, and it looks really easy and nice.  So, is it worth migrating my cryptofilesys to ecryptfs?  If I do, will I have to migrate it again in the near future?  Or is ecryptfs just a nice wrapper around the cryptofilesys/LUKS/loopback stuff?

If it&#039;s not a loopback file, how does it allocate the encrypted space.  If it is a loopback file, does it expand itself on demand?

Thanks.</description>
		<content:encoded><![CDATA[<p>Just curious.  Is ecryptfs the &#8216;new standard&#8217; for this.</p>
<p>In the past, I used loopbackfs to create a mountable encrypted folder.  Then found it no longer supported when I went from Mandriva 2008 to 2009.  They recommended using cryptofilesys/LUKS with a loopback device, which was a pain to set up, since there was no way to put it into fstab.  I had to resort to sudo&#8217;ing a complicated multi-step script, which after some frustration, I resorted to running in wide-open sudo mode.</p>
<p>Now I see this article, and it looks really easy and nice.  So, is it worth migrating my cryptofilesys to ecryptfs?  If I do, will I have to migrate it again in the near future?  Or is ecryptfs just a nice wrapper around the cryptofilesys/LUKS/loopback stuff?</p>
<p>If it&#8217;s not a loopback file, how does it allocate the encrypted space.  If it is a loopback file, does it expand itself on demand?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Sugar</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5455</link>
		<dc:creator>David Sugar</dc:creator>
		<pubDate>Thu, 15 Jan 2009 22:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5455</guid>
		<description>One problem with encryptfs-setup-private is that one may not want an encrypted folder that is automatically and always opened when you log in.  I certainly would not want such a thing.  Being able to do so only when needed is to me very important.  The most ideal, rather than using a launcher, would be to have it launch the mounter and ask for the passphrase when the folder is explicitly &quot;accessed&quot;, using something like autofs &amp; the automount daemon perhaps.</description>
		<content:encoded><![CDATA[<p>One problem with encryptfs-setup-private is that one may not want an encrypted folder that is automatically and always opened when you log in.  I certainly would not want such a thing.  Being able to do so only when needed is to me very important.  The most ideal, rather than using a launcher, would be to have it launch the mounter and ask for the passphrase when the folder is explicitly &#8220;accessed&#8221;, using something like autofs &amp; the automount daemon perhaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5453</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 15 Jan 2009 19:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5453</guid>
		<description>@Dakira
&quot;I really don’t get why you tell people to do it in such a complicated way.&quot;

GUIs are nice if you want to do simple things quickly without having to understand what&#039;s happening &#039;under the hood&#039;.
I find they break when you try to do things a bit different (the GUIs never seem to have all the options available at the command-line). They also tend to be less useful when debugging (in case you have a problem).
GUIs are difficult to automate, so having a script-able command-line solution is great if you&#039;re dealing with many boxes/accounts.
With something like crypto I feel that GUIs tends to hide too much (the devil is in the details, so it&#039;s important to know what they are).

@Turd
(please read http://www.gerv.net/hacking/how-to-ask-good-questions and/or http://www.catb.org/~esr/faqs/smart-questions.html)
I use OpenPGP. It support symmetric and asymmetric encryption.
asymmetric cryptography (public/private keys) is too intricate for a simple forum reply like this.
symmetric encryption (secret key) is fairly simple:
&lt;code&gt;
$ date &gt; DATA
$ gpg --symmetric DATA
[Enter your key here when requested]
$ ls
DATA  DATA.gpg
&lt;/code&gt;
Choose a good pass-phrase! Most crypto attacks succeed thanks to poorly chosen passwords rather than algorithm/implementation problems.

To decrypt:
&lt;code&gt;
$ gpg &lt; DATA.gpg 
gpg: CAST5 encrypted data
gpg: encrypted with 1 passphrase
Fri Jan 16 08:48:15 NZDT 2009
gpg: WARNING: message was not integrity protected
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Dakira<br />
&#8220;I really don’t get why you tell people to do it in such a complicated way.&#8221;</p>
<p>GUIs are nice if you want to do simple things quickly without having to understand what&#8217;s happening &#8216;under the hood&#8217;.<br />
I find they break when you try to do things a bit different (the GUIs never seem to have all the options available at the command-line). They also tend to be less useful when debugging (in case you have a problem).<br />
GUIs are difficult to automate, so having a script-able command-line solution is great if you&#8217;re dealing with many boxes/accounts.<br />
With something like crypto I feel that GUIs tends to hide too much (the devil is in the details, so it&#8217;s important to know what they are).</p>
<p>@Turd<br />
(please read <a href="http://www.gerv.net/hacking/how-to-ask-good-questions" rel="nofollow">http://www.gerv.net/hacking/how-to-ask-good-questions</a> and/or <a href="http://www.catb.org/~esr/faqs/smart-questions.html" rel="nofollow">http://www.catb.org/~esr/faqs/smart-questions.html</a>)<br />
I use OpenPGP. It support symmetric and asymmetric encryption.<br />
asymmetric cryptography (public/private keys) is too intricate for a simple forum reply like this.<br />
symmetric encryption (secret key) is fairly simple:<br />
<code><br />
$ date &gt; DATA<br />
$ gpg --symmetric DATA<br />
[Enter your key here when requested]<br />
$ ls<br />
DATA  DATA.gpg<br />
</code><br />
Choose a good pass-phrase! Most crypto attacks succeed thanks to poorly chosen passwords rather than algorithm/implementation problems.</p>
<p>To decrypt:<br />
<code><br />
$ gpg &lt; DATA.gpg<br />
gpg: CAST5 encrypted data<br />
gpg: encrypted with 1 passphrase<br />
Fri Jan 16 08:48:15 NZDT 2009<br />
gpg: WARNING: message was not integrity protected<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turd</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5429</link>
		<dc:creator>turd</dc:creator>
		<pubDate>Wed, 14 Jan 2009 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5429</guid>
		<description>How do I encrypt with PGP?</description>
		<content:encoded><![CDATA[<p>How do I encrypt with PGP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dakira</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5403</link>
		<dc:creator>dakira</dc:creator>
		<pubDate>Wed, 14 Jan 2009 01:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5403</guid>
		<description>Hi,

I really don&#039;t get why you tell people to do it in such a complicated way. The beauty of ecryptfs in intrepid is, that it is kind of a 1-click install. Just run &lt;i&gt;ecryptfs-setup-private&lt;/i&gt; and it will set up an ecryptfs-encrypted directory which will automatically be mounted when you log in (it will be tied to PAM).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really don&#8217;t get why you tell people to do it in such a complicated way. The beauty of ecryptfs in intrepid is, that it is kind of a 1-click install. Just run <i>ecryptfs-setup-private</i> and it will set up an ecryptfs-encrypted directory which will automatically be mounted when you log in (it will be tied to PAM).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5379</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5379</guid>
		<description>Nice article! I believe that the command ecryptfs-setup-private from the package ecryptfs-utils does something similar, but I may be wrong.</description>
		<content:encoded><![CDATA[<p>Nice article! I believe that the command ecryptfs-setup-private from the package ecryptfs-utils does something similar, but I may be wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreik</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5369</link>
		<dc:creator>dreik</dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5369</guid>
		<description>Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5335</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 11 Jan 2009 11:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5335</guid>
		<description>&lt;em&gt;How is this better than TrueCrypt?&lt;/em&gt;

It may not be, but it is different.

Having a choice is always better than not having one.</description>
		<content:encoded><![CDATA[<p><em>How is this better than TrueCrypt?</em></p>
<p>It may not be, but it is different.</p>
<p>Having a choice is always better than not having one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Guhlin</title>
		<link>http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html/comment-page-1#comment-5328</link>
		<dc:creator>Miguel Guhlin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 04:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=726#comment-5328</guid>
		<description>How is this better than TrueCrypt?</description>
		<content:encoded><![CDATA[<p>How is this better than TrueCrypt?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

