On Tue, 13 Aug 2013 19:08:51 -0700
"David J. Bakeman" <dbake...@comcast.net> wrote:
| I've got an encrypted dir that I've been using with:
| 
| encfs --extpass=command root mount
| 
| for a long time.  I'm now trying to use:
| 
| command | encfs --stdinpass root mount
| 
| and it keeps giving the decoded volume key error.  If I do:
| 
| command > file
| echo "cat file" > cout
| chmod +x cout
| encfs --extpass=cout root mount
| 
| it works!  However this doesn't:
| 
| cat file | encfs --stdinpass root mount
| 
| So it seems that the stdout of command is correct but it only works from 
--extpass???
| 
| I created the dir in fedora 12 and I'm now running Fedora 18 with encfs 
version 1.7.4.  I don't remember what version of encfs was used in fedora 12.
| 
| Any ideas?


Watch the returns...  One may strip a final new line
while the other many not.

Remember for passwords any character could be used including newlines,
though typically newlines and nulls are not used for obvious reasons.




  Anthony Thyssen ( System Programmer )    <a.thys...@griffith.edu.au>
 --------------------------------------------------------------------------
   When a place gets crowded enough to require ID's, social collapse is
   not far away.  It is time to go elsewhere.  The best thing about space
   travel is that it made it possible to go elsewhere.    -- Robert Heinlein
 --------------------------------------------------------------------------
   Anthony's Castle     http://www.ict.griffith.edu.au/anthony/

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Encfs-users mailing list
Encfs-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/encfs-users

Reply via email to