-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null filename encryption shows/leaks .encfs6.xml file to encrypted disk #81
Comments
Hi @vovcacik -- thank you for your bug report. This is a known issue in the upstream encfs project (vgough#174), but unfortunately there is no fix available yet. I will keep my eye on this and see if anything changes, though. |
Also the fact that the encfs config file is leaking to encrypted disk may not be tied to the |
As a workaround you should be able to specify an alternate configuration file (so to move your configuration file somewhere else) thanks to vgough#474. |
@benrubson yeah that would be handy. |
Finally vgough#478 will ignore configure file |
I've pulled in this patch and it looks like that fixes this issue, so this will be available in the next release candidate! |
Environment
Description
When I choose not to encrypt filenames, the newly created encrypted disk will contain
.encfs6.xml
file from the beginning.Expected behavior vs. actual behavior
Freshly created encrypted disk should be empty, but it already cointained the encfs config file.
Steps to reproduce problem
Null
filename encryption method.Relevant logs
Nothing interesting in verbose log.
The text was updated successfully, but these errors were encountered: