<?xml version="1.0" encoding="UTF-8"?><!-- generator="lyceum/1.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Dual password encryption with EncFS</title>
	<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/</link>
	<description>Red Hat Magazine</description>
	<pubDate>Fri,  5 Sep 2008 19:16:54 +0000</pubDate>
	<generator>http://lyceum.ibiblio.org/?v=1.0.2</generator>

	<item>
		<title>by: Dimonf</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-111846</link>
		<pubDate>Thu, 07 Aug 2008 19:25:34 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-111846</guid>
					<description>It is clear, how to use random generated password. But I found no way to assign such a password from a file / via pipe, using encfsctl on existing encrypted directory or encfs on initializing stage.</description>
		<content:encoded><![CDATA[<p>It is clear, how to use random generated password. But I found no way to assign such a password from a file / via pipe, using encfsctl on existing encrypted directory or encfs on initializing stage.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: scott 'webdragon' godin</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-42822</link>
		<pubDate>Wed, 26 Dec 2007 12:13:46 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-42822</guid>
					<description>Article typo. nothing serious but one that annoys me no end by how the mistyped meme has propagated even into mainstream publication.

In the paragraph starting with "Warning .encfs5 is a special file. ", the word 'loose' needs to be corrected: it should be spelled 'lose'. 

loose = not tight.
lose = misplace.

i.e. when you misplaced your car keys, you didn't "loose" them but you did "lose" them. So if it wouldn't be too much trouble to ask, would you lose the looseness? :) 

Other than that, great article with some very useful information.Just got a laptop myself and as I travel a bit on occasion, I've gotten somewhat curious as to this sort of thing.</description>
		<content:encoded><![CDATA[<p>Article typo. nothing serious but one that annoys me no end by how the mistyped meme has propagated even into mainstream publication.</p>
<p>In the paragraph starting with &#8220;Warning .encfs5 is a special file. &#8220;, the word &#8216;loose&#8217; needs to be corrected: it should be spelled &#8216;lose&#8217;. </p>
<p>loose = not tight.<br />
lose = misplace.</p>
<p>i.e. when you misplaced your car keys, you didn&#8217;t &#8220;loose&#8221; them but you did &#8220;lose&#8221; them. So if it wouldn&#8217;t be too much trouble to ask, would you lose the looseness? :) </p>
<p>Other than that, great article with some very useful information.Just got a laptop myself and as I travel a bit on occasion, I&#8217;ve gotten somewhat curious as to this sort of thing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jack</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-29471</link>
		<pubDate>Sun, 28 Oct 2007 18:06:53 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-29471</guid>
					<description>&lt;strong&gt;Jack&lt;/strong&gt;

Definitely, the most sensible thing i have seen in a long time.</description>
		<content:encoded><![CDATA[<p><strong>Jack</strong></p>
<p>Definitely, the most sensible thing i have seen in a long time.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jasonm</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12365</link>
		<pubDate>Tue, 26 Jun 2007 13:32:14 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12365</guid>
					<description>Thanks!  That'll work.</description>
		<content:encoded><![CDATA[<p>Thanks!  That&#8217;ll work.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alexander Todorov</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12345</link>
		<pubDate>Tue, 26 Jun 2007 08:21:56 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12345</guid>
					<description>From the manual page of EncFS:

--extpass=program
  Specify an external program to use for getting the user password. 

-S, --stdinpass
  Read password from standard input, without prompting.  This may be useful for scripting encfs mounts.

The random generated password can be used as follow:
cat /path/to/password &#124; encfs -S /home/jdoe/encrypted /home/jdoe/plain

</description>
		<content:encoded><![CDATA[<p>From the manual page of EncFS:</p>
<p>&#8211;extpass=program<br />
  Specify an external program to use for getting the user password. </p>
<p>-S, &#8211;stdinpass<br />
  Read password from standard input, without prompting.  This may be useful for scripting encfs mounts.</p>
<p>The random generated password can be used as follow:<br />
cat /path/to/password | encfs -S /home/jdoe/encrypted /home/jdoe/plain
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jasonm</title>
		<link>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12300</link>
		<pubDate>Mon, 25 Jun 2007 21:35:27 +0000</pubDate>
		<guid>http://www.redhatmagazine.com/2007/06/13/dual-password-encryption-with-encfs/#comment-12300</guid>
					<description>OK, we know how to make a 512 byte password now.

But how to use it at the password prompt?  It can't be type in, obviously.</description>
		<content:encoded><![CDATA[<p>OK, we know how to make a 512 byte password now.</p>
<p>But how to use it at the password prompt?  It can&#8217;t be type in, obviously.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
