On Mon, Oct 19, 2009 at 6:21 PM, Anthony Thyssen
<a.thys...@griffith.edu.au> wrote:

> Question:  is the file only read once?
> That is can you read the file from a USB and then umount the usb once
> the encfs directory is mounted.

Yes, I believe it is opened, read, then closed and not used again.

> Or better still seeing as the environment variable remains 'visible' in
> the process list of the encfs process, can you read it from a named
> pipe so as to further hide what file was actually read for a currently
> mounted filesystem?

There is an --extpass option which allows you to run an external
program.  That program could be just 'cat /mnt/foo/password-file'.
There's also a --stdinpass option that reads the password from stdin
(limited to 512 bytes), although I haven't used it.  I'd try both and
see which is more convenient.

regards,
Valient

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Encfs-users mailing list
Encfs-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/encfs-users

Reply via email to