jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
401 stars 41 forks source link

encfs4win suddenly stopped working. thx #113

Closed ccchan234 closed 6 years ago

ccchan234 commented 6 years ago

pls see as I posted too at encfs's main github, as seems more people are there. thanks

https://github.com/vgough/encfs/issues/522

Environment

Description

cant even create the encfs6.xml

Expected behavior vs. actual behavior

expect to create the encfs6.xml actual: it did nothing, but worked before.

Steps to reproduce problem

  1. as in log

Relevant logs

Attach any relevant log files that can help to debug your issue (be sure to use the -v option for verbose logs).

logs, created by encfs4win v1.10.1 's command line encfs password is simply "test" Y: is free

after the following commands, that folder is still completely empty. thanks C:\Windows\system32> C:\Windows\system32> C:\Windows\system32> C:\Windows\system32> C:\Windows\system32>encfs -v T:\0-test\encfs-test-iat008 y: 2018-05-13 18:10:22,320 VER [main.cpp:619] Forking encfs as child

2018-05-13 18:10:22,353 VER [main.cpp:697] Root directory: T:\0-test\encfs-test- iat008/ 2018-05-13 18:10:22,357 VER [main.cpp:698] Fuse arguments: (daemon) (fork) (thre aded) (keyCheck) encfs.exe y: -f -o use_ino -o default_permissions Creating new encrypted volume. Please choose from one of the following options: enter "x" for expert configuration mode, enter "p" for pre-configured paranoia mode, anything else, or an empty line will select standard mode. ?> p

Paranoia configuration selected. 2018-05-13 18:10:24,173 VER [SSL_Cipher.cpp:328] allocated cipher ssl/aes, keySi ze 32, ivlength 16 2018-05-13 18:10:24,176 VER [FileUtils.cpp:1113] Using cipher AES, key size 256, block size 1024

Configuration finished. The filesystem to be created has the following properties: 2018-05-13 18:10:24,181 VER [Interface.cpp:110] checking if ssl/aes(3:0:2) imple ments ssl/aes(3:0) 2018-05-13 18:10:24,184 VER [SSL_Cipher.cpp:328] allocated cipher ssl/aes, keySi ze 24, ivlength 16 Filesystem cipher: "ssl/aes", version 3:0:2 Filename encoding: "nameio/block32", version 4:0:22018-05-13 18:10:24,190 VER [I nterface.cpp:110] checking if nameio/block(4:0:2) implements nameio/block32(4:0)

2018-05-13 18:10:24,193 VER [Interface.cpp:110] checking if nameio/block32(4:0:2 ) implements nameio/block32(4:0)

Key Size: 256 bits2018-05-13 18:10:24,197 VER [Interface.cpp:110] checking if ss l/aes(3:0:2) implements ssl/aes(3:0) 2018-05-13 18:10:24,200 VER [SSL_Cipher.cpp:328] allocated cipher ssl/aes, keySi ze 32, ivlength 16

Block Size: 1024 bytes, including 8 byte MAC header Each file contains 8 byte header with unique IV data. Filenames encoded using IV chaining mode. File data IV is chained to filename IV. File holes passed through to ciphertext.

-------------------------- WARNING -------------------------- The external initialization-vector chaining option has been enabled. This option disables the use of hard links on the filesystem. Without hard links, some programs may not work. The programs 'mutt' and 'procmail' are known to fail. For more information, please see the encfs mailing list. If you would like to choose another configuration setting, please press CTRL-C now to abort and start over.

Now you will need to enter a password for your filesystem. You will need to remember this password, as there is absolutely no recovery mechanism. However, the password can be changed later using encfsctl.

2018-05-13 18:10:24,229 VER [openssl.cpp:47] Allocating 41 locks for OpenSSL 2018-05-13 18:10:24,233 VER [FileUtils.cpp:1171] useStdin: 0 New Encfs Password: Verify Encfs Password: 2018-05-13 18:10:26,867 VER [Interface.cpp:110] checking if ssl/aes(3:0:2) imple ments ssl/aes(3:0) 2018-05-13 18:10:26,870 VER [SSL_Cipher.cpp:328] allocated cipher ssl/aes, keySi ze 32, ivlength 16

C:\Windows\system32>

ccchan234 commented 6 years ago

sorry I know the reason. I am the one who did WRONG.

I added the parameter encfs_config = e:.encfs6.xml (i.e. elsewhere), previously.

That time I dont think it work so didn't remove it. Now I know it is working.

but ofcoz, in 1.9.5 with the -c parameter in commandline is more convinient than do that in control panel in windows.

issue closed, thanks