-
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
Inconsistent display of files based on their size while using Null filename encryption #82
Comments
And the encfs xml config file is always shown regardless its size. |
Seems like all files starting with |
This is related to #84 but I focus on file size here, while the first focuses on file content, <?xml to be precise. |
For this particular issue, this might be expected behavior (with null filename encryption). If there are no contents to the file, then there is no way for encfs to know if the decryption is successful or not (since there is no content to verify). encfs does not track which files it placed in the directory (since you should be able to dynamically copy encrypted files from other people/computers and have it just work). |
Environment
Description
When I use
Null
filename encryption and I create two files in root directory (i.e. where files are encrypted) - one empty and one of non zero size - the empty file will "leak" to the encrypted disk, while the other file won't.Expected behavior vs. actual behavior
I would expect something consistent. Either hide all files that were not created through encfs but are present in root directory. Or show them regardless their size. Only empty files are shown now.
Steps to reproduce problem
Create the encfs disk with default values but select Null filename encryption.
Relevant logs
Nothing useful in verbose logs.
Display Rules
The text was updated successfully, but these errors were encountered: