encfs4win
encfs4win copied to clipboard
encfs ported to Windows
Hello, Please correct this terrible bug in encfs/encfs/compatwin.cpp ``` HANDLE f = CreateFileW(fn.c_str(), flags == O_RDONLY ? GENERIC_WRITE : GENERIC_WRITE|GENERIC_READ, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL); ``` MUST BE : ```...
Hi! Currently, **ENCFS5_CONFIG/ENCFS6_CONFIG** environment variables cannot be used in Windows to store **".encfs6.xml"** file separately from the encrypted files. This patch handles the case. In Windows the value of ENCFS5_CONFIG...
Hi, This is a workaround for the delete-on-close bug in Dokan discussed in https://code.google.com/p/dokan/issues/detail?id=269. I've created it because the bug has been affecting my Windows 8 machine. So far it...
Hi. I use your project encfs4win and enjoy it. But now I have one little issue. http://gyazo.com/27a77b2596c52817a5e9c8827a1d07f5.png I have noticed, that I not have access for any files (You can...
This seems to be a Dokan library issue, which effects encfs4win. It is filed as https://code.google.com/p/dokan/issues/detail?id=282. What steps will reproduce the problem? Rename a file on an encfs4win mounted drive....