close
Skip to content

Question about Encfs. #571

@ReductoAdAbsurdum

Description

@ReductoAdAbsurdum

After running encfs ~/encrypted/ ~/decrypted/

If I add files to ~/decrypted/ , will the files be written to the disk in ~/decrypted/ ? if so, isn't it a security issue when someone steals your laptop and takes out the disk ?

If they are not written to the disk, where are they kept ?

Also, There is a security concern about Encfs:

EncFS is probably safe as long as the adversary only gets one copy of the ciphertext and nothing more. EncFS is not safe if the adversary has the opportunity to see two or more snapshots of the ciphertext at different times. EncFS attempts to protect files from malicious modification, but there are serious problems with this feature.

If I use Encfs personally, without uploading anything to the cloud, Am I affected by this ?

How can someone get their hands on two copies of an encrypted file ? Is it like this:

pasting file.txt to ~/decrypted/ then there will be an encrypted file in ~/encrypted/ .. call it version 1.

then at a later time, (Perhaps after umount and mount also ?) you modify file.txt in ~/decrypted/, call the modified and encrypted file.txt in ~/encrypted/ version 2 ...

If someone has access to version 1 and 2 , then this is where Encfs becomes insecure...Am I getting this right ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions