The encfs tag has no wiki summary.
4
votes
1answer
539 views
How to decrypt single EncFS encrypted files?
Is it possible to decrypt single EncFS encrypted files with access to .encfs6.xml configuration file and without the proper directory structure it was created?
With a little help from google I found ...
3
votes
2answers
317 views
encfs with expect access denied
If I execute script
#!/usr/bin/expect
set pass [lindex $argv 0]
spawn encfs -v {CRIPT_DIR} {MNT_DIR} -o nonempty
expect "*EncFS Password:*"
send "$pass\r"
expect eof
expect script output:
...
2
votes
1answer
31 views
Forgot encfs password
I followed the guide here:
http://www.webupd8.org/2011/06/encrypt-your-private-dropbox-data-with.html
to get dropbox encfs working on my first computer. I disabled the syncing of the encryption key. ...
2
votes
0answers
34 views
Problem with encrypting /var/www and ikiwiki
I tried to encrypt /var/www with encfs. To do so I did following:
mv /var/www /var/www.bak
mkdir /var/www_enc
encfs --public /var/www_enc /var/www
cp -a /var/www.bak/* /var/www/
/etc/init.d/apache2 ...
1
vote
1answer
82 views
Encfs error: `/bin/umount: unrecognized option `--no-canonicalize'`
I just installed encfs from source on a synology disk-station (DSM 4.1) and it seems to work fine. But when I try to unmount my encfs directory via fusermount -u I get the error message:
fusermount ...
0
votes
1answer
63 views
encfs encryted encfs6.xml itself
I am new to EncFS, I did the following:
I encrypted a folder using encfs ~/.folder ~/folder
Afterwards, I changed the password with encfsctl passwd ~/.folder
Now, I cannot access my files anymore, ...